Alphabetical Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

abbreviate(String,int) - static method in class org.codehaus.plexus.util.StringUtils
Turn "Now is the time for all good men" into "Now is the time for..."

Specifically:

If str is less than max characters long, return it.

abbreviate(String,int,int) - static method in class org.codehaus.plexus.util.StringUtils
Turn "Now is the time for all good men" into "...is the time for..."

Works like abbreviate(String, int), but allows you to specify a "left edge" offset.

add(Method) - method in class org.codehaus.plexus.util.introspection.MethodMap
Add a method to a list of methods by name.
addAndDeHump(String) - static method in class org.codehaus.plexus.util.StringUtils
addArg(org.codehaus.plexus.util.cli.Arg) - method in class org.codehaus.plexus.util.cli.Commandline
Adds an argument object to our list of args.
addArg(org.codehaus.plexus.util.cli.Arg,boolean) - method in class org.codehaus.plexus.util.cli.Commandline
Adds an argument object to our list of args.
addArguments(String[]) - method in class org.codehaus.plexus.util.cli.Commandline
addAttribute(String,String) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
addAttribute(String,String) - method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
addAttribute(String,String) - method in class org.codehaus.plexus.util.xml.XMLWriter
addCauseMethodName(String) - static method in class org.codehaus.plexus.util.ExceptionUtils
Adds to the list of method names used in the search for Throwable objects.
addChild(org.codehaus.plexus.util.xml.Xpp3Dom) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
addDefaultExcludes() - method in class org.codehaus.plexus.util.DirectoryScanner
Adds default exclusions to the current exclusions set.
addEdge(String,String) - method in class org.codehaus.plexus.util.dag.DAG
addEdgeFrom(org.codehaus.plexus.util.dag.Vertex) - method in class org.codehaus.plexus.util.dag.Vertex
addEdgeTo(org.codehaus.plexus.util.dag.Vertex) - method in class org.codehaus.plexus.util.dag.Vertex
addEnvironment(String,String) - method in class org.codehaus.plexus.util.cli.Commandline
Add an environment variable
addExclude(String) - method in class org.codehaus.plexus.util.DirectoryWalker
addInclude(String) - method in class org.codehaus.plexus.util.DirectoryWalker
addSCMExcludes() - method in class org.codehaus.plexus.util.DirectoryWalker
Add's to the Exclude List the default list of SCM excludes.
addShellArg(String) - method in class org.codehaus.plexus.util.cli.shell.Shell
addSystemEnvironment() - method in class org.codehaus.plexus.util.cli.Commandline
Add system environment variables
addVertex(String) - method in class org.codehaus.plexus.util.dag.DAG
Adds vertex to DAG.
allStringsInterned - field in class org.codehaus.plexus.util.xml.pull.MXParser
Implementation notice: the is instance variable that controls if newString() is interning.
MethodMap.AmbiguousException - class org.codehaus.plexus.util.introspection.MethodMap.AmbiguousException
simple distinguishable exception, used when we run across ambiguous overloading
Arg - interface org.codehaus.plexus.util.cli.Arg
Commandline.Argument - class org.codehaus.plexus.util.cli.Commandline.Argument
arguments - field in class org.codehaus.plexus.util.cli.Commandline
attribute(String,String,String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Write an attribute.
attribute(String,String,String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Write an attribute.
attributeCount - field in class org.codehaus.plexus.util.xml.pull.MXParser
attributeName - field in class org.codehaus.plexus.util.xml.pull.MXParser
attributeNameHash - field in class org.codehaus.plexus.util.xml.pull.MXParser
attributePrefix - field in class org.codehaus.plexus.util.xml.pull.MXParser
attributes - field in class org.codehaus.plexus.util.xml.Xpp3Dom
attributeUri - field in class org.codehaus.plexus.util.xml.pull.MXParser
attributeUseApostrophe - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
attributeValue - field in class org.codehaus.plexus.util.xml.pull.MXParser
autoDeclaredPrefixes - field in class org.codehaus.plexus.util.xml.pull.MXSerializer

B

Base64 - class org.codehaus.plexus.util.Base64
Provides Base64 encoding and decoding as defined by RFC 2045.
basedir - field in class org.codehaus.plexus.util.DirectoryScanner
The base directory to be scanned.
basename(String) - static method in class org.codehaus.plexus.util.FileUtils
Returns the filename portion of a file specification string.
basename(String,String) - static method in class org.codehaus.plexus.util.FileUtils
Returns the filename portion of a file specification string.
BourneShell - class org.codehaus.plexus.util.cli.shell.BourneShell
BourneShell() - constructor for class org.codehaus.plexus.util.cli.shell.BourneShell
BourneShell(boolean) - constructor for class org.codehaus.plexus.util.cli.shell.BourneShell
buf - field in class org.codehaus.plexus.util.xml.pull.MXParser
buf - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
bufAbsoluteStart - field in class org.codehaus.plexus.util.xml.pull.MXParser
bufEnd - field in class org.codehaus.plexus.util.xml.pull.MXParser
bufferedCopy(InputStream,OutputStream) - static method in class org.codehaus.plexus.util.IOUtil
Copy bytes from an InputStream to an OutputStream, with buffering.
bufLoadFactor - field in class org.codehaus.plexus.util.xml.pull.MXParser
bufSoftLimit - field in class org.codehaus.plexus.util.xml.pull.MXParser
bufStart - field in class org.codehaus.plexus.util.xml.pull.MXParser
build(InputStream,String) - static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
build(InputStream,String,boolean) - static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
build(org.codehaus.plexus.util.xml.pull.XmlPullParser) - static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
build(org.codehaus.plexus.util.xml.pull.XmlPullParser,boolean) - static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
build(Reader) - static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
build(Reader,boolean) - static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
byteCountToDisplaySize(int) - static method in class org.codehaus.plexus.util.FileUtils
Returns a human-readable version of the file size (original is in bytes).

C

CachedMap - class org.codehaus.plexus.util.CachedMap
This class provides cache access to Map collections.
CachedMap() - constructor for class org.codehaus.plexus.util.CachedMap
Creates a cached map backed by a FastMap.
CachedMap(int) - constructor for class org.codehaus.plexus.util.CachedMap
Creates a cached map backed by a FastMap and having the specified cache size.
CachedMap(int,Map) - constructor for class org.codehaus.plexus.util.CachedMap
Creates a cached map backed by the specified map and having the specified cache size.
calculateLink(String,String) - static method in class org.codehaus.plexus.util.PathTool
Calculates the appropriate link given the preferred link and the relativePath of the document
capacity() - method in class org.codehaus.plexus.util.FastMap
Returns the capacity of this FastMap.
capitalise(String) - static method in class org.codehaus.plexus.util.StringUtils
Capitalise a String.
capitaliseAllWords(String) - static method in class org.codehaus.plexus.util.StringUtils
Capitalise all the words in a String.
capitalizeFirstLetter(String) - static method in class org.codehaus.plexus.util.StringUtils
catPath(String,String) - static method in class org.codehaus.plexus.util.FileUtils
Will concatenate 2 paths.
CAUSE_METHOD_NAMES - static field in class org.codehaus.plexus.util.ExceptionUtils
The names of methods commonly used to access a wrapped exception.
CDSECT - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
A CDATA sections was just read; this token is available only from calls to nextToken().
cdsect(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
cdsect(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
center(String,int) - static method in class org.codehaus.plexus.util.StringUtils
Center a String in a larger String of size n.
center(String,int,String) - static method in class org.codehaus.plexus.util.StringUtils
Center a String in a larger String of size n.
charRefOneCharBuf - field in class org.codehaus.plexus.util.xml.pull.MXParser
childList - field in class org.codehaus.plexus.util.xml.Xpp3Dom
childMap - field in class org.codehaus.plexus.util.xml.Xpp3Dom
CHILDREN_COMBINATION_APPEND - static field in class org.codehaus.plexus.util.xml.Xpp3Dom
CHILDREN_COMBINATION_APPEND - static field in class org.codehaus.plexus.util.xml.Xpp3DomUtils
CHILDREN_COMBINATION_MERGE - static field in class org.codehaus.plexus.util.xml.Xpp3Dom
CHILDREN_COMBINATION_MERGE - static field in class org.codehaus.plexus.util.xml.Xpp3DomUtils
CHILDREN_COMBINATION_MODE_ATTRIBUTE - static field in class org.codehaus.plexus.util.xml.Xpp3Dom
CHILDREN_COMBINATION_MODE_ATTRIBUTE - static field in class org.codehaus.plexus.util.xml.Xpp3DomUtils
chomp(String) - static method in class org.codehaus.plexus.util.StringUtils
Remove the last newline, and everything after it from a String.
chomp(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Remove the last value of a supplied String, and everything after it from a String.
chompLast(String) - static method in class org.codehaus.plexus.util.StringUtils
Remove a newline if and only if it is at the end of the supplied String.
chompLast(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Remove a value if and only if the String ends with that value.
chop(String) - static method in class org.codehaus.plexus.util.StringUtils
Remove the last character from a String.
chopNewline(String) - static method in class org.codehaus.plexus.util.StringUtils
Remove \n from end of a String if it's there.
ClassMap - class org.codehaus.plexus.util.introspection.ClassMap
A cache of introspection information for a specific class instance.
ClassMap(Class) - constructor for class org.codehaus.plexus.util.introspection.ClassMap
Standard constructor
clean(String) - static method in class org.codehaus.plexus.util.StringUtils
Removes control characters, including whitespace, from both ends of this String, handling null by returning an empty String.
cleanDirectory(File) - static method in class org.codehaus.plexus.util.FileUtils
Clean a directory without deleting it.
cleanDirectory(String) - static method in class org.codehaus.plexus.util.FileUtils
Clean a directory without deleting it.
clear() - method in class org.codehaus.plexus.util.CachedMap
Removes all mappings from this map (optional operation).
clear() - method in class org.codehaus.plexus.util.cli.Commandline
Clear out the whole command line.
clear() - method in class org.codehaus.plexus.util.FastMap
Removes all mappings from this FastMap.
clearArgs() - method in class org.codehaus.plexus.util.cli.Commandline
Clear out the arguments but leave the executable in place for another operation.
clearArguments() - method in class org.codehaus.plexus.util.cli.shell.Shell
clone() - method in class org.codehaus.plexus.util.cli.Commandline
clone() - method in class org.codehaus.plexus.util.dag.DAG
clone() - method in class org.codehaus.plexus.util.FastMap
Returns a shallow copy of this FastMap.
clone() - method in class org.codehaus.plexus.util.cli.shell.Shell
clone() - method in class org.codehaus.plexus.util.dag.Vertex
close() - method in class org.codehaus.plexus.util.cli.StreamFeeder
close() - method in class org.codehaus.plexus.util.cli.StreamPumper
close() - method in class org.codehaus.plexus.util.StringInputStream
Closes the Stringreader.
close() - method in class org.codehaus.plexus.util.xml.XmlReader
Closes the XmlReader stream.
close() - method in class org.codehaus.plexus.util.xml.XmlStreamWriter
close(InputStream) - static method in class org.codehaus.plexus.util.IOUtil
Closes the input stream.
close(OutputStream) - static method in class org.codehaus.plexus.util.IOUtil
Closes the output stream.
close(Reader) - static method in class org.codehaus.plexus.util.IOUtil
Closes the reader.
close(Writer) - static method in class org.codehaus.plexus.util.IOUtil
Closes the writer.
closeStartTag() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
CmdShell - class org.codehaus.plexus.util.cli.shell.CmdShell
Implementation to call the CMD Shell present on Windows NT, 2000 and XP
CmdShell() - constructor for class org.codehaus.plexus.util.cli.shell.CmdShell
CollectionUtils - class org.codehaus.plexus.util.CollectionUtils
column - field in class org.codehaus.plexus.util.xml.pull.XmlPullParserException
columnNumber - field in class org.codehaus.plexus.util.xml.pull.MXParser
Commandline - class org.codehaus.plexus.util.cli.Commandline
Commandline objects help handling command lines specifying processes to execute.
Commandline() - constructor for class org.codehaus.plexus.util.cli.Commandline
Create a new command line object.
Commandline(org.codehaus.plexus.util.cli.shell.Shell) - constructor for class org.codehaus.plexus.util.cli.Commandline
Create a new command line object.
Commandline(String) - constructor for class org.codehaus.plexus.util.cli.Commandline
Create a new command line object.
Commandline(String,org.codehaus.plexus.util.cli.shell.Shell) - constructor for class org.codehaus.plexus.util.cli.Commandline
Create a new command line object.
CommandLineException - class org.codehaus.plexus.util.cli.CommandLineException
CommandLineException(String) - constructor for class org.codehaus.plexus.util.cli.CommandLineException
CommandLineException(String,Throwable) - constructor for class org.codehaus.plexus.util.cli.CommandLineException
CommandLineUtils - class org.codehaus.plexus.util.cli.CommandLineUtils
CommandShell - class org.codehaus.plexus.util.cli.shell.CommandShell
Implementation to call the Command.com Shell present on Windows 95, 98 and Me
CommandShell() - constructor for class org.codehaus.plexus.util.cli.shell.CommandShell
COMMENT - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
An XML comment was just read.
comment(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
comment(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
CompactXMLWriter - class org.codehaus.plexus.util.xml.CompactXMLWriter
CompactXMLWriter(PrintWriter) - constructor for class org.codehaus.plexus.util.xml.CompactXMLWriter
CompactXMLWriter(Writer) - constructor for class org.codehaus.plexus.util.xml.CompactXMLWriter
concatenate(Object[]) - static method in class org.codehaus.plexus.util.StringUtils
Concatenates elements of an array into a single String.
consumeLine(String) - method in class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
Called when the StreamPumper pumps a line from the Stream.
consumeLine(String) - method in class org.codehaus.plexus.util.cli.DefaultConsumer
consumeLine(String) - method in class org.codehaus.plexus.util.cli.StreamConsumer
Called when the StreamPumper pumps a line from the Stream.
consumeLine(String) - method in class org.codehaus.plexus.util.cli.WriterStreamConsumer
containsKey(Object) - method in class org.codehaus.plexus.util.CachedMap
Indicates if this map contains a mapping for the specified key.
containsKey(Object) - method in class org.codehaus.plexus.util.FastMap
Indicates if this FastMap contains a mapping for the specified key.
containsValue(Object) - method in class org.codehaus.plexus.util.CachedMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - method in class org.codehaus.plexus.util.FastMap
Indicates if this FastMap maps one or more keys to the specified value.
contentEquals(File,File) - static method in class org.codehaus.plexus.util.FileUtils
Compare the contents of two files to determine if they are equal or not.
contentEquals(InputStream,InputStream) - static method in class org.codehaus.plexus.util.IOUtil
Compare the contents of two Streams to determine if they are equal or not.
copy(byte[],OutputStream) - static method in class org.codehaus.plexus.util.IOUtil
Copy bytes from a byte[] to an OutputStream.
copy(byte[],OutputStream,int) - static method in class org.codehaus.plexus.util.IOUtil
Copy bytes from a byte[] to an OutputStream.
copy(byte[],Writer) - static method in class org.codehaus.plexus.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[],Writer,int) - static method in class org.codehaus.plexus.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[],Writer,String) - static method in class org.codehaus.plexus.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[],Writer,String,int) - static method in class org.codehaus.plexus.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(InputStream,OutputStream) - static method in class org.codehaus.plexus.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream,OutputStream,int) - static method in class org.codehaus.plexus.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream,Writer) - static method in class org.codehaus.plexus.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream,Writer,int) - static method in class org.codehaus.plexus.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream,Writer,String) - static method in class org.codehaus.plexus.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream,Writer,String,int) - static method in class org.codehaus.plexus.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader,OutputStream) - static method in class org.codehaus.plexus.util.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader,OutputStream,int) - static method in class org.codehaus.plexus.util.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader,Writer) - static method in class org.codehaus.plexus.util.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader,Writer,int) - static method in class org.codehaus.plexus.util.IOUtil
Copy chars from a Reader to a Writer.
copy(String,OutputStream) - static method in class org.codehaus.plexus.util.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String,OutputStream,int) - static method in class org.codehaus.plexus.util.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String,Writer) - static method in class org.codehaus.plexus.util.IOUtil
Copy chars from a String to a Writer.
copyDirectory(File,File) - static method in class org.codehaus.plexus.util.FileUtils
copyDirectory(File,File,String,String) - static method in class org.codehaus.plexus.util.FileUtils
copyDirectoryStructure(File,File) - static method in class org.codehaus.plexus.util.FileUtils
Copies a entire directory structure.
copyDirectoryStructureIfModified(File,File) - static method in class org.codehaus.plexus.util.FileUtils
Copies an entire directory structure but only source files with timestamp later than the destinations'.
copyFile(File,File) - static method in class org.codehaus.plexus.util.FileUtils
Copy file from source to destination.
copyFileIfModified(File,File) - static method in class org.codehaus.plexus.util.FileUtils
Copy file from source to destination only if source timestamp is later than the destination timestamp.
copyFileToDirectory(File,File) - static method in class org.codehaus.plexus.util.FileUtils
Copy file from source to destination.
copyFileToDirectory(String,String) - static method in class org.codehaus.plexus.util.FileUtils
Copy file from source to destination.
copyFileToDirectoryIfModified(File,File) - static method in class org.codehaus.plexus.util.FileUtils
Copy file from source to destination only if source is newer than the target file.
copyFileToDirectoryIfModified(String,String) - static method in class org.codehaus.plexus.util.FileUtils
Copy file from source to destination only if source is newer than the target file.
copyURLToFile(URL,File) - static method in class org.codehaus.plexus.util.FileUtils
Copies bytes from the URL source to a file destination.
couldHoldIncluded(String) - method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a name matches the start of at least one include pattern.
countMatches(String,String) - static method in class org.codehaus.plexus.util.StringUtils
How many times is the substring in the larger String.
createArg() - method in class org.codehaus.plexus.util.cli.Commandline
Creates an argument object.
createArg(boolean) - method in class org.codehaus.plexus.util.cli.Commandline
Creates an argument object and adds it to our list of args.
createArgument() - method in class org.codehaus.plexus.util.cli.Commandline
Creates an argument object.
createArgument(boolean) - method in class org.codehaus.plexus.util.cli.Commandline
Creates an argument object and adds it to our list of args.
createMarker() - method in class org.codehaus.plexus.util.cli.Commandline
Return a marker.
createTempFile(String,String,File) - static method in class org.codehaus.plexus.util.FileUtils
Create a temporary file in a given directory.
CycleDetectedException - class org.codehaus.plexus.util.dag.CycleDetectedException
CycleDetectedException(String,List) - constructor for class org.codehaus.plexus.util.dag.CycleDetectedException
CycleDetector - class org.codehaus.plexus.util.dag.CycleDetector
cycleToString() - method in class org.codehaus.plexus.util.dag.CycleDetectedException

D

DAG - class org.codehaus.plexus.util.dag.DAG
DAG = Directed Acyclic Graph
DAG() - constructor for class org.codehaus.plexus.util.dag.DAG
debug(String) - method in class org.codehaus.plexus.util.DirectoryWalkListener
decode(byte[]) - method in class org.codehaus.plexus.util.Base64
Decodes a byte[] containing containing characters in the Base64 alphabet.
decodeBase64(byte[]) - static method in class org.codehaus.plexus.util.Base64
Decodes Base64 data into octects
DEFAULT_CHILDREN_COMBINATION_MODE - static field in class org.codehaus.plexus.util.xml.Xpp3Dom
This default mode for combining children DOMs during merge means that where element names match, the process will try to merge the element data, rather than putting the dominant and recessive elements (which share the same element name) as siblings in the resulting DOM.
DEFAULT_CHILDREN_COMBINATION_MODE - static field in class org.codehaus.plexus.util.xml.Xpp3DomUtils
This default mode for combining children DOMs during merge means that where element names match, the process will try to merge the element data, rather than putting the dominant and recessive elements (which share the same element name) as siblings in the resulting DOM.
DEFAULT_END_DELIM - static field in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
DEFAULT_ESCAPE_SEQ - static field in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
DEFAULT_SELF_COMBINATION_MODE - static field in class org.codehaus.plexus.util.xml.Xpp3Dom
This default mode for combining a DOM node during merge means that where element names match, the process will try to merge the element attributes and values, rather than overriding the recessive element completely with the dominant one.
DEFAULT_SELF_COMBINATION_MODE - static field in class org.codehaus.plexus.util.xml.Xpp3DomUtils
This default mode for combining a DOM node during merge means that where element names match, the process will try to merge the element attributes and values, rather than overriding the recessive element completely with the dominant one.
DEFAULT_START_DELIM - static field in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
DefaultConsumer - class org.codehaus.plexus.util.cli.DefaultConsumer
DEFAULTEXCLUDES - static field in class org.codehaus.plexus.util.DirectoryScanner
Patterns which should be excluded by default.
defaultString(Object) - static method in class org.codehaus.plexus.util.StringUtils
Returns either the passed in Object as a String, or, if the Object is null, an empty String.
defaultString(Object,String) - static method in class org.codehaus.plexus.util.StringUtils
Returns either the passed in Object as a String, or, if the Object is null, a passed in default String.
defineEntityReplacementText(String,String) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.
defineEntityReplacementText(String,String) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.
deleteDirectory(File) - static method in class org.codehaus.plexus.util.FileUtils
Recursively delete a directory.
deleteDirectory(String) - static method in class org.codehaus.plexus.util.FileUtils
Recursively delete a directory.
deleteWhitespace(String) - static method in class org.codehaus.plexus.util.StringUtils
Deletes all whitespaces from a String.
depth - field in class org.codehaus.plexus.util.xml.pull.MXParser
depth - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
detail - field in class org.codehaus.plexus.util.xml.pull.XmlPullParserException
difference(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Compare two strings, and return the portion where they differ.
differenceAt(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Compare two strings, and return the index at which the strings begin to differ.
DirectoryScanner - class org.codehaus.plexus.util.DirectoryScanner
Class for scanning a directory for files/directories which match certain criteria.
DirectoryScanner() - constructor for class org.codehaus.plexus.util.DirectoryScanner
Sole constructor.
DirectoryWalker - class org.codehaus.plexus.util.DirectoryWalker
DirectoryWalker
DirectoryWalker() - constructor for class org.codehaus.plexus.util.DirectoryWalker
directoryWalkFinished() - method in class org.codehaus.plexus.util.DirectoryWalkListener
The directory walking has finished.
DirectoryWalkListener - interface org.codehaus.plexus.util.DirectoryWalkListener
DirectoryWalkListener
directoryWalkStarting(File) - method in class org.codehaus.plexus.util.DirectoryWalkListener
The directory walking has begun.
directoryWalkStep(int,File) - method in class org.codehaus.plexus.util.DirectoryWalkListener
The included entry that was encountered.
dirname(String) - static method in class org.codehaus.plexus.util.FileUtils
Returns the directory path portion of a file specification string.
dirsDeselected - field in class org.codehaus.plexus.util.DirectoryScanner
The directories which matched at least one include and no excludes but which a selector discarded.
dirsExcluded - field in class org.codehaus.plexus.util.DirectoryScanner
The directories which matched at least one include and at least one exclude.
dirsIncluded - field in class org.codehaus.plexus.util.DirectoryScanner
The directories which matched at least one include and no excludes and were selected.
dirsNotIncluded - field in class org.codehaus.plexus.util.DirectoryScanner
The directories which were found and did not match any includes.
dispose() - method in class org.codehaus.plexus.util.SweeperPool
Dispose of this pool.
DOCDECL - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
An XML document type declaration was just read.
docdecl(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
docdecl(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
doIndent - field in class org.codehaus.plexus.util.xml.pull.MXSerializer

E

elName - field in class org.codehaus.plexus.util.xml.pull.MXParser
elName - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
elNamespace - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
elNamespaceCount - field in class org.codehaus.plexus.util.xml.pull.MXParser
elNamespaceCount - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
elPrefix - field in class org.codehaus.plexus.util.xml.pull.MXParser
elRawName - field in class org.codehaus.plexus.util.xml.pull.MXParser
elRawNameEnd - field in class org.codehaus.plexus.util.xml.pull.MXParser
elRawNameLine - field in class org.codehaus.plexus.util.xml.pull.MXParser
elUri - field in class org.codehaus.plexus.util.xml.pull.MXParser
emptyElementTag - field in class org.codehaus.plexus.util.xml.pull.MXParser
encode(byte[]) - method in class org.codehaus.plexus.util.Base64
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encodeBase64(byte[]) - static method in class org.codehaus.plexus.util.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[],boolean) - static method in class org.codehaus.plexus.util.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - static method in class org.codehaus.plexus.util.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
END_DOCUMENT - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Logical end of the xml document.
END_TAG - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returned from getEventType(), next(), or nextToken() when an end tag was read.
endDocument() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Finish writing.
endDocument() - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Finish writing.
endElement() - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
endElement() - method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
endElement() - method in class org.codehaus.plexus.util.xml.XMLWriter
endOfLine() - method in class org.codehaus.plexus.util.xml.CompactXMLWriter
endOfLine() - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Write the end of line character (using system line separator) and start new line with indentation
endTag(String,String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Write end tag.
endTag(String,String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Write end tag.
EnhancedStringTokenizer - class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
The java.util.StringTokenizer is horribly broken.
EnhancedStringTokenizer(String) - constructor for class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
EnhancedStringTokenizer(String,String) - constructor for class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
EnhancedStringTokenizer(String,String,boolean) - constructor for class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
ensureAttributesCapacity(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Make sure that in attributes temporary array is enough space.
ensureElementsCapacity() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Make sure that we have enough space to keep element stack if passed size.
ensureElementsCapacity() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
ensureEntityCapacity() - method in class org.codehaus.plexus.util.xml.pull.MXParser
ensureNamespacesCapacity() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
ensureNamespacesCapacity(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
ensurePC(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
ENTITY_REF - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
An entity reference was just read; this token is available from nextToken() only.
entityEnd - field in class org.codehaus.plexus.util.xml.pull.MXParser
entityName - field in class org.codehaus.plexus.util.xml.pull.MXParser
entityNameBuf - field in class org.codehaus.plexus.util.xml.pull.MXParser
entityNameHash - field in class org.codehaus.plexus.util.xml.pull.MXParser
entityRef(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
entityRef(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
entityRefName - field in class org.codehaus.plexus.util.xml.pull.MXParser
entityReplacement - field in class org.codehaus.plexus.util.xml.pull.MXParser
entityReplacementBuf - field in class org.codehaus.plexus.util.xml.pull.MXParser
entrySet() - method in class org.codehaus.plexus.util.CachedMap
Returns an unmodifiable view of the mappings contained in this map.
entrySet() - method in class org.codehaus.plexus.util.FastMap
Returns a collection view of the mappings contained in this FastMap.
EnvarBasedValueSource - class org.codehaus.plexus.util.interpolation.EnvarBasedValueSource
EnvarBasedValueSource() - constructor for class org.codehaus.plexus.util.interpolation.EnvarBasedValueSource
Create a new value source for interpolation based on shell environment variables.
EnvarBasedValueSource(boolean) - constructor for class org.codehaus.plexus.util.interpolation.EnvarBasedValueSource
Create a new value source for interpolation based on shell environment variables.
envVars - field in class org.codehaus.plexus.util.cli.Commandline
equals(Object) - method in class org.codehaus.plexus.util.CachedMap
Compares the specified object with this map for equality.
equals(Object) - method in class org.codehaus.plexus.util.FastMap
Compares the specified object with this FastMap for equality.
equals(Object) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
equals(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Compares two Strings, returning true if they are equal.
equalsIgnoreCase(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Compares two Strings, returning true if they are equal ignoring the case.
escape(String) - static method in class org.codehaus.plexus.util.StringUtils
Escapes any values it finds into their String form.
eval() - method in class org.codehaus.plexus.util.Os
Determines if the current OS matches the type of that set in setFamily.
evaluate(String,Object) - static method in class org.codehaus.plexus.util.introspection.ReflectionValueExtractor
evaluate(String,Object,boolean) - static method in class org.codehaus.plexus.util.introspection.ReflectionValueExtractor
eventType - field in class org.codehaus.plexus.util.xml.pull.MXParser
everythingIncluded - field in class org.codehaus.plexus.util.DirectoryScanner
Whether or not everything tested so far has been included.
ExceptionUtils - class org.codehaus.plexus.util.ExceptionUtils
ExceptionUtils provides utilities for manipulating Throwable objects.
ExceptionUtils() - constructor for class org.codehaus.plexus.util.ExceptionUtils
Constructs a new ExceptionUtils.
excludes - field in class org.codehaus.plexus.util.DirectoryScanner
The patterns for the files to be excluded.
executable - field in class org.codehaus.plexus.util.cli.Commandline
execute() - method in class org.codehaus.plexus.util.cli.Commandline
Executes the command.
execute() - method in class org.codehaus.plexus.util.Expand
Do the work.
Expand - class org.codehaus.plexus.util.Expand
Unzip a file.
expandFile(File,File) - method in class org.codehaus.plexus.util.Expand
Description of the Method
extension(String) - static method in class org.codehaus.plexus.util.FileUtils
Returns the extension portion of a file specification string.
extractFile(File,File,InputStream,String,Date,boolean) - method in class org.codehaus.plexus.util.Expand
Description of the Method

F

FAMILY_DOS - static field in class org.codehaus.plexus.util.Os
FAMILY_MAC - static field in class org.codehaus.plexus.util.Os
FAMILY_NETWARE - static field in class org.codehaus.plexus.util.Os
FAMILY_OPENVMS - static field in class org.codehaus.plexus.util.Os
FAMILY_OS2 - static field in class org.codehaus.plexus.util.Os
FAMILY_OS400 - static field in class org.codehaus.plexus.util.Os
FAMILY_TANDEM - static field in class org.codehaus.plexus.util.Os
FAMILY_UNIX - static field in class org.codehaus.plexus.util.Os
FAMILY_WIN9X - static field in class org.codehaus.plexus.util.Os
FAMILY_WINDOWS - static field in class org.codehaus.plexus.util.Os
FAMILY_ZOS - static field in class org.codehaus.plexus.util.Os
fastHash(ch[],int,int) - static method in class org.codehaus.plexus.util.xml.pull.MXParser
simplistic implementation of hash function that has constant time to compute - so it also means diminishing hash quality for long strings but for XML parsing it should be good enough ...
FastMap - class org.codehaus.plexus.util.FastMap
This class represents a Map collection with real-time behavior.
FastMap() - constructor for class org.codehaus.plexus.util.FastMap
Creates a FastMap with a capacity of 256 entries.
FastMap(int) - constructor for class org.codehaus.plexus.util.FastMap
Creates a FastMap with the specified capacity.
FastMap(Map) - constructor for class org.codehaus.plexus.util.FastMap
Creates a FastMap, copy of the specified Map.
FEATURE_NAMES_INTERNED - static field in class org.codehaus.plexus.util.xml.pull.MXParser
FEATURE_NAMES_INTERNED - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
FEATURE_PROCESS_DOCDECL - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
This feature determines whether the document declaration is processed.
FEATURE_PROCESS_NAMESPACES - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
This feature determines whether the parser processes namespaces.
FEATURE_REPORT_NAMESPACE_ATTRIBUTES - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
This feature determines whether namespace attributes are exposed via the attribute access methods.
FEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
FEATURE_VALIDATION - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
If this feature is activated, all validation errors as defined in the XML 1.0 sepcification are reported.
FEATURE_XML_ROUNDTRIP - static field in class org.codehaus.plexus.util.xml.pull.MXParser
FILE_ENCODING - static field in class org.codehaus.plexus.util.ReaderFactory
The file.encoding System Property.
FILE_ENCODING - static field in class org.codehaus.plexus.util.WriterFactory
The file.encoding System Property.
fileAppend(String,String) - static method in class org.codehaus.plexus.util.FileUtils
Appends data to a file.
fileAppend(String,String,String) - static method in class org.codehaus.plexus.util.FileUtils
Appends data to a file.
fileDelete(String) - static method in class org.codehaus.plexus.util.FileUtils
Deletes a file.
fileExists(String) - static method in class org.codehaus.plexus.util.FileUtils
Check if a file exits.
filename(String) - static method in class org.codehaus.plexus.util.FileUtils
Returns the filename portion of a file specification string.
fileRead(File) - static method in class org.codehaus.plexus.util.FileUtils
Note: the file content is read with platform encoding
fileRead(File,String) - static method in class org.codehaus.plexus.util.FileUtils
fileRead(String) - static method in class org.codehaus.plexus.util.FileUtils
Note: the file content is read with platform encoding
fileRead(String,String) - static method in class org.codehaus.plexus.util.FileUtils
filesDeselected - field in class org.codehaus.plexus.util.DirectoryScanner
The files which matched at least one include and no excludes and which a selector discarded.
filesExcluded - field in class org.codehaus.plexus.util.DirectoryScanner
The files which matched at least one include and at least one exclude.
filesIncluded - field in class org.codehaus.plexus.util.DirectoryScanner
The files which matched at least one include and no excludes and were selected.
filesNotIncluded - field in class org.codehaus.plexus.util.DirectoryScanner
The files which did not match any includes or selectors.
FileUtils - class org.codehaus.plexus.util.FileUtils
This class provides basic facilities for manipulating files and file paths.
fileWrite(String,String) - static method in class org.codehaus.plexus.util.FileUtils
Writes data to a file.
fileWrite(String,String,String) - static method in class org.codehaus.plexus.util.FileUtils
Writes data to a file.
fillBuf() - method in class org.codehaus.plexus.util.xml.pull.MXParser
FileUtils.FilterWrapper - class org.codehaus.plexus.util.FileUtils.FilterWrapper
find(String,Object[]) - method in class org.codehaus.plexus.util.introspection.MethodMap
Find a method.
findMethod(String,Object[]) - method in class org.codehaus.plexus.util.introspection.ClassMap
Find a Method using the methodKey provided.
finished - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
flush() - method in class org.codehaus.plexus.util.CachedMap
Flushes the key/value pairs being cached.
flush() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Write all pending output to the stream.
flush() - method in class org.codehaus.plexus.util.cli.StreamPumper
flush() - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Write all pending output to the stream.
flush() - method in class org.codehaus.plexus.util.xml.XmlStreamWriter
forceDelete(File) - static method in class org.codehaus.plexus.util.FileUtils
Delete a file.
forceDelete(String) - static method in class org.codehaus.plexus.util.FileUtils
Delete a file.
forceDeleteOnExit(File) - static method in class org.codehaus.plexus.util.FileUtils
Schedule a file to be deleted when JVM exits.
forceMkdir(File) - static method in class org.codehaus.plexus.util.FileUtils
Make a directory.
format(boolean,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified boolean and appends the resulting text to the StringBuffer argument.
format(double,double,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified double and appends the resulting text to the StringBuffer argument; the number of significative digits is deduced from the specifed precision.
format(double,int,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified double and appends the resulting text to the StringBuffer argument; the number of significand digits is specified as integer argument.
format(double,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified double and appends the resulting text to the StringBuffer argument.
format(float,float,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified float and appends the resulting text to the StringBuffer argument; the number of significative digits is deduced from the specifed precision.
format(float,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified float and appends the resulting text to the StringBuffer argument.
format(int,int,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified int in the specified radix and appends the resulting text to the StringBuffer argument.
format(int,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified int and appends the resulting text (decimal representation) to the StringBuffer argument.
format(long,int,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified long in the specified radix and appends the resulting text to the StringBuffer argument.
format(long,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified long and appends the resulting text (decimal representation) to the StringBuffer argument.
format(short,int,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified short in the specified radix and appends the resulting text to the StringBuffer argument.
format(short,StringBuffer) - static method in class org.codehaus.plexus.util.TypeFormat
Formats the specified short and appends the resulting text (decimal representation) to the StringBuffer argument.
FS - static field in class org.codehaus.plexus.util.FileUtils

G

get() - method in class org.codehaus.plexus.util.SweeperPool
Return the pooled object
get(Object) - method in class org.codehaus.plexus.util.CachedMap
Returns the value to which this map maps the specified key.
get(Object) - method in class org.codehaus.plexus.util.FastMap
Returns the value to which this FastMap maps the specified key.
get(String) - method in class org.codehaus.plexus.util.introspection.MethodMap
Return a list of methods with the same name.
getArguments() - method in class org.codehaus.plexus.util.cli.Commandline
Returns all arguments defined by addLine, addValue or the argument object.
getAttribute(String) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getAttributeCount() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the number of attributes of the current start tag, or -1 if the current event type is not START_TAG
getAttributeCount() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the number of attributes of the current start tag, or -1 if the current event type is not START_TAG
getAttributeName(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeName(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeNames() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getAttributeNamespace(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributeNamespace(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributePrefix(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributePrefix(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributeType(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeType(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeValue(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the given attributes value.
getAttributeValue(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the given attributes value.
getAttributeValue(String,String) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the attributes value identified by namespace URI and namespace localName.
getAttributeValue(String,String) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the attributes value identified by namespace URI and namespace localName.
getBackingMap() - method in class org.codehaus.plexus.util.CachedMap
Returns the backing map.
getBasedir() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the base directory to be scanned.
getBaseDir() - method in class org.codehaus.plexus.util.DirectoryWalker
getBomEncoding() - method in class org.codehaus.plexus.util.xml.XmlReaderException
Returns the BOM encoding found in the InputStream.
getCacheSize() - method in class org.codehaus.plexus.util.CachedMap
Returns the actual cache size.
getCardinalityMap(Collection) - static method in class org.codehaus.plexus.util.CollectionUtils
Returns a Map mapping each unique element in the given Collection to an Integer representing the number of occurances of that element in the Collection.
getCause(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
Introspects the specified Throwable to obtain the cause.
getCause(Throwable,String[]) - static method in class org.codehaus.plexus.util.ExceptionUtils
Introspects the specified Throwable to obtain the cause using a supplied array of method names.
getChild(int) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getChild(String) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getChildCount() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getChildLabels() - method in class org.codehaus.plexus.util.dag.Vertex
Get the labels used by the most direct children.
getChildLabels(String) - method in class org.codehaus.plexus.util.dag.DAG
getChildren() - method in class org.codehaus.plexus.util.dag.Vertex
getChildren() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getChildren(String) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getChomp(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Remove everything and return the last value of a supplied String, and everything after it from a String.
getColumnNumber() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the current column number, starting from 0.
getColumnNumber() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParserException
getCommandline() - method in class org.codehaus.plexus.util.cli.Commandline
Returns the executable and all defined arguments.
getCommandLine(String,String[]) - method in class org.codehaus.plexus.util.cli.shell.CmdShell
Specific implementation that quotes all the command line.
getCommandLine(String,String[]) - method in class org.codehaus.plexus.util.cli.shell.Shell
Get the command line for the provided executable and arguments in this shell
getConstructor(Class,Class[]) - method in class org.codehaus.plexus.util.reflection.Reflector
Return the constructor, checking the cache first and storing in cache if not already there..
getContentTypeEncoding() - method in class org.codehaus.plexus.util.xml.XmlReaderException
Returns the encoding in the content-type used to attempt determining the encoding.
getContentTypeMime() - method in class org.codehaus.plexus.util.xml.XmlReaderException
Returns the MIME type in the content-type used to attempt determining the encoding.
getCycle() - method in class org.codehaus.plexus.util.dag.CycleDetectedException
getDefaultEncoding() - static method in class org.codehaus.plexus.util.xml.XmlReader
Returns the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.
getDefaultExcludes() - static method in class org.codehaus.plexus.util.FileUtils
getDefaultExcludesAsList() - static method in class org.codehaus.plexus.util.FileUtils
getDepth() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the current depth of the element.
getDepth() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Returns the current depth of the element.
getDepth() - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the current depth in the xml indentation
getDepth() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the current depth of the element.
getDepth() - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Returns the current depth of the element.
getDeselectedDirectories() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the names of the directories which were selected out and therefore not ultimately included.
getDeselectedFiles() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the names of the files which were selected out and therefore not ultimately included.
getDetail() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParserException
getDirectoryComponent(String) - static method in class org.codehaus.plexus.util.PathTool
Determines the directory component of a filename.
getDirectoryNames(File,String,String,boolean) - static method in class org.codehaus.plexus.util.FileUtils
Return a list of directories as String depending options.
getDirectoryNames(File,String,String,boolean,boolean) - static method in class org.codehaus.plexus.util.FileUtils
Return a list of directories as String depending options.
getDocType() - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
getEncoding() - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
getEncoding() - method in class org.codehaus.plexus.util.xml.XmlReader
Returns the charset encoding of the XmlReader.
getEncoding() - method in class org.codehaus.plexus.util.xml.XmlStreamWriter
getEntry(Object) - method in class org.codehaus.plexus.util.FastMap
Returns the entry with the specified key.
getEnvironmentVariables() - method in class org.codehaus.plexus.util.cli.Commandline
Return the list of environment variables
getEventType() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getEventType() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getExceptions() - method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
getExcludedDirectories() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the names of the directories which matched at least one of the include patterns and at least one of the exclude patterns.
getExcludedFiles() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the names of the files which matched at least one of the include patterns and at least one of the exclude patterns.
getExcludes() - method in class org.codehaus.plexus.util.DirectoryWalker
getExecutable() - method in class org.codehaus.plexus.util.cli.shell.BourneShell
getExecutable() - method in class org.codehaus.plexus.util.cli.Commandline
getExecutable() - method in class org.codehaus.plexus.util.cli.shell.Shell
getExtension(String) - static method in class org.codehaus.plexus.util.FileUtils
Get extension from filename.
getFeature(String) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Unknown properties are always returned as false
getFeature(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Return the current value of the feature with given name.
getFeature(String) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the current value of the given feature.
getFeature(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Return the current value of the feature with given name.
getField(Object,String) - method in class org.codehaus.plexus.util.reflection.Reflector
getField(Object,String,boolean) - method in class org.codehaus.plexus.util.reflection.Reflector
getFieldByNameIncludingSuperclasses(String,Class) - static method in class org.codehaus.plexus.util.ReflectionUtils
getFieldsIncludingSuperclasses(Class) - static method in class org.codehaus.plexus.util.ReflectionUtils
getFile(String) - static method in class org.codehaus.plexus.util.FileUtils
Creates a file handle.
Return a list of files as String depending options.
getFileNames(File,String,String,boolean) - static method in class org.codehaus.plexus.util.FileUtils
Return a list of files as String depending options.
getFileNames(File,String,String,boolean,boolean) - static method in class org.codehaus.plexus.util.FileUtils
Return a list of files as String depending options.
getFiles(File,String,String) - static method in class org.codehaus.plexus.util.FileUtils
Return the files contained in the directory, using inclusion and exclusion Ant patterns, including the directory name in each of the files
getFiles(File,String,String,boolean) - static method in class org.codehaus.plexus.util.FileUtils
Return the files contained in the directory, using inclusion and exclusion Ant patterns
getFilesFromExtension(String,String[]) - static method in class org.codehaus.plexus.util.FileUtils
Given a directory and an array of extensions return an array of compliant files.
getFullStackTrace(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
A way to get the entire nested stack-trace of an throwable.
getIncludedDirectories() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the names of the directories which matched at least one of the include patterns and none of the exclude patterns.
getIncludedFiles() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the names of the files which matched at least one of the include patterns and none of the exclude patterns.
getIncludes() - method in class org.codehaus.plexus.util.DirectoryWalker
getInputEncoding() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the input encoding if known, null otherwise.
getInputEncoding() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the input encoding if known, null otherwise.
getInputStream() - method in class org.codehaus.plexus.util.xml.XmlReaderException
Returns the unconsumed InputStream to allow the application to do an alternate encoding detection on the InputStream.
getInstance() - static method in class org.codehaus.plexus.util.SelectorUtils
Retrieves the manager of the Singleton.
getLabel() - method in class org.codehaus.plexus.util.dag.Vertex
getLabels() - method in class org.codehaus.plexus.util.dag.DAG
getLineIndenter() - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the string used as line indenter
getLineNumber() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the current line number, starting from 1.
getLineNumber() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the current line number, starting from 1.
getLineNumber() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParserException
getMessage() - method in class org.codehaus.plexus.util.dag.CycleDetectedException
getMethod(Class,String,Class[]) - method in class org.codehaus.plexus.util.reflection.Reflector
Return the method, checking the cache first and storing in cache if not already there..
getName() - method in class org.codehaus.plexus.util.xml.pull.MXParser
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
getName() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Returns the name of the current element as set by startTag().
getName() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
getName() - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Returns the name of the current element as set by startTag().
getName() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getNamespace() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the namespace URI of the current element.
getNamespace() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Returns the namespace URI of the current element as set by startTag().
getNamespace() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the namespace URI of the current element.
getNamespace() - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Returns the namespace URI of the current element as set by startTag().
getNamespace(String) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the URI corresponding to the given prefix, depending on current state of the parser.
getNamespace(String) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the URI corresponding to the given prefix, depending on current state of the parser.
getNamespaceCount(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the numbers of elements in the namespace stack for the given depth.
getNamespaceCount(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the numbers of elements in the namespace stack for the given depth.
getNamespacePrefix(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the namespace prefixe for the given position in the namespace stack.
getNamespacePrefix(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the namespace prefixe for the given position in the namespace stack.
getNamespaceUri(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an exception is thrown.
getNamespaceUri(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an exception is thrown.
getNestedString(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Get the String that is nested in between two instances of the same String.
getNestedString(String,String,String) - static method in class org.codehaus.plexus.util.StringUtils
Get the String that is nested in between two Strings.
getNotIncludedDirectories() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the names of the directories which matched none of the include patterns.
getNotIncludedFiles() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns the names of the files which matched none of the include patterns.
getObjectProperty(Object,String) - method in class org.codehaus.plexus.util.reflection.Reflector
getOriginalCommandLine(String,String[]) - method in class org.codehaus.plexus.util.cli.shell.Shell
getOriginalExecutable() - method in class org.codehaus.plexus.util.cli.shell.Shell
getOutput() - method in class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
getParent() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getParentLabels() - method in class org.codehaus.plexus.util.dag.Vertex
Get the labels used by the most direct ancestors (parents).
getParentLabels(String) - method in class org.codehaus.plexus.util.dag.DAG
getParents() - method in class org.codehaus.plexus.util.dag.Vertex
Get the list the most direct ancestors (parents).
getParts() - method in class org.codehaus.plexus.util.cli.Arg
getParts() - method in class org.codehaus.plexus.util.cli.Commandline.Argument
getPath(String) - static method in class org.codehaus.plexus.util.FileUtils
Get path from filename.
getPath(String,char) - static method in class org.codehaus.plexus.util.FileUtils
Get path from filename.
getPid() - method in class org.codehaus.plexus.util.cli.Commandline
getPosition() - method in class org.codehaus.plexus.util.cli.Commandline.Marker
Return the number of arguments that preceeded this marker.
getPositionDescription() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Return string describing current position of parsers as text 'STATE [seen %s...] @line:column'.
getPositionDescription() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns a short text describing the current parser state, including the position, a description of the current event and the data source if known.
getPrechomp(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Remove and return everything before the first value of a supplied String from another String.
getPrefix() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the prefix of the current element.
getPrefix() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the prefix of the current element.
getPrefix(String,boolean) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Return namespace that corresponds to given prefix If there is no prefix bound to this namespace return null but if generatePrefix is false then return generated prefix.
getPrefix(String,boolean) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Return namespace that corresponds to given prefix If there is no prefix bound to this namespace return null but if generatePrefix is false then return generated prefix.
getProperty(String) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Look up the value of a property.
getProperty(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Look up the value of a property.
getProperty(String) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Look up the value of a property.
getProperty(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Look up the value of a property.
getPublicMethod(Method) - static method in class org.codehaus.plexus.util.introspection.ClassMap
For a given method, retrieves its publicly accessible counterpart.
getReader(Reader) - method in class org.codehaus.plexus.util.FileUtils.FilterWrapper
getRelativePath(String) - static method in class org.codehaus.plexus.util.PathTool
Determines the relative path of a filename.
getRelativePath(String,String) - static method in class org.codehaus.plexus.util.PathTool
Determines the relative path of a filename from a base directory.
getRootCause(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
Walks through the exception chain to the last element -- the "root" of the tree -- using getCause(Throwable), and returns that exception.
getRootCauseStackTrace(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
Creates a compact stack trace for the root cause of the supplied throwable.
getSetter(String,Class) - static method in class org.codehaus.plexus.util.ReflectionUtils
Finds a setter in the given class for the given field.
getSetters(Class) - static method in class org.codehaus.plexus.util.ReflectionUtils
Finds all setters in the given class and super classes.
getSetterType(Method) - static method in class org.codehaus.plexus.util.ReflectionUtils
Returns the class of the argument to the setter.
getShell() - method in class org.codehaus.plexus.util.cli.Commandline
Get the shell to be used in this command line.
getShellArgs() - method in class org.codehaus.plexus.util.cli.shell.BourneShell
Get the shell arguments
getShellArgs() - method in class org.codehaus.plexus.util.cli.shell.Shell
Get the shell arguments
getShellArgsList() - method in class org.codehaus.plexus.util.cli.shell.BourneShell
getShellArgsList() - method in class org.codehaus.plexus.util.cli.shell.Shell
getShellCommand() - method in class org.codehaus.plexus.util.cli.shell.Shell
Get the command to execute the shell
getShellCommandline() - method in class org.codehaus.plexus.util.cli.Commandline
Returns the shell, executable and all defined arguments.
getShellCommandLine(String[]) - method in class org.codehaus.plexus.util.cli.shell.Shell
Get the full command line to execute, including shell command, shell arguments, executable and executable arguments
getSingleton(Class,Object[]) - method in class org.codehaus.plexus.util.reflection.Reflector
Retrieve the singleton instance of a class, given the array of parameters...
getSize() - method in class org.codehaus.plexus.util.SweeperPool
Return the number of pooled objects.
getStackFrames(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
Captures the stack trace associated with the specified Throwable object, decomposing it into a list of stack frames.
getStackTrace(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
A convenient way of extracting the stack trace from an exception.
getStaticField(Class,String) - method in class org.codehaus.plexus.util.reflection.Reflector
getSuccessorLabels(String) - method in class org.codehaus.plexus.util.dag.DAG
Return the list of labels of successor in order decided by topological sort
getSystemEnvVars() - method in class org.codehaus.plexus.util.cli.Commandline
getSystemEnvVars() - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
getSystemEnvVars(boolean) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
Return the shell environment variables.
getText() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the text content of the current event as String.
getText() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the text content of the current event as String.
getTextCharacters(int[]) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getTextCharacters(int[]) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getThrowableCount(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
Returns the number of Throwable objects in the exception chain.
getThrowables(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
Returns the list of Throwable objects in the exception chain.
getValidFamilies() - static method in class org.codehaus.plexus.util.Os
getValue() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
getValue(String) - method in class org.codehaus.plexus.util.interpolation.EnvarBasedValueSource
getValue(String) - method in class org.codehaus.plexus.util.interpolation.MapBasedValueSource
getValue(String) - method in class org.codehaus.plexus.util.interpolation.ObjectBasedValueSource
getValue(String) - method in class org.codehaus.plexus.util.interpolation.PropertiesBasedValueSource
getValue(String) - method in class org.codehaus.plexus.util.interpolation.ValueSource
getValueIncludingSuperclasses(String,Object) - static method in class org.codehaus.plexus.util.ReflectionUtils
Generates a map of the fields and values on a given object, also pulls from superclasses
getVariablesAndValuesIncludingSuperclasses(Object) - static method in class org.codehaus.plexus.util.ReflectionUtils
Generates a map of the fields and values on a given object, also pulls from superclasses
getVertex(String) - method in class org.codehaus.plexus.util.dag.DAG
getVerticies() - method in class org.codehaus.plexus.util.dag.DAG
getWorkingDirectory() - method in class org.codehaus.plexus.util.cli.Commandline
getWorkingDirectory() - method in class org.codehaus.plexus.util.cli.shell.Shell
getWriter() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
getWriter() - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Get the underlying writer
getXmlEncoding() - method in class org.codehaus.plexus.util.xml.XmlReaderException
Returns the encoding found in the XML prolog of the InputStream.
getXmlGuessEncoding() - method in class org.codehaus.plexus.util.xml.XmlReaderException
Returns the encoding guess based on the first bytes of the InputStream.

H

hasCycle(org.codehaus.plexus.util.dag.DAG) - static method in class org.codehaus.plexus.util.dag.CycleDetector
hasEdge(String,String) - method in class org.codehaus.plexus.util.dag.DAG
hashCode() - method in class org.codehaus.plexus.util.CachedMap
Returns the hash code value for this map.
hashCode() - method in class org.codehaus.plexus.util.FastMap
Returns the hash code value for this FastMap.
hashCode() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
hasMoreTokens() - method in class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
haveSlowResults - field in class org.codehaus.plexus.util.DirectoryScanner
Whether or not our results were built by a slow scan.

I

IGNORABLE_WHITESPACE - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Ignorable whitespace was just read.
ignorableWhitespace(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
ignorableWhitespace(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
includes - field in class org.codehaus.plexus.util.DirectoryScanner
The patterns for the files to be included.
indentationBuf - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
indentationJump - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
indentationString - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
indexOf(CharSequence,CharSequence,int) - static method in class org.codehaus.plexus.util.TypeFormat
Searches for a particular sequence within a character sequence (general purpose parsing function).
indexOfAny(String,String[]) - static method in class org.codehaus.plexus.util.StringUtils
Find the first index of any of a set of potential substrings.
indexOfThrowable(Throwable,Class) - static method in class org.codehaus.plexus.util.ExceptionUtils
Delegates to indexOfThrowable(Throwable,Class,int), starting the search at the beginning of the exception chain.
indexOfThrowable(Throwable,Class,int) - static method in class org.codehaus.plexus.util.ExceptionUtils
Returns the (zero based) index, of the first Throwable that matches the specified type in the exception chain of Throwable objects with an index greater than or equal to the specified index, or -1 if the type is not found.
inputEncoding - field in class org.codehaus.plexus.util.xml.pull.MXParser
interpolate(String,Map) - static method in class org.codehaus.plexus.util.StringUtils
interpolate(String,String) - method in class org.codehaus.plexus.util.interpolation.RegexBasedInterpolator
InterpolationFilterReader - class org.codehaus.plexus.util.InterpolationFilterReader
InterpolationFilterReader(Reader,Map) - constructor for class org.codehaus.plexus.util.InterpolationFilterReader
intersection(Collection,Collection) - static method in class org.codehaus.plexus.util.CollectionUtils
Returns a Collection containing the intersection of the given Collections.
introducesCycle(org.codehaus.plexus.util.dag.Vertex) - static method in class org.codehaus.plexus.util.dag.CycleDetector
introducesCycle(org.codehaus.plexus.util.dag.Vertex,Map) - static method in class org.codehaus.plexus.util.dag.CycleDetector
This method will be called when an egde leading to given vertex was added and we want to check if introduction of this edge has not resulted in apparition of cycle in the graph
invoke(Object,String,Object[]) - method in class org.codehaus.plexus.util.reflection.Reflector
Invoke the specified method on the specified target with the specified params...
invokeStatic(Class,String,Object[]) - method in class org.codehaus.plexus.util.reflection.Reflector
Invoke the specified static method with the specified params...
IOUtil - class org.codehaus.plexus.util.IOUtil
General IO Stream manipulation.
isAlive(long) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
isAlive(Process) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
isAlpha(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if the String contains only unicode letters.
isAlphanumeric(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if the String contains only unicode letters or digits.
isAlphanumericSpace(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if the String contains only unicode letters, digits or space (' ').
isAlphaSpace(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if the String contains only unicode letters and space (' ').
isArch(String) - static method in class org.codehaus.plexus.util.Os
Determines if the current OS matches the given OS architecture.
isArrayByteBase64(byte[]) - static method in class org.codehaus.plexus.util.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isAttributeDefault(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns if the specified attribute was not in input was declared in XML.
isAttributeDefault(int) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns if the specified attribute was not in input was declared in XML.
isCaseSensitive - field in class org.codehaus.plexus.util.DirectoryScanner
Whether or not the file system should be treated as a case sensitive one.
isConnected() - method in class org.codehaus.plexus.util.dag.Vertex
Indicates if there is at least one edee leading to or from given vertex
isConnected(String) - method in class org.codehaus.plexus.util.dag.DAG
Indicates if there is at least one edge leading to or from vertex of given label
isDone() - method in class org.codehaus.plexus.util.cli.StreamFeeder
isDone() - method in class org.codehaus.plexus.util.cli.StreamPumper
isDoubleQuotedArgumentEscaped() - method in class org.codehaus.plexus.util.cli.shell.Shell
isDoubleQuotedExecutableEscaped() - method in class org.codehaus.plexus.util.cli.shell.Shell
isEmpty() - method in class org.codehaus.plexus.util.CachedMap
Returns true if this map contains no key-value mappings.
isEmpty() - method in class org.codehaus.plexus.util.FastMap
Indicates if this FastMap contains no key-value mappings.
isEmpty(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if a (trimmed) String is null or empty.
isEmpty(String) - static method in class org.codehaus.plexus.util.xml.Xpp3Dom
isEmpty(String) - static method in class org.codehaus.plexus.util.xml.Xpp3DomUtils
isEmptyElementTag() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Returns true if the current event is START_TAG and the tag is degenerated (e.g.
isEmptyElementTag() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returns true if the current event is START_TAG and the tag is degenerated (e.g.
isEverythingIncluded() - method in class org.codehaus.plexus.util.DirectoryScanner
Returns whether or not the scanner has included all the files or directories it has come across so far.
isExcluded(String) - method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a name matches against at least one exclude pattern.
isFamily(String) - static method in class org.codehaus.plexus.util.Os
Determines if the current OS matches the given OS family.
isIncluded(String) - method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a name matches against at least one include pattern.
isLeaf() - method in class org.codehaus.plexus.util.dag.Vertex
Indicates if given vertex has no child
isName(String) - static method in class org.codehaus.plexus.util.Os
Determines if the current OS matches the given OS name.
isNameChar(char) - method in class org.codehaus.plexus.util.xml.pull.MXParser
isNameStartChar(char) - method in class org.codehaus.plexus.util.xml.pull.MXParser
isNestedThrowable(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
Whether an Throwable is considered nested or not.
isNotEmpty(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if a String is non null and is not empty (length > 0).
isNotEmpty(String) - static method in class org.codehaus.plexus.util.xml.Xpp3Dom
isNotEmpty(String) - static method in class org.codehaus.plexus.util.xml.Xpp3DomUtils
isNumeric(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if the String contains only unicode digits.
isNumericSpace(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if the String contains only unicode digits or space (' ').
ISO_8859_1 - static field in class org.codehaus.plexus.util.ReaderFactory
ISO Latin Alphabet #1, also known as ISO-LATIN-1.
ISO_8859_1 - static field in class org.codehaus.plexus.util.WriterFactory
ISO Latin Alphabet #1, also known as ISO-LATIN-1.
isOs(String,String,String,String) - static method in class org.codehaus.plexus.util.Os
Determines if the current OS matches the given OS family, name, architecture and version.
isOutOfDate(File,File,int) - static method in class org.codehaus.plexus.util.SelectorUtils
Returns dependency information on these two files.
isQuotedArgumentsEnabled() - method in class org.codehaus.plexus.util.cli.shell.Shell
isQuotedExecutableEnabled() - method in class org.codehaus.plexus.util.cli.shell.Shell
isRoot() - method in class org.codehaus.plexus.util.dag.Vertex
Indicates if given vertex has no parent
isS(char) - method in class org.codehaus.plexus.util.xml.pull.MXParser
isSelected(String,File) - method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether a name should be selected.
isSetter(Method) - static method in class org.codehaus.plexus.util.ReflectionUtils
isSingleQuotedArgumentEscaped() - method in class org.codehaus.plexus.util.cli.shell.Shell
isSingleQuotedExecutableEscaped() - method in class org.codehaus.plexus.util.cli.shell.Shell
isSymbolicLink(File,String) - method in class org.codehaus.plexus.util.DirectoryScanner
Checks whether a given file is a symbolic link.
isValidFamily(String) - static method in class org.codehaus.plexus.util.Os
Helper method to check if the given family is in the following list:
  • dos
  • mac
  • netware
  • os/2
  • tandem
  • unix
  • windows
  • win9x
  • z/os
  • os/400
  • openvms
isVersion(String) - static method in class org.codehaus.plexus.util.Os
Determines if the current OS matches the given OS version.
isWhitespace() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Checks whether the current TEXT event contains only whitespace characters.
isWhitespace() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Checks whether the current TEXT event contains only whitespace characters.
isWhitespace(String) - static method in class org.codehaus.plexus.util.StringUtils
Checks if the String contains only whitespace.
iteratorToList(Iterator) - static method in class org.codehaus.plexus.util.CollectionUtils

J

join(Iterator,String) - static method in class org.codehaus.plexus.util.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Object[],String) - static method in class org.codehaus.plexus.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
joinPC() - method in class org.codehaus.plexus.util.xml.pull.MXParser

K

keySet() - method in class org.codehaus.plexus.util.CachedMap
Returns an unmodifiable view of the keys contained in this map.
keySet() - method in class org.codehaus.plexus.util.FastMap
Returns a set view of the keys contained in this FastMap.
killProcess(long) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
Kill a process launched by executeCommandLine methods Doesn't work correctly on windows, only the cmd process will be destroy but not the sub process (Bug ID 4770092)

L

lastIndexOfAny(String,String[]) - static method in class org.codehaus.plexus.util.StringUtils
Find the latest index of any of a set of potential substrings.
left(String,int) - static method in class org.codehaus.plexus.util.StringUtils
Gets the leftmost n characters of a String.
leftPad(String,int) - static method in class org.codehaus.plexus.util.StringUtils
Left pad a String with spaces.
leftPad(String,int,String) - static method in class org.codehaus.plexus.util.StringUtils
Left pad a String with a specified string.
lineNumber - field in class org.codehaus.plexus.util.xml.pull.MXParser
LineOrientedInterpolatingReader(Reader,Map) - constructor for class org.codehaus.plexus.util.LineOrientedInterpolatingReader
lineSeparator - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
loadFile(File) - static method in class org.codehaus.plexus.util.FileUtils
Note: the file content is read with platform encoding
loadProperties(File) - static method in class org.codehaus.plexus.util.PropertyUtils
loadProperties(InputStream) - static method in class org.codehaus.plexus.util.PropertyUtils
loadProperties(URL) - static method in class org.codehaus.plexus.util.PropertyUtils
location - field in class org.codehaus.plexus.util.xml.pull.MXParser
location - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
lookuEntityReplacement(int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
LOOKUP_MAX - static field in class org.codehaus.plexus.util.xml.pull.MXParser
LOOKUP_MAX_CHAR - static field in class org.codehaus.plexus.util.xml.pull.MXParser
lookupNameChar - static field in class org.codehaus.plexus.util.xml.pull.MXParser
lookupNameStartChar - static field in class org.codehaus.plexus.util.xml.pull.MXParser
lookupOrDeclarePrefix(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
lowerCase(String) - static method in class org.codehaus.plexus.util.StringUtils
Convert a String to lower case, null String returns null.
lowercaseFirstLetter(String) - static method in class org.codehaus.plexus.util.StringUtils

M

MapBasedValueSource - class org.codehaus.plexus.util.interpolation.MapBasedValueSource
MapBasedValueSource(Map) - constructor for class org.codehaus.plexus.util.interpolation.MapBasedValueSource
mark(int) - method in class org.codehaus.plexus.util.StringInputStream
Marks the read limit of the StringReader.
Commandline.Marker - class org.codehaus.plexus.util.cli.Commandline.Marker
Class to keep track of the position of an Argument.
markSupported() - method in class org.codehaus.plexus.util.StringInputStream
match(String,String) - static method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a string matches against a pattern.
match(String,String) - static method in class org.codehaus.plexus.util.SelectorUtils
Tests whether or not a string matches against a pattern.
match(String,String,boolean) - static method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a string matches against a pattern.
match(String,String,boolean) - static method in class org.codehaus.plexus.util.SelectorUtils
Tests whether or not a string matches against a pattern.
matchPath(String,String) - static method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String,String) - static method in class org.codehaus.plexus.util.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPath(String,String,boolean) - static method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String,String,boolean) - static method in class org.codehaus.plexus.util.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPatternStart(String,String) - static method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String,String) - static method in class org.codehaus.plexus.util.SelectorUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String,String,boolean) - static method in class org.codehaus.plexus.util.DirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String,String,boolean) - static method in class org.codehaus.plexus.util.SelectorUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
maxIndentLevel - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
mergeMaps(Map,Map) - static method in class org.codehaus.plexus.util.CollectionUtils
Take a dominant and recessive Map and merge the key:value pairs where the recessive Map may add key:value pairs to the dominant Map but may not override any existing key:value pairs.
mergeMaps(Map[]) - static method in class org.codehaus.plexus.util.CollectionUtils
Take a series of Maps and merge them where the ordering of the array from 0..n is the dominant order.
Merge two DOMs, with one having dominance in the case of collision.
Merge two DOMs, with one having dominance in the case of collision.
Merge two DOMs, with one having dominance in the case of collision.
Merge two DOMs, with one having dominance in the case of collision.
MethodMap - class org.codehaus.plexus.util.introspection.MethodMap
mid(String,int,int) - static method in class org.codehaus.plexus.util.StringUtils
Gets n characters from the middle of a String.
mkdir(String) - static method in class org.codehaus.plexus.util.FileUtils
Simple way to make a directory
more() - method in class org.codehaus.plexus.util.xml.pull.MXParser
MXParser - class org.codehaus.plexus.util.xml.pull.MXParser
Absolutely minimal implementation of XMLPULL V1 API.
MXParser() - constructor for class org.codehaus.plexus.util.xml.pull.MXParser
MXSerializer - class org.codehaus.plexus.util.xml.pull.MXSerializer
Implementation of XmlSerializer interface from XmlPull V1 API.

N

name - field in class org.codehaus.plexus.util.xml.Xpp3Dom
namesInterned - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
namespaceEnd - field in class org.codehaus.plexus.util.xml.pull.MXParser
namespaceEnd - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
namespacePrefix - field in class org.codehaus.plexus.util.xml.pull.MXParser
namespacePrefix - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
namespacePrefixHash - field in class org.codehaus.plexus.util.xml.pull.MXParser
namespaceUri - field in class org.codehaus.plexus.util.xml.pull.MXParser
namespaceUri - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
NCODING - static field in class org.codehaus.plexus.util.xml.pull.MXParser
newInstance(Class,Object[]) - method in class org.codehaus.plexus.util.reflection.Reflector
Create a new instance of a class, given the array of parameters...
newPlatformReader(File) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with default plaform encoding.
newPlatformReader(InputStream) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with default plaform encoding.
newPlatformReader(URL) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with default plaform encoding.
newPlatformWriter(File) - static method in class org.codehaus.plexus.util.WriterFactory
Create a new Writer with default plaform encoding.
newPlatformWriter(OutputStream) - static method in class org.codehaus.plexus.util.WriterFactory
Create a new Writer with default plaform encoding.
newReader(File,String) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with specified encoding.
newReader(InputStream,String) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with specified encoding.
newReader(URL,String) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with specified encoding.
newString(char[],int,int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
newStringIntern(char[],int,int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
newWriter(File,String) - static method in class org.codehaus.plexus.util.WriterFactory
Create a new Writer with specified encoding.
newWriter(OutputStream,String) - static method in class org.codehaus.plexus.util.WriterFactory
Create a new Writer with specified encoding.
newXmlReader(File) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with XML encoding detection rules.
newXmlReader(InputStream) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with XML encoding detection rules.
newXmlReader(URL) - static method in class org.codehaus.plexus.util.ReaderFactory
Create a new Reader with XML encoding detection rules.
newXmlWriter(File) - static method in class org.codehaus.plexus.util.WriterFactory
Create a new Writer with XML encoding detection rules.
newXmlWriter(OutputStream) - static method in class org.codehaus.plexus.util.WriterFactory
Create a new Writer with XML encoding detection rules.
next() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole element content (comments and processing instructions will be ignored and emtity references must be expanded or exception mus be thrown if entity reerence can not be exapnded).
next() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole element content (comments and processing instructions will be ignored and emtity references must be expanded or exception mus be thrown if entity reerence can not be exapnded).
nextImpl() - method in class org.codehaus.plexus.util.xml.pull.MXParser
nextTag() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Call next() and return event if it is START_TAG or END_TAG otherwise throw an exception.
nextTag() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Call next() and return event if it is START_TAG or END_TAG otherwise throw an exception.
nextText() - method in class org.codehaus.plexus.util.xml.pull.MXParser
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is END_TAG then empty string is returned, otherwise exception is thrown.
nextText() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is END_TAG then empty string is returned, otherwise exception is thrown.
nextToken() - method in class org.codehaus.plexus.util.cli.EnhancedStringTokenizer
nextToken() - method in class org.codehaus.plexus.util.xml.pull.MXParser
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
nextToken() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
NO - static field in class org.codehaus.plexus.util.xml.pull.MXParser
NO_NAMESPACE - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
This constant represents the default namespace (empty string "")
normalize(String) - static method in class org.codehaus.plexus.util.FileUtils
Normalize a path.

O

objectAdded(Object) - method in class org.codehaus.plexus.util.SweeperPool
Override this to be notified of object addition.
ObjectBasedValueSource - class org.codehaus.plexus.util.interpolation.ObjectBasedValueSource
ObjectBasedValueSource(Object) - constructor for class org.codehaus.plexus.util.interpolation.ObjectBasedValueSource
objectDisposed(Object) - method in class org.codehaus.plexus.util.SweeperPool
Override this to be notified of object disposal.
objectRetrieved(Object) - method in class org.codehaus.plexus.util.SweeperPool
Override this to be notified of object retrieval.
offsetNewLine - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
ONE_GB - static field in class org.codehaus.plexus.util.FileUtils
The number of bytes in a gigabyte.
ONE_KB - static field in class org.codehaus.plexus.util.FileUtils
The number of bytes in a kilobyte.
ONE_MB - static field in class org.codehaus.plexus.util.FileUtils
The number of bytes in a megabyte.
Os - class org.codehaus.plexus.util.Os
Condition that tests the OS type.
Os() - constructor for class org.codehaus.plexus.util.Os
Default constructor
Os(String) - constructor for class org.codehaus.plexus.util.Os
Constructor that sets the family attribute
OS_ARCH - static field in class org.codehaus.plexus.util.Os
OS_FAMILY - static field in class org.codehaus.plexus.util.Os
OS_NAME - static field in class org.codehaus.plexus.util.cli.Commandline
OS_NAME - static field in class org.codehaus.plexus.util.Os
OS_VERSION - static field in class org.codehaus.plexus.util.Os
out - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
overlayString(String,String,int,int) - static method in class org.codehaus.plexus.util.StringUtils
Overlay a part of a String with another String.

P

parent - field in class org.codehaus.plexus.util.xml.Xpp3Dom
parseAttribute() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseBoolean(CharSequence) - static method in class org.codehaus.plexus.util.TypeFormat
Parses the specified CharSequence as a boolean.
parseCDSect(boolean) - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseComment() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseDocdecl() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseDouble(CharSequence) - static method in class org.codehaus.plexus.util.TypeFormat
Parses this CharSequence as a double.
parseEndTag() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseEntityRef() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseEpilog() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseFloat(CharSequence) - static method in class org.codehaus.plexus.util.TypeFormat
Parses this CharSequence as a float.
parseInt(CharSequence) - static method in class org.codehaus.plexus.util.TypeFormat
Parses the specified CharSequence as a signed decimal int.
parseInt(CharSequence,int) - static method in class org.codehaus.plexus.util.TypeFormat
Parses the specified CharSequence as a signed int in the specified radix.
parseLong(CharSequence) - static method in class org.codehaus.plexus.util.TypeFormat
Parses the specified CharSequence as a signed decimal long.
parseLong(CharSequence,int) - static method in class org.codehaus.plexus.util.TypeFormat
Parses the specified CharSequence as a signed long in the specified radix.
parsePI() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseProlog() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseShort(CharSequence) - static method in class org.codehaus.plexus.util.TypeFormat
Parses the specified CharSequence as a signed decimal short.
parseShort(CharSequence,int) - static method in class org.codehaus.plexus.util.TypeFormat
Parses the specified CharSequence as a signed short in the specified radix.
parseStartTag() - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseXmlDecl(char) - method in class org.codehaus.plexus.util.xml.pull.MXParser
parseXmlDeclWithVersion(int,int) - method in class org.codehaus.plexus.util.xml.pull.MXParser
pastEndTag - field in class org.codehaus.plexus.util.xml.pull.MXParser
pastRoot - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
PathTool - class org.codehaus.plexus.util.PathTool
Path tool contains static methods to assist in determining path-related information such as relative paths.
pc - field in class org.codehaus.plexus.util.xml.pull.MXParser
pcEnd - field in class org.codehaus.plexus.util.xml.pull.MXParser
pcStart - field in class org.codehaus.plexus.util.xml.pull.MXParser
pos - field in class org.codehaus.plexus.util.xml.pull.MXParser
posEnd - field in class org.codehaus.plexus.util.xml.pull.MXParser
posStart - field in class org.codehaus.plexus.util.xml.pull.MXParser
prechomp(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Remove the first value of a supplied String, and everything before it from a String.
precomputedPrefixes - static field in class org.codehaus.plexus.util.xml.pull.MXSerializer
PrettyPrintXMLWriter - class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
PrettyPrintXMLWriter(PrintWriter) - constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
PrettyPrintXMLWriter(PrintWriter,String) - constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
PrettyPrintXMLWriter(PrintWriter,String,String) - constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
PrettyPrintXMLWriter(PrintWriter,String,String,String) - constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
PrettyPrintXMLWriter(Writer) - constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
PrettyPrintXMLWriter(Writer,String) - constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
PrettyPrintXMLWriter(Writer,String,String) - constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
PrettyPrintXMLWriter(Writer,String,String,String) - constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
preventBufferCompaction - field in class org.codehaus.plexus.util.xml.pull.MXParser
printable(char) - method in class org.codehaus.plexus.util.xml.pull.MXParser
printable(char) - static method in class org.codehaus.plexus.util.xml.pull.MXSerializer
printable(String) - method in class org.codehaus.plexus.util.xml.pull.MXParser
printable(String) - static method in class org.codehaus.plexus.util.xml.pull.MXSerializer
simple utility method -- good for debugging
printRootCauseStackTrace(Throwable) - static method in class org.codehaus.plexus.util.ExceptionUtils
Equivalent to printRootCauseStackTrace(t, System.err)
printRootCauseStackTrace(Throwable,PrintStream) - static method in class org.codehaus.plexus.util.ExceptionUtils
Prints a compact stack trace for the root cause of a throwable.
printRootCauseStackTrace(Throwable,PrintWriter) - static method in class org.codehaus.plexus.util.ExceptionUtils
Same as printRootCauseStackTrace(t, stream), except it takes a PrintWriter as an argument.
printStackTrace() - method in class org.codehaus.plexus.util.xml.pull.XmlPullParserException
PROCESSING_INSTRUCTION - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
An XML processing instruction declaration was just read.
processingInstruction(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
processingInstruction(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
processNamespaces - field in class org.codehaus.plexus.util.xml.pull.MXParser
PropertiesBasedValueSource - class org.codehaus.plexus.util.interpolation.PropertiesBasedValueSource
PropertiesBasedValueSource(Properties) - constructor for class org.codehaus.plexus.util.interpolation.PropertiesBasedValueSource
PROPERTY_LOCATION - static field in class org.codehaus.plexus.util.xml.pull.MXParser
PROPERTY_LOCATION - static field in class org.codehaus.plexus.util.xml.pull.MXSerializer
PROPERTY_SERIALIZER_INDENTATION - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
PROPERTY_SERIALIZER_LINE_SEPARATOR - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
PROPERTY_XMLDECL_CONTENT - static field in class org.codehaus.plexus.util.xml.pull.MXParser
PROPERTY_XMLDECL_STANDALONE - static field in class org.codehaus.plexus.util.xml.pull.MXParser
PROPERTY_XMLDECL_VERSION - static field in class org.codehaus.plexus.util.xml.pull.MXParser
PropertyUtils - class org.codehaus.plexus.util.PropertyUtils
put(Object) - method in class org.codehaus.plexus.util.SweeperPool
Add an object to the pool
put(Object,Object) - method in class org.codehaus.plexus.util.CachedMap
Associates the specified value with the specified key in this map.
put(Object,Object) - method in class org.codehaus.plexus.util.FastMap
Associates the specified value with the specified key in this FastMap.
putAll(Map) - method in class org.codehaus.plexus.util.CachedMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - method in class org.codehaus.plexus.util.FastMap
Copies all of the mappings from the specified map to this FastMap.

Q

quote(String) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
Put quotes around the given String if necessary.
quote(String,boolean) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
Put quotes around the given String if necessary.
quote(String,boolean,boolean,boolean) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
quoteArgument(String) - static method in class org.codehaus.plexus.util.cli.Commandline

R

reachedEnd - field in class org.codehaus.plexus.util.xml.pull.MXParser
read() - method in class org.codehaus.plexus.util.InterpolationFilterReader
Returns the next character in the filtered stream, replacing tokens from the original stream.
read() - method in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
read() - method in class org.codehaus.plexus.util.StringInputStream
Reads from the Stringreader, returning the same value.
read(cbuf[],int,int) - method in class org.codehaus.plexus.util.InterpolationFilterReader
Reads characters into a portion of an array.
read(char[],int,int) - method in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
read(char[],int,int) - method in class org.codehaus.plexus.util.xml.XmlReader
READ_CHUNK_SIZE - static field in class org.codehaus.plexus.util.xml.pull.MXParser
reader - field in class org.codehaus.plexus.util.xml.pull.MXParser
ReaderFactory - class org.codehaus.plexus.util.ReaderFactory
Utility to create Readers from streams, with explicit encoding choice: platform default, XML, or specified.
rebuildIndentationBuf() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
For maximum efficiency when writing indents the required output is pre-computed This is internal function that recomputes buffer after user requested chnages.
ReflectionUtils - class org.codehaus.plexus.util.ReflectionUtils
ReflectionValueExtractor - class org.codehaus.plexus.util.introspection.ReflectionValueExtractor
Using simple dotted expressions extract the values from a MavenProject instance, For example we might want to extract a value like: project.build.sourceDirectory
Reflector - class org.codehaus.plexus.util.reflection.Reflector
Utility class used to instantiate an object using reflection.
Reflector() - constructor for class org.codehaus.plexus.util.reflection.Reflector
Ensure no instances of Reflector are created...this is a utility.
ReflectorException - class org.codehaus.plexus.util.reflection.ReflectorException
Exception indicating that an error has occurred while instantiating a class with the Reflector class.
ReflectorException() - constructor for class org.codehaus.plexus.util.reflection.ReflectorException
Create a new ReflectorException.
ReflectorException(String) - constructor for class org.codehaus.plexus.util.reflection.ReflectorException
Create a new ReflectorException with the specified message.
ReflectorException(String,Throwable) - constructor for class org.codehaus.plexus.util.reflection.ReflectorException
Create a new ReflectorException with the specified message and root cause.
ReflectorException(Throwable) - constructor for class org.codehaus.plexus.util.reflection.ReflectorException
Create a new ReflectorException with the specified root cause.
RegexBasedInterpolator - class org.codehaus.plexus.util.interpolation.RegexBasedInterpolator
RegexBasedInterpolator() - constructor for class org.codehaus.plexus.util.interpolation.RegexBasedInterpolator
RegexBasedInterpolator(List) - constructor for class org.codehaus.plexus.util.interpolation.RegexBasedInterpolator
remove(Object) - method in class org.codehaus.plexus.util.CachedMap
Removes the mapping for this key from this map if it is present.
remove(Object) - method in class org.codehaus.plexus.util.FastMap
Removes the mapping for this key from this FastMap if present.
removeAndHump(String,String) - static method in class org.codehaus.plexus.util.StringUtils
removeChild(int) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
Removes a DirectoryWalkListener.
removeEdge(String,String) - method in class org.codehaus.plexus.util.dag.DAG
removeEdgeFrom(org.codehaus.plexus.util.dag.Vertex) - method in class org.codehaus.plexus.util.dag.Vertex
removeEdgeTo(org.codehaus.plexus.util.dag.Vertex) - method in class org.codehaus.plexus.util.dag.Vertex
removeExtension(String) - static method in class org.codehaus.plexus.util.FileUtils
Remove extension from filename.
removePath(String) - static method in class org.codehaus.plexus.util.FileUtils
Remove path from filename.
removePath(String,char) - static method in class org.codehaus.plexus.util.FileUtils
Remove path from filename.
removeWhitespace(String) - static method in class org.codehaus.plexus.util.SelectorUtils
"Flattens" a string by removing all whitespace (space, tab, linefeed, carriage return, and formfeed).
rename(File,File) - static method in class org.codehaus.plexus.util.FileUtils
Renames a file, even if that involves crossing file system boundaries.
repeat(String,int) - static method in class org.codehaus.plexus.util.StringUtils
Repeat a String n times to form a new string.
replace(String,char,char) - static method in class org.codehaus.plexus.util.StringUtils
Replace all occurances of a char within another char.
replace(String,char,char,int) - static method in class org.codehaus.plexus.util.StringUtils
Replace a char with another char inside a larger String, for the first max values of the search char.
replace(String,String,String) - static method in class org.codehaus.plexus.util.StringUtils
Replace all occurances of a String within another String.
replace(String,String,String,int) - static method in class org.codehaus.plexus.util.StringUtils
Replace a String with another String inside a larger String, for the first max values of the search String.
replaceOnce(String,char,char) - static method in class org.codehaus.plexus.util.StringUtils
Replace a char with another char inside a larger String, once.
replaceOnce(String,String,String) - static method in class org.codehaus.plexus.util.StringUtils
Replace a String with another String inside a larger String, once.
require(int,String,String) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Test if the current event is of the given type and if the namespace and name do match.
require(int,String,String) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Test if the current event is of the given type and if the namespace and name do match.
requireInput(char,char[]) - method in class org.codehaus.plexus.util.xml.pull.MXParser
requireNextS() - method in class org.codehaus.plexus.util.xml.pull.MXParser
reset() - method in class org.codehaus.plexus.util.xml.pull.MXParser
reset() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
reset() - method in class org.codehaus.plexus.util.StringInputStream
Resets the StringReader.
resetStringCache() - method in class org.codehaus.plexus.util.xml.pull.MXParser
resolveFile(File,String) - static method in class org.codehaus.plexus.util.FileUtils
Resolve a file filename to it's canonical form.
reverse(String) - static method in class org.codehaus.plexus.util.StringUtils
Reverse a String.
reverseDelimitedString(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Reverses a String that is delimited by a specific character.
right(String,int) - static method in class org.codehaus.plexus.util.StringUtils
Gets the rightmost n characters of a String.
rightPad(String,int) - static method in class org.codehaus.plexus.util.StringUtils
Right pad a String with spaces.
rightPad(String,int,String) - static method in class org.codehaus.plexus.util.StringUtils
Right pad a String with a specified string.
roundtripSupported - field in class org.codehaus.plexus.util.xml.pull.MXParser
row - field in class org.codehaus.plexus.util.xml.pull.XmlPullParserException
run() - method in class org.codehaus.plexus.util.cli.StreamFeeder
run() - method in class org.codehaus.plexus.util.cli.StreamPumper

S

scan() - method in class org.codehaus.plexus.util.DirectoryScanner
Scans the base directory for files which match at least one include pattern and don't match any exclude patterns.
scan() - method in class org.codehaus.plexus.util.DirectoryWalker
Performs a Scan against the provided setBaseDir(File)
scandir(File,String,boolean) - method in class org.codehaus.plexus.util.DirectoryScanner
Scans the given directory for files and directories.
seenAmpersand - field in class org.codehaus.plexus.util.xml.pull.MXParser
seenBracket - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
seenBracketBracket - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
seenDocdecl - field in class org.codehaus.plexus.util.xml.pull.MXParser
seenEndTag - field in class org.codehaus.plexus.util.xml.pull.MXParser
seenMarkup - field in class org.codehaus.plexus.util.xml.pull.MXParser
seenRoot - field in class org.codehaus.plexus.util.xml.pull.MXParser
seenStartTag - field in class org.codehaus.plexus.util.xml.pull.MXParser
seenTag - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
SelectorUtils - class org.codehaus.plexus.util.SelectorUtils
This is a utility class used by selectors and DirectoryScanner.
SELF_COMBINATION_MERGE - static field in class org.codehaus.plexus.util.xml.Xpp3Dom
SELF_COMBINATION_MERGE - static field in class org.codehaus.plexus.util.xml.Xpp3DomUtils
SELF_COMBINATION_MODE_ATTRIBUTE - static field in class org.codehaus.plexus.util.xml.Xpp3Dom
SELF_COMBINATION_MODE_ATTRIBUTE - static field in class org.codehaus.plexus.util.xml.Xpp3DomUtils
SELF_COMBINATION_OVERRIDE - static field in class org.codehaus.plexus.util.xml.Xpp3Dom
SELF_COMBINATION_OVERRIDE - static field in class org.codehaus.plexus.util.xml.Xpp3DomUtils
SerializerXMLWriter - class org.codehaus.plexus.util.xml.SerializerXMLWriter
Write to an MXSerializer.
setArch(String) - method in class org.codehaus.plexus.util.Os
Sets the desired OS architecture
setAttribute(String,String) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
Set the attribute value
setBasedir(File) - method in class org.codehaus.plexus.util.DirectoryScanner
Sets the base directory to be scanned.
setBaseDir(File) - method in class org.codehaus.plexus.util.DirectoryWalker
setBasedir(String) - method in class org.codehaus.plexus.util.DirectoryScanner
Sets the base directory to be scanned.
setCapacity(int) - method in class org.codehaus.plexus.util.FastMap
Changes the current capacity of this FastMap.
setCaseSensitive(boolean) - method in class org.codehaus.plexus.util.DirectoryScanner
Sets whether or not the file system should be regarded as case sensitive.
setDebugMode(boolean) - method in class org.codehaus.plexus.util.DirectoryWalker
setDefaultEncoding(String) - static method in class org.codehaus.plexus.util.xml.XmlReader
Sets the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.
setDepth(int) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the current depth in the xml indentation
setDest(File) - method in class org.codehaus.plexus.util.Expand
Set the destination directory.
setDocType(String) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
setDoubleQuotedArgumentEscaped(boolean) - method in class org.codehaus.plexus.util.cli.shell.Shell
setDoubleQuotedExecutableEscaped(boolean) - method in class org.codehaus.plexus.util.cli.shell.Shell
setEncoding(String) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
setExcludes(List) - method in class org.codehaus.plexus.util.DirectoryWalker
setExcludes(String[]) - method in class org.codehaus.plexus.util.DirectoryScanner
Sets the list of exclude patterns to use.
setExecutable(String) - method in class org.codehaus.plexus.util.cli.Commandline
Sets the executable to run.
setExecutable(String) - method in class org.codehaus.plexus.util.cli.shell.Shell
Sets the executable to run.
setFamily(String) - method in class org.codehaus.plexus.util.Os
Sets the desired OS family type
setFeature(String,boolean) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Method setFeature
setFeature(String,boolean) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Set feature identified by name (recommended to be URI for uniqueness).
setFeature(String,boolean) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Use this call to change the general behaviour of the parser, such as namespace processing or doctype declaration handling.
setFeature(String,boolean) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Set feature identified by name (recommended to be URI for uniqueness).
setFile(File) - method in class org.codehaus.plexus.util.cli.Arg
setFile(File) - method in class org.codehaus.plexus.util.cli.Commandline.Argument
setFollowSymlinks(boolean) - method in class org.codehaus.plexus.util.DirectoryScanner
Sets whether or not symbolic links should be followed.
setIncludes(List) - method in class org.codehaus.plexus.util.DirectoryWalker
setIncludes(String[]) - method in class org.codehaus.plexus.util.DirectoryScanner
Sets the list of include patterns to use.
setInput(InputStream,String) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Sets the input stream the parser is going to process.
setInput(java.io.InputStream,String) - method in class org.codehaus.plexus.util.xml.pull.MXParser
setInput(Reader) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Set the input source for parser to the given reader and resets the parser.
setInput(Reader) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Set the input source for parser to the given reader and resets the parser.
setLine(String) - method in class org.codehaus.plexus.util.cli.Arg
setLine(String) - method in class org.codehaus.plexus.util.cli.Commandline.Argument
setLineIndenter(String) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the string used as line indenter
setName(String) - method in class org.codehaus.plexus.util.Os
Sets the desired OS name
setOutput(OutputStream,String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Set to use binary output stream with given encoding.
setOutput(OutputStream,String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Set to use binary output stream with given encoding.
setOutput(Writer) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Set the output to the given writer.
setOutput(Writer) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Set the output to the given writer.
setOverwrite(boolean) - method in class org.codehaus.plexus.util.Expand
Should we overwrite files in dest, even if they are newer than the corresponding entries in the archive?
setParent(org.codehaus.plexus.util.xml.Xpp3Dom) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
setPid(long) - method in class org.codehaus.plexus.util.cli.Commandline
setPrefix(String,String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Binds the given prefix to the given namespace.
setPrefix(String,String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Binds the given prefix to the given namespace.
setPrefixCalled - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
setProperty(String,Object) - method in class org.codehaus.plexus.util.xml.pull.MXParser
Set the value of a property.
setProperty(String,Object) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Set the value of a property.
setProperty(String,Object) - method in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Set the value of a property.
setProperty(String,Object) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Set the value of a property.
setQuotedArgumentsEnabled(boolean) - method in class org.codehaus.plexus.util.cli.shell.Shell
setQuotedExecutableEnabled(boolean) - method in class org.codehaus.plexus.util.cli.shell.Shell
setShell(org.codehaus.plexus.util.cli.shell.Shell) - method in class org.codehaus.plexus.util.cli.Commandline
Allows to set the shell to be used in this command line.
setShellArgs(String[]) - method in class org.codehaus.plexus.util.cli.shell.Shell
Set the shell arguments when calling a command line (not the executable arguments) (eg.
setShellCommand(String) - method in class org.codehaus.plexus.util.cli.shell.Shell
Set the command to execute the shell (eg.
setSingleQuotedArgumentEscaped(boolean) - method in class org.codehaus.plexus.util.cli.shell.Shell
setSingleQuotedExecutableEscaped(boolean) - method in class org.codehaus.plexus.util.cli.shell.Shell
setSrc(File) - method in class org.codehaus.plexus.util.Expand
Set the path to zip-file.
setValue(String) - method in class org.codehaus.plexus.util.cli.Arg
setValue(String) - method in class org.codehaus.plexus.util.cli.Commandline.Argument
setValue(String) - method in class org.codehaus.plexus.util.xml.Xpp3Dom
setVariableValueInObject(Object,String,Object) - static method in class org.codehaus.plexus.util.ReflectionUtils
attempts to set the value to the variable in the object passed in
setVersion(String) - method in class org.codehaus.plexus.util.Os
Sets the desired OS version
setWorkingDirectory(File) - method in class org.codehaus.plexus.util.cli.Commandline
Sets execution directory.
setWorkingDirectory(File) - method in class org.codehaus.plexus.util.cli.shell.Shell
Sets execution directory.
setWorkingDirectory(String) - method in class org.codehaus.plexus.util.cli.Commandline
Sets execution directory.
setWorkingDirectory(String) - method in class org.codehaus.plexus.util.cli.shell.Shell
Sets execution directory.
setWriter(PrintWriter) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
Set the underlying writer
Shell - class org.codehaus.plexus.util.cli.shell.Shell
Class that abstracts the Shell functionality, with subclases for shells that behave particularly, like
  • command.com
  • cmd.exe
size() - method in class org.codehaus.plexus.util.CachedMap
Returns the number of key-value mappings in this map.
size() - method in class org.codehaus.plexus.util.cli.Commandline
size() - method in class org.codehaus.plexus.util.FastMap
Returns the number of key-value mappings in this FastMap.
sizeChanged() - method in class org.codehaus.plexus.util.FastMap
This methods is being called when the size of this FastMap has changed.
sizeOfDirectory(File) - static method in class org.codehaus.plexus.util.FileUtils
Recursively count size of a directory.
sizeOfDirectory(String) - static method in class org.codehaus.plexus.util.FileUtils
Recursively count size of a directory.
skip(long) - method in class org.codehaus.plexus.util.InterpolationFilterReader
Skips characters.
skip(long) - method in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
skipS(char) - method in class org.codehaus.plexus.util.xml.pull.MXParser
skipSubTree() - method in class org.codehaus.plexus.util.xml.pull.MXParser
Skip sub tree that is currently porser positioned on.
slowScan() - method in class org.codehaus.plexus.util.DirectoryScanner
Top level invocation for a slow scan.
sort(org.codehaus.plexus.util.dag.DAG) - static method in class org.codehaus.plexus.util.dag.TopologicalSorter
sort(org.codehaus.plexus.util.dag.Vertex) - static method in class org.codehaus.plexus.util.dag.TopologicalSorter
split(String) - static method in class org.codehaus.plexus.util.StringUtils
Splits the provided text into a array, using whitespace as the separator.
split(String,String) - static method in class org.codehaus.plexus.util.StringUtils
split(String,String,int) - static method in class org.codehaus.plexus.util.StringUtils
Splits the provided text into a array, based on a given separator.
START_DOCUMENT - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Signalize that parser is at the very beginning of the document and nothing was read yet.
START_TAG - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Returned from getEventType(), next(), nextToken() when a start tag was read.
startDocument(String,Boolean) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null) This method can only be called just after setOutput.
startDocument(String,Boolean) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null) This method can only be called just after setOutput.
startElement(String) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
startElement(String) - method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
startElement(String) - method in class org.codehaus.plexus.util.xml.XMLWriter
startTag(String,String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Writes a start tag with the given namespace and name.
startTag(String,String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Writes a start tag with the given namespace and name.
startTagIncomplete - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
StreamConsumer - interface org.codehaus.plexus.util.cli.StreamConsumer
Works in concert with the StreamPumper class to allow implementations to gain access to the lines being "Pumped".
StreamFeeder - class org.codehaus.plexus.util.cli.StreamFeeder
Read from an InputStream and write the output to an OutputStream.
StreamFeeder(InputStream,OutputStream) - constructor for class org.codehaus.plexus.util.cli.StreamFeeder
Create a new StreamFeeder
StreamPumper - class org.codehaus.plexus.util.cli.StreamPumper
Class to pump the error stream during Process's runtime.
StreamPumper(InputStream) - constructor for class org.codehaus.plexus.util.cli.StreamPumper
StreamPumper(InputStream,org.codehaus.plexus.util.cli.StreamConsumer) - constructor for class org.codehaus.plexus.util.cli.StreamPumper
StreamPumper(InputStream,PrintWriter) - constructor for class org.codehaus.plexus.util.cli.StreamPumper
StringInputStream - class org.codehaus.plexus.util.StringInputStream
Wraps a String as an InputStream.
StringInputStream(String) - constructor for class org.codehaus.plexus.util.StringInputStream
Composes a stream from a String
StringOutputStream - class org.codehaus.plexus.util.StringOutputStream
Wraps a String as an OutputStream.
StringUtils - class org.codehaus.plexus.util.StringUtils
Common String manipulation routines.
StringUtils() - constructor for class org.codehaus.plexus.util.StringUtils
StringUtils instances should NOT be constructed in standard programming.
strip(String) - static method in class org.codehaus.plexus.util.StringUtils
Remove whitespace from the front and back of a String.
strip(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Remove a specified String from the front and back of a String.
stripAll(String[]) - static method in class org.codehaus.plexus.util.StringUtils
Strip whitespace from the front and back of every String in the array.
stripAll(String[],String) - static method in class org.codehaus.plexus.util.StringUtils
Strip the specified delimiter from the front and back of every String in the array.
stripEnd(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Strip any of a supplied String from the end of a String.
stripStart(String,String) - static method in class org.codehaus.plexus.util.StringUtils
Strip any of a supplied String from the start of a String.
substring(String,int) - static method in class org.codehaus.plexus.util.StringUtils
Gets a substring from the specified string avoiding exceptions.
substring(String,int,int) - static method in class org.codehaus.plexus.util.StringUtils
Gets a substring from the specified String avoiding exceptions.
subtract(Collection,Collection) - static method in class org.codehaus.plexus.util.CollectionUtils
Returns a Collection containing a - b.
swapCase(String) - static method in class org.codehaus.plexus.util.StringUtils
Swaps the case of String.
SweeperPool - class org.codehaus.plexus.util.SweeperPool
Pools a bunch of objects .
SweeperPool(int,int,int,int,int) - constructor for class org.codehaus.plexus.util.SweeperPool
There are a number of settings to control how the pool operates.

T

TANDALONE - static field in class org.codehaus.plexus.util.xml.pull.MXParser
text - field in class org.codehaus.plexus.util.xml.pull.MXParser
TEXT - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
Character data was read and will is available by calling getText().
text(char[],int,int) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Writes text, where special XML chars are escaped automatically
text(char[],int,int) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Writes text, where special XML chars are escaped automatically
text(String) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
Writes text, where special XML chars are escaped automatically
text(String) - method in class org.codehaus.plexus.util.xml.pull.XmlSerializer
Writes text, where special XML chars are escaped automatically
toByteArray(InputStream) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(InputStream,int) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(Reader,int) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(String) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a String as a byte[].
toByteArray(String,int) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a String as a byte[].
toFile(URL) - static method in class org.codehaus.plexus.util.FileUtils
Convert from a URL to a File.
tokenize - field in class org.codehaus.plexus.util.xml.pull.MXParser
tokenizePath(String) - static method in class org.codehaus.plexus.util.SelectorUtils
Breaks a path up into a Vector of path elements, tokenizing on File.separator.
TopologicalSorter - class org.codehaus.plexus.util.dag.TopologicalSorter
toString() - method in class org.codehaus.plexus.util.cli.Commandline
toString() - method in class org.codehaus.plexus.util.FastMap
Returns a String representation of this FastMap.
toString() - method in class org.codehaus.plexus.util.StringOutputStream
toString() - method in class org.codehaus.plexus.util.dag.Vertex
toString() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
toString(byte[]) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[],int) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[],String) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[],String,int) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a byte[] as a String.
toString(InputStream) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream,int) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream,String) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream,String,int) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of an InputStream as a String.
toString(Reader) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a Reader as a String.
toString(Reader,int) - static method in class org.codehaus.plexus.util.IOUtil
Get the contents of a Reader as a String.
toString(String[]) - static method in class org.codehaus.plexus.util.cli.Commandline
toString(String[]) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
toUnescapedString() - method in class org.codehaus.plexus.util.xml.Xpp3Dom
toURLs(File[]) - static method in class org.codehaus.plexus.util.FileUtils
Convert the array of Files into a list of URLs.
translateCommandline(String) - static method in class org.codehaus.plexus.util.cli.Commandline
translateCommandline(String) - static method in class org.codehaus.plexus.util.cli.CommandLineUtils
trim() - method in class org.codehaus.plexus.util.SweeperPool
Trim the pool down to min size
trim(String) - static method in class org.codehaus.plexus.util.StringUtils
Removes control characters, including whitespace, from both ends of this String, handling null by returning null.
TypeFormat - class org.codehaus.plexus.util.TypeFormat
This class provides utility methods to parse CharSequence into primitive types and to format primitive types into StringBuffer.
TYPES - static field in class org.codehaus.plexus.util.xml.pull.XmlPullParser
This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string.

U

uncapitalise(String) - static method in class org.codehaus.plexus.util.StringUtils
Uncapitalise a String.
uncapitaliseAllWords(String) - static method in class org.codehaus.plexus.util.StringUtils
Uncapitalise all the words in a string.
upperCase(String) - static method in class org.codehaus.plexus.util.StringUtils
Convert a String to upper case, null String returns null.
US_ASCII - static field in class org.codehaus.plexus.util.ReaderFactory
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
US_ASCII - static field in class org.codehaus.plexus.util.WriterFactory
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
usePC - field in class org.codehaus.plexus.util.xml.pull.MXParser
UTF_16 - static field in class org.codehaus.plexus.util.ReaderFactory
Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output).
UTF_16 - static field in class org.codehaus.plexus.util.WriterFactory
Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output).
UTF_16BE - static field in class org.codehaus.plexus.util.ReaderFactory
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16BE - static field in class org.codehaus.plexus.util.WriterFactory
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16LE - static field in class org.codehaus.plexus.util.ReaderFactory
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_16LE - static field in class org.codehaus.plexus.util.WriterFactory
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_8 - static field in class org.codehaus.plexus.util.ReaderFactory
Eight-bit Unicode Transformation Format.
UTF_8 - static field in class org.codehaus.plexus.util.WriterFactory
Eight-bit Unicode Transformation Format.

V

value - field in class org.codehaus.plexus.util.xml.Xpp3Dom
values() - method in class org.codehaus.plexus.util.CachedMap
Returns an unmodifiable view of the values contained in this map.
values() - method in class org.codehaus.plexus.util.FastMap
Returns a collection view of the values contained in this FastMap.
ValueSource - interface org.codehaus.plexus.util.interpolation.ValueSource
VERSION - static field in class org.codehaus.plexus.util.xml.pull.MXParser
Vertex - class org.codehaus.plexus.util.dag.Vertex
Vertex(String) - constructor for class org.codehaus.plexus.util.dag.Vertex

W

waitFor(File,int) - static method in class org.codehaus.plexus.util.FileUtils
waitFor(String,int) - static method in class org.codehaus.plexus.util.FileUtils
Waits for NFS to propagate a file creation, imposing a timeout.
WINDOWS - static field in class org.codehaus.plexus.util.cli.Commandline
write(byte[]) - method in class org.codehaus.plexus.util.StringOutputStream
write(byte[],int,int) - method in class org.codehaus.plexus.util.StringOutputStream
write(char[],int,int) - method in class org.codehaus.plexus.util.xml.XmlStreamWriter
write(int) - method in class org.codehaus.plexus.util.StringOutputStream
write(PrintWriter,org.codehaus.plexus.util.xml.Xpp3Dom) - static method in class org.codehaus.plexus.util.xml.Xpp3DomWriter
write(Writer,org.codehaus.plexus.util.xml.Xpp3Dom) - static method in class org.codehaus.plexus.util.xml.Xpp3DomWriter
writeAttributeValue(String,Writer) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
writeElementContent(char[],int,int,Writer) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
writeElementContent(String,Writer) - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
writeIndent() - method in class org.codehaus.plexus.util.xml.pull.MXSerializer
writeIndentation - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
writeLineSepartor - field in class org.codehaus.plexus.util.xml.pull.MXSerializer
writeMarkup(String) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
writeMarkup(String) - method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
writeMarkup(String) - method in class org.codehaus.plexus.util.xml.XMLWriter
WriterFactory - class org.codehaus.plexus.util.WriterFactory
Utility to create Writers, with explicit encoding choice: platform default, XML, or specified.
WriterStreamConsumer - class org.codehaus.plexus.util.cli.WriterStreamConsumer
WriterStreamConsumer(Writer) - constructor for class org.codehaus.plexus.util.cli.WriterStreamConsumer
writeText(String) - method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
writeText(String) - method in class org.codehaus.plexus.util.xml.SerializerXMLWriter
writeText(String) - method in class org.codehaus.plexus.util.xml.XMLWriter

X

XML_URI - static field in class org.codehaus.plexus.util.xml.pull.MXParser
XML_URI - static field in class org.codehaus.plexus.util.xml.pull.MXSerializer
xmlDeclContent - field in class org.codehaus.plexus.util.xml.pull.MXParser
xmlDeclStandalone - field in class org.codehaus.plexus.util.xml.pull.MXParser
xmlDeclVersion - field in class org.codehaus.plexus.util.xml.pull.MXParser
XMLNS_URI - static field in class org.codehaus.plexus.util.xml.pull.MXParser
XMLNS_URI - static field in class org.codehaus.plexus.util.xml.pull.MXSerializer
XmlPullParser - interface org.codehaus.plexus.util.xml.pull.XmlPullParser
XML Pull Parser is an interface that defines parsing functionlity provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).
XmlPullParserException - class org.codehaus.plexus.util.xml.pull.XmlPullParserException
This exception is thrown to signal XML Pull Parser related faults.
XmlPullParserException(String) - constructor for class org.codehaus.plexus.util.xml.pull.XmlPullParserException
XmlReader - class org.codehaus.plexus.util.xml.XmlReader
Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream.
XmlReader(File) - constructor for class org.codehaus.plexus.util.xml.XmlReader
Creates a Reader for a File.
XmlReader(InputStream) - constructor for class org.codehaus.plexus.util.xml.XmlReader
Creates a Reader for a raw InputStream.
XmlReader(InputStream,boolean) - constructor for class org.codehaus.plexus.util.xml.XmlReader
Creates a Reader for a raw InputStream.
XmlReader(InputStream,String) - constructor for class org.codehaus.plexus.util.xml.XmlReader
Creates a Reader using an InputStream an the associated content-type header.
XmlReader(InputStream,String,boolean) - constructor for class org.codehaus.plexus.util.xml.XmlReader
Creates a Reader using an InputStream an the associated content-type header.
XmlReader(InputStream,String,boolean,String) - constructor for class org.codehaus.plexus.util.xml.XmlReader
Creates a Reader using an InputStream an the associated content-type header.
XmlReader(URL) - constructor for class org.codehaus.plexus.util.xml.XmlReader
Creates a Reader using the InputStream of a URL.
XmlReader(URLConnection) - constructor for class org.codehaus.plexus.util.xml.XmlReader
Creates a Reader using the InputStream of a URLConnection.
XmlReaderException - class org.codehaus.plexus.util.xml.XmlReaderException
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
XmlReaderException(String,String,String,String,InputStream) - constructor for class org.codehaus.plexus.util.xml.XmlReaderException
Creates an exception instance if the charset encoding could not be determined.
Creates an exception instance if the charset encoding could not be determined.
XmlSerializer - interface org.codehaus.plexus.util.xml.pull.XmlSerializer
Define an interface to serialziation of XML Infoset.
XmlStreamReader - class org.codehaus.plexus.util.xml.XmlStreamReader
Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream.
XmlStreamReader(File) - constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader for a File.
XmlStreamReader(InputStream) - constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader for a raw InputStream.
XmlStreamReader(InputStream,boolean) - constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader for a raw InputStream.
XmlStreamReader(InputStream,String) - constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using an InputStream an the associated content-type header.
XmlStreamReader(InputStream,String,boolean) - constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using an InputStream an the associated content-type header.
XmlStreamReader(InputStream,String,boolean,String) - constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using an InputStream an the associated content-type header.
XmlStreamReader(URL) - constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using the InputStream of a URL.
XmlStreamReader(URLConnection) - constructor for class org.codehaus.plexus.util.xml.XmlStreamReader
Creates a Reader using the InputStream of a URLConnection.
XmlStreamReaderException - class org.codehaus.plexus.util.xml.XmlStreamReaderException
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
Creates an exception instance if the charset encoding could not be determined.
Creates an exception instance if the charset encoding could not be determined.
XmlStreamWriter - class org.codehaus.plexus.util.xml.XmlStreamWriter
Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document written to the stream.
XmlStreamWriter(File) - constructor for class org.codehaus.plexus.util.xml.XmlStreamWriter
XmlStreamWriter(OutputStream) - constructor for class org.codehaus.plexus.util.xml.XmlStreamWriter
XMLWriter - interface org.codehaus.plexus.util.xml.XMLWriter
Xpp3Dom - class org.codehaus.plexus.util.xml.Xpp3Dom
Xpp3Dom(org.codehaus.plexus.util.xml.Xpp3Dom) - constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
Copy constructor.
Xpp3Dom(String) - constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
Xpp3DomBuilder - class org.codehaus.plexus.util.xml.Xpp3DomBuilder
Xpp3DomUtils - class org.codehaus.plexus.util.xml.Xpp3DomUtils
Xpp3DomWriter - class org.codehaus.plexus.util.xml.Xpp3DomWriter

Y

YES - static field in class org.codehaus.plexus.util.xml.pull.MXParser