Constant Field Values


Contents
org.codehaus.*

org.codehaus.plexus.util.Base64
static final int BASELENGTH 255
static final int CHUNK_SIZE 76
static final int EIGHTBIT 8
static final int FOURBYTE 4
static final int LOOKUPLENGTH 64
static final byte PAD 61
static final int SIGN -128
static final int SIXTEENBIT 16
static final int TWENTYFOURBITGROUP 24

org.codehaus.plexus.util.ExceptionUtils
static final java.lang.String WRAPPED_MARKER " [wrapped] "

org.codehaus.plexus.util.FileUtils
public static final int ONE_GB 1073741824
public static final int ONE_KB 1024
public static final int ONE_MB 1048576

org.codehaus.plexus.util.IOUtil
private static final int DEFAULT_BUFFER_SIZE 4096

org.codehaus.plexus.util.LineOrientedInterpolatingReader
private static final char CARRIAGE_RETURN_CHAR 13
public static final java.lang.String DEFAULT_END_DELIM "}"
public static final java.lang.String DEFAULT_ESCAPE_SEQ "\\"
public static final java.lang.String DEFAULT_START_DELIM "${"
private static final char NEWLINE_CHAR 10

org.codehaus.plexus.util.SweeperPool
private static final boolean DEBUG false

org.codehaus.plexus.util.cli.Commandline
protected static final java.lang.String OS_NAME "os.name"
protected static final java.lang.String WINDOWS "Windows"

org.codehaus.plexus.util.cli.StreamPumper
private static final int SIZE 1024

org.codehaus.plexus.util.introspection.MethodMap
private static final int INCOMPARABLE 2
private static final int LESS_SPECIFIC 1
private static final int MORE_SPECIFIC 0

org.codehaus.plexus.util.reflection.Reflector
private static final java.lang.String CONSTRUCTOR_METHOD_NAME "$$CONSTRUCTOR$$"
private static final java.lang.String GET_INSTANCE_METHOD_NAME "getInstance"

org.codehaus.plexus.util.xml.Xpp3Dom
public static final java.lang.String CHILDREN_COMBINATION_APPEND "append"
public static final java.lang.String CHILDREN_COMBINATION_MERGE "merge"
public static final java.lang.String CHILDREN_COMBINATION_MODE_ATTRIBUTE "combine.children"
public static final java.lang.String DEFAULT_CHILDREN_COMBINATION_MODE "merge"
public static final java.lang.String DEFAULT_SELF_COMBINATION_MODE "merge"
public static final java.lang.String SELF_COMBINATION_MERGE "merge"
public static final java.lang.String SELF_COMBINATION_MODE_ATTRIBUTE "combine.self"
public static final java.lang.String SELF_COMBINATION_OVERRIDE "override"

org.codehaus.plexus.util.xml.Xpp3DomBuilder
private static final boolean DEFAULT_TRIM true

org.codehaus.plexus.util.xml.pull.MXParser
protected static final java.lang.String FEATURE_NAMES_INTERNED "http://xmlpull.org/v1/doc/features.html#names-interned"
protected static final java.lang.String FEATURE_XML_ROUNDTRIP "http://xmlpull.org/v1/doc/features.html#xml-roundtrip"
protected static final int LOOKUP_MAX 1024
protected static final char LOOKUP_MAX_CHAR 1024
protected static final java.lang.String PROPERTY_LOCATION "http://xmlpull.org/v1/doc/properties.html#location"
protected static final java.lang.String PROPERTY_XMLDECL_CONTENT "http://xmlpull.org/v1/doc/properties.html#xmldecl-content"
protected static final java.lang.String PROPERTY_XMLDECL_STANDALONE "http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone"
protected static final java.lang.String PROPERTY_XMLDECL_VERSION "http://xmlpull.org/v1/doc/properties.html#xmldecl-version"
protected static final int READ_CHUNK_SIZE 8192
private static final boolean TRACE_SIZING false
protected static final java.lang.String XML_URI "http://www.w3.org/XML/1998/namespace"
protected static final java.lang.String XMLNS_URI "http://www.w3.org/2000/xmlns/"

org.codehaus.plexus.util.xml.pull.MXSerializer
protected final java.lang.String FEATURE_NAMES_INTERNED "http://xmlpull.org/v1/doc/features.html#names-interned"
protected final java.lang.String FEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE "http://xmlpull.org/v1/doc/features.html#serializer-attvalue-use-apostrophe"
protected static final java.lang.String PROPERTY_LOCATION "http://xmlpull.org/v1/doc/properties.html#location"
protected final java.lang.String PROPERTY_SERIALIZER_INDENTATION "http://xmlpull.org/v1/doc/properties.html#serializer-indentation"
protected final java.lang.String PROPERTY_SERIALIZER_LINE_SEPARATOR "http://xmlpull.org/v1/doc/properties.html#serializer-line-separator"
private static final boolean TRACE_SIZING false
protected static final java.lang.String XML_URI "http://www.w3.org/XML/1998/namespace"
protected static final java.lang.String XMLNS_URI "http://www.w3.org/2000/xmlns/"

org.codehaus.plexus.util.xml.pull.XmlPullParser
public static final int CDSECT 5
public static final int COMMENT 9
public static final int DOCDECL 10
public static final int END_DOCUMENT 1
public static final int END_TAG 3
public static final int ENTITY_REF 6
public static final java.lang.String FEATURE_PROCESS_DOCDECL "http://xmlpull.org/v1/doc/features.html#process-docdecl"
public static final java.lang.String FEATURE_PROCESS_NAMESPACES "http://xmlpull.org/v1/doc/features.html#process-namespaces"
public static final java.lang.String FEATURE_REPORT_NAMESPACE_ATTRIBUTES "http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes"
public static final java.lang.String FEATURE_VALIDATION "http://xmlpull.org/v1/doc/features.html#validation"
public static final int IGNORABLE_WHITESPACE 7
public static final java.lang.String NO_NAMESPACE ""
public static final int PROCESSING_INSTRUCTION 8
public static final int START_DOCUMENT 0
public static final int START_TAG 2
public static final int TEXT 4