|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StrategyFileLocator.Strategy>
com.mycila.testing.plugins.jetty.locator.StrategyFileLocator.Strategy
public static enum StrategyFileLocator.Strategy
Enumeration of available file locator strategy.
| Enum Constant Summary | |
|---|---|
ANT
Enable the following to be ant path expression for this path. |
|
DEFAULT
Default path is either relative or absolute. |
|
REG
Enable the following to be java regular expression for this path. |
|
SYS
Enable the the following to be system property expression for this path. |
|
| Method Summary | |
|---|---|
static StrategyFileLocator.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StrategyFileLocator.Strategy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StrategyFileLocator.Strategy DEFAULT
public static final StrategyFileLocator.Strategy REG
public static final StrategyFileLocator.Strategy ANT
public static final StrategyFileLocator.Strategy SYS
| Method Detail |
|---|
public static StrategyFileLocator.Strategy[] values()
for (StrategyFileLocator.Strategy c : StrategyFileLocator.Strategy.values()) System.out.println(c);
public static StrategyFileLocator.Strategy valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||