public static enum EditorVariables.FrameworkRewritePolicy extends java.lang.Enum<EditorVariables.FrameworkRewritePolicy>
Enum Constant and Description |
---|
REWRITE_ABSOLUTE
All framework variables will be expanded to their absolute paths.
|
REWRITE_BASE_WITH_FRAMEWORK
Variables BASE_FRAMEWORK_DIRECTORY and BASE_FRAMEWORK_DIRECTORY_URL will be expanded
to FRAMEWORK_DIRECTORY and FRAMEWORK_URL
if they match.
|
REWRITE_FRAMEWORK_WITH_BASE
Variables FRAMEWORK_DIRECTORY and FRAMEWORK_URL will be expanded
to BASE_FRAMEWORK_DIRECTORY and BASE_FRAMEWORK_DIRECTORY_URL
if they match.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final EditorVariables.FrameworkRewritePolicy REWRITE_ABSOLUTE
public static final EditorVariables.FrameworkRewritePolicy REWRITE_WITH_FRAMEWORKS
public static final EditorVariables.FrameworkRewritePolicy REWRITE_WITH_FRAMEWORK
public static final EditorVariables.FrameworkRewritePolicy REWRITE_FRAMEWORK_WITH_BASE
public static final EditorVariables.FrameworkRewritePolicy REWRITE_BASE_WITH_FRAMEWORK
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 namejava.lang.NullPointerException
- if the argument is null© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.