|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EditorVariables.FrameworkRewritePolicy>
ro.sync.util.editorvars.EditorVariables.FrameworkRewritePolicy
public static enum EditorVariables.FrameworkRewritePolicy
Used to determine how framework variables should be expanded/rewritten.
Enum Constant Summary | |
---|---|
REWRITE_ABSOLUTE
All framework variables will be expanded to their absolute paths. |
|
REWRITE_WITH_FRAMEWORK
Variables FRAMEWORK_DIRECTORY and FRAMEWORK_URL will not be expanded and will be used to rewrite FRAMEWORKS_DIRECTORY and FRAMEWORKS_DIRECTORY_URL if they match. |
|
REWRITE_WITH_FRAMEWORKS
Variables FRAMEWORKS_DIRECTORY and FRAMEWORKS_DIRECTORY_URL will not be expanded and will be used to rewrite FRAMEWORK_DIRECTORY and FRAMEWORK_URL if encountered and if they match. |
Method Summary | |
---|---|
static EditorVariables.FrameworkRewritePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EditorVariables.FrameworkRewritePolicy[] |
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 EditorVariables.FrameworkRewritePolicy REWRITE_ABSOLUTE
public static final EditorVariables.FrameworkRewritePolicy REWRITE_WITH_FRAMEWORKS
public static final EditorVariables.FrameworkRewritePolicy REWRITE_WITH_FRAMEWORK
Method Detail |
---|
public static EditorVariables.FrameworkRewritePolicy[] values()
for (EditorVariables.FrameworkRewritePolicy c : EditorVariables.FrameworkRewritePolicy.values()) System.out.println(c);
public static EditorVariables.FrameworkRewritePolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |