Constant Field Values
Contents
org.codehaus.*
-
org.codehaus.plexus.interpolation.InterpolationCycleException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
org.codehaus.plexus.interpolation.InterpolationException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
org.codehaus.plexus.interpolation.InterpolatorFilterReader Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_BEGIN_TOKEN
"${"
public static final java.lang.String
DEFAULT_END_TOKEN
"}"
-
org.codehaus.plexus.interpolation.PrefixAwareRecursionInterceptor Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_END_TOKEN
"\\}"
public static final java.lang.String
DEFAULT_START_TOKEN
"\\$\\{"
-
org.codehaus.plexus.interpolation.RegexBasedInterpolator Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_REGEXP
"\\$\\{(.+?)\\}"
-
org.codehaus.plexus.interpolation.StringSearchInterpolator Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_END_EXPR
"}"
public static final java.lang.String
DEFAULT_START_EXPR
"${"
-
org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_END_EXPR
"}"
public static final java.lang.String
DEFAULT_START_EXPR
"${"
-
org.codehaus.plexus.interpolation.fixed.InterpolationCycleException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
org.codehaus.plexus.interpolation.multi.MultiDelimiterInterpolatorFilterReader Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_BEGIN_TOKEN
"${"
public static final java.lang.String
DEFAULT_END_TOKEN
"}"
-
org.codehaus.plexus.interpolation.multi.MultiDelimiterStringSearchInterpolator Modifier and Type Constant Field Value private static final int
MAX_TRIES
10
-
org.codehaus.plexus.interpolation.os.Os Modifier and Type Constant Field Value public static final java.lang.String
FAMILY_DOS
"dos"
public static final java.lang.String
FAMILY_MAC
"mac"
public static final java.lang.String
FAMILY_NETWARE
"netware"
public static final java.lang.String
FAMILY_OPENVMS
"openvms"
public static final java.lang.String
FAMILY_OS2
"os/2"
public static final java.lang.String
FAMILY_OS400
"os/400"
public static final java.lang.String
FAMILY_TANDEM
"tandem"
public static final java.lang.String
FAMILY_UNIX
"unix"
public static final java.lang.String
FAMILY_WIN9X
"win9x"
public static final java.lang.String
FAMILY_WINDOWS
"windows"
public static final java.lang.String
FAMILY_ZOS
"z/os"
-
org.codehaus.plexus.interpolation.reflection.MethodMap Modifier and Type Constant Field Value private static final int
INCOMPARABLE
2
private static final int
LESS_SPECIFIC
1
private static final int
MORE_SPECIFIC
0
-
org.codehaus.plexus.interpolation.reflection.ReflectionValueExtractor Modifier and Type Constant Field Value static final int
EOF
-1
static final char
INDEXED_END
93
static final char
INDEXED_START
91
static final char
MAPPED_END
41
static final char
MAPPED_START
40
static final char
PROPERTY_START
46