- CachedMap - Class in org.codehaus.plexus.util
-
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.
- CachingOutputStream - Class in org.codehaus.plexus.util.io
-
Caching OutputStream to avoid overwriting a file with
the same content.
- CachingOutputStream(File) - Constructor for class org.codehaus.plexus.util.io.CachingOutputStream
-
- CachingOutputStream(Path) - Constructor for class org.codehaus.plexus.util.io.CachingOutputStream
-
- CachingOutputStream(Path, int) - Constructor for class org.codehaus.plexus.util.io.CachingOutputStream
-
- CachingWriter - Class in org.codehaus.plexus.util.io
-
Caching Writer to avoid overwriting a file with
the same content.
- CachingWriter(File, Charset) - Constructor for class org.codehaus.plexus.util.io.CachingWriter
-
- CachingWriter(Path, Charset) - Constructor for class org.codehaus.plexus.util.io.CachingWriter
-
- CachingWriter(Path, Charset, int) - Constructor for class org.codehaus.plexus.util.io.CachingWriter
-
- 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.
- call() - Method in interface org.codehaus.plexus.util.cli.CommandLineCallable
-
- 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 variable in class org.codehaus.plexus.util.ExceptionUtils
-
The names of methods commonly used to access a wrapped exception.
- cdsect(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- CDSECT - Static variable in interface 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 interface 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
.
- CHILDREN_COMBINATION_APPEND - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
- CHILDREN_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
- CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
- chmod(File, int) - Static method in class org.codehaus.plexus.util.NioFiles
-
- 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 in org.codehaus.plexus.util.introspection
-
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(String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Clean a directory without deleting it.
- cleanDirectory(File) - 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.cli.shell.Shell
-
- clone() - Method in class org.codehaus.plexus.util.dag.DAG
-
- clone() - Method in class org.codehaus.plexus.util.dag.Vertex
-
- clone() - Method in class org.codehaus.plexus.util.FastMap
-
Returns a shallow copy of this
FastMap
.
- 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.io.CachingOutputStream
-
- close(InputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
- close(Channel) - Static method in class org.codehaus.plexus.util.IOUtil
-
- close(OutputStream) - Static method in class org.codehaus.plexus.util.IOUtil
-
- close(Reader) - Static method in class org.codehaus.plexus.util.IOUtil
-
- close(Writer) - Static method in class org.codehaus.plexus.util.IOUtil
-
- close() - Method in class org.codehaus.plexus.util.StringInputStream
-
Deprecated.
Closes the Stringreader.
- close() - Method in class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
Closes the XmlReader stream.
- close() - Method in class org.codehaus.plexus.util.xml.XmlStreamWriter
-
- closeStartTag() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- CmdShell - Class in org.codehaus.plexus.util.cli.shell
-
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 in org.codehaus.plexus.util
-
- CollectionUtils() - Constructor for class org.codehaus.plexus.util.CollectionUtils
-
- column - Variable in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
- Commandline - Class in org.codehaus.plexus.util.cli
-
Commandline objects help handling command lines specifying processes to execute.
- Commandline(String, Shell) - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object.
- Commandline(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, given a command following POSIX sh quoting rules
- Commandline() - Constructor for class org.codehaus.plexus.util.cli.Commandline
-
Create a new command line object.
- Commandline.Argument - Class in org.codehaus.plexus.util.cli
-
- Commandline.Marker - Class in org.codehaus.plexus.util.cli
-
Class to keep track of the position of an Argument.
- CommandLineCallable - Interface in org.codehaus.plexus.util.cli
-
Callable wrapper that exposes the proper exception type to the client.
- CommandLineException - Exception in org.codehaus.plexus.util.cli
-
- CommandLineException(String) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineException
-
- CommandLineException(String, Throwable) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineException
-
- CommandLineTimeOutException - Exception in org.codehaus.plexus.util.cli
-
- CommandLineTimeOutException(String) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineTimeOutException
-
- CommandLineTimeOutException(String, Throwable) - Constructor for exception org.codehaus.plexus.util.cli.CommandLineTimeOutException
-
- CommandLineUtils - Class in org.codehaus.plexus.util.cli
-
- CommandLineUtils() - Constructor for class org.codehaus.plexus.util.cli.CommandLineUtils
-
- CommandLineUtils.StringStreamConsumer - Class in org.codehaus.plexus.util.cli
-
A StreamConsumer
providing consumed lines as a String
.
- CommandShell - Class in org.codehaus.plexus.util.cli.shell
-
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(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- COMMENT - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
An XML comment was just read.
- comment(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
- CompactXMLWriter - Class in org.codehaus.plexus.util.xml
-
- 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
-
- consumeLine(String) - Method in class org.codehaus.plexus.util.cli.DefaultConsumer
-
- consumeLine(String) - Method in interface 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
-
- contains(String, char) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if String contains a search character, handling null
.
- contains(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if String contains a search String, handling null
.
- 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(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(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(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(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
.
- 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(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(File, File) - Static method in class org.codehaus.plexus.util.NioFiles
-
- copyDirectory(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy a directory to an other one.
- copyDirectory(File, File, String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy a directory to an other one.
- copyDirectoryLayout(File, File, String[], String[]) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copies a entire directory layout : no files will be copied only directories
- 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.
- copyFile(File, File, String, FileUtils.FilterWrapper[]) - Static method in class org.codehaus.plexus.util.FileUtils
-
If wrappers is null or empty, the file will be copy only if to.lastModified() < from.lastModified()
- copyFile(File, File, String, FileUtils.FilterWrapper[], boolean) - Static method in class org.codehaus.plexus.util.FileUtils
-
If wrappers is null or empty, the file will be copy only if to.lastModified() < from.lastModified()
, if overwrite is true
- 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(String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy file from source to destination.
- copyFileToDirectory(File, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copy file from source to destination.
- 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.
- 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.
- copyStreamToFile(InputStreamFacade, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Copies bytes from the
InputStream
source
to a file
destination
.
- 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.AbstractScanner
-
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
-
- createArgument() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- createArgument(boolean) - Method in class org.codehaus.plexus.util.cli.Commandline
-
- createMarker() - Method in class org.codehaus.plexus.util.cli.Commandline
-
This marker can be used to locate a position on the commandline - to insert something for example - when all
parameters have been set.
- createSymbolicLink(File, File) - Static method in class org.codehaus.plexus.util.NioFiles
-
- createTempFile(String, String, File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Create a temporary file in a given directory.
- CycleDetectedException - Exception in org.codehaus.plexus.util.dag
-
- CycleDetectedException(String, List<String>) - Constructor for exception org.codehaus.plexus.util.dag.CycleDetectedException
-
- CycleDetector - Class in org.codehaus.plexus.util.dag
-
- CycleDetector() - Constructor for class org.codehaus.plexus.util.dag.CycleDetector
-
- cycleToString() - Method in exception org.codehaus.plexus.util.dag.CycleDetectedException
-
- DAG - Class in org.codehaus.plexus.util.dag
-
DAG = Directed Acyclic Graph
- DAG() - Constructor for class org.codehaus.plexus.util.dag.DAG
-
- debug(String) - Method in interface 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 variable 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_COLUMN_LINE - Static variable in class org.codehaus.plexus.util.xml.XmlWriterUtil
-
The default column before line wrapping i.e.
- DEFAULT_END_DELIM - Static variable in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
-
- DEFAULT_ESCAPE_SEQ - Static variable in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
-
- DEFAULT_INDENTATION_SIZE - Static variable in class org.codehaus.plexus.util.xml.XmlUtil
-
The default line indenter size i.e.
- DEFAULT_INDENTATION_SIZE - Static variable in class org.codehaus.plexus.util.xml.XmlWriterUtil
-
The default line indenter size i.e.
- DEFAULT_LINE_SEPARATOR - Static variable in class org.codehaus.plexus.util.xml.XmlUtil
-
The default line separator ("\n" on UNIX)
- DEFAULT_SELF_COMBINATION_MODE - Static variable 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 variable in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
-
- DefaultConsumer - Class in org.codehaus.plexus.util.cli
-
- DefaultConsumer() - Constructor for class org.codehaus.plexus.util.cli.DefaultConsumer
-
- defaultEntityReplacementMap - Static variable in class org.codehaus.plexus.util.xml.pull.EntityReplacementMap
-
- DEFAULTEXCLUDES - Static variable in class org.codehaus.plexus.util.AbstractScanner
-
Patterns which should be excluded by default, like SCM files
Misc: **/*~, **/#*#, **/.#*, **/%*%, **/._*
CVS: **/CVS, **/CVS/**, **/.cvsignore
RCS: **/RCS, **/RCS/**
SCCS: **/SCCS, **/SCCS/**
VSSercer: **/vssver.scc
MKS: **/project.pj
SVN: **/.svn, **/.svn/**
GNU: **/.arch-ids, **/.arch-ids/**
Bazaar: **/.bzr, **/.bzr/**
SurroundSCM: **/.MySCMServerInfo
Mac: **/.DS_Store
Serena Dimension: **/.metadata, **/.metadata/**
Mercurial: **/.hg, **/.hg/**
Git: **/.git, **/.git/**
Bitkeeper: **/BitKeeper, **/BitKeeper/**, **/ChangeSet,
**/ChangeSet/**
Darcs: **/_darcs, **/_darcs/**, **/.darcsrepo,
**/.darcsrepo/****/-darcs-backup*, **/.darcs-temp-mail
- defaultString(Object) - Static method in class org.codehaus.plexus.util.StringUtils
-
Deprecated.
- defaultString(Object, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Deprecated.
- defineEntityReplacementText(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- defineEntityReplacementText(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- deleteDirectory(String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Recursively delete a directory.
- deleteDirectory(File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Recursively delete a directory.
- deleteIfExists(File) - Static method in class org.codehaus.plexus.util.NioFiles
-
- deleteWhitespace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Deletes all whitespaces from a String.
- depth - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- detail - Variable in exception 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 in org.codehaus.plexus.util
-
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 in org.codehaus.plexus.util
-
DirectoryWalker
- DirectoryWalker() - Constructor for class org.codehaus.plexus.util.DirectoryWalker
-
- directoryWalkFinished() - Method in interface org.codehaus.plexus.util.DirectoryWalkListener
-
The directory walking has finished.
- DirectoryWalkListener - Interface in org.codehaus.plexus.util
-
- directoryWalkStarting(File) - Method in interface org.codehaus.plexus.util.DirectoryWalkListener
-
The directory walking has begun.
- directoryWalkStep(int, File) - Method in interface 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 - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The directories which matched at least one include and no excludes but which a selector discarded.
- dirsExcluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The directories which matched at least one include and at least one exclude.
- dirsIncluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The directories which matched at least one include and no excludes and were selected.
- dirsNotIncluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The directories which were found and did not match any includes.
- disable() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- dispose() - Method in class org.codehaus.plexus.util.SweeperPool
-
Dispose of this pool.
- docdecl(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- DOCDECL - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
An XML document type declaration was just read.
- docdecl(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
- doIndent - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- FAMILY_DOS - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_MAC - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_NETWARE - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_OPENVMS - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_OS2 - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_OS400 - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_TANDEM - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_UNIX - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_WIN9X - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_WINDOWS - Static variable in class org.codehaus.plexus.util.Os
-
- FAMILY_ZOS - Static variable in class org.codehaus.plexus.util.Os
-
- FastMap<K,V> - Class in org.codehaus.plexus.util
-
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(Map) - Constructor for class org.codehaus.plexus.util.FastMap
-
Creates a
FastMap
, copy of the specified
Map
.
- FastMap(int) - Constructor for class org.codehaus.plexus.util.FastMap
-
Creates a
FastMap
with the specified capacity.
- FEATURE_NAMES_INTERNED - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- FEATURE_PROCESS_DOCDECL - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
This feature determines whether the document declaration is processed.
- FEATURE_PROCESS_NAMESPACES - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
This feature determines whether the parser processes namespaces.
- FEATURE_REPORT_NAMESPACE_ATTRIBUTES - Static variable in interface 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 - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- FEATURE_VALIDATION - Static variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
If this feature is activated, all validation errors as defined in the XML 1.0 specification are reported.
- FILE_ENCODING - Static variable in class org.codehaus.plexus.util.ReaderFactory
-
The file.encoding
System Property.
- FILE_ENCODING - Static variable in class org.codehaus.plexus.util.WriterFactory
-
The file.encoding
System Property.
- fileAppend(String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
- fileAppend(String, String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
- 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.
- filenameComparator - Variable in class org.codehaus.plexus.util.AbstractScanner
-
- 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
-
- 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
-
- filesDeselected - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The files which matched at least one include and no excludes and which a selector discarded.
- filesExcluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The files which matched at least one include and at least one exclude.
- filesIncluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The files which matched at least one include and no excludes and were selected.
- filesNotIncluded - Variable in class org.codehaus.plexus.util.DirectoryScanner
-
The files which did not match any includes or selectors.
- FileUtils - Class in org.codehaus.plexus.util
-
This class provides basic facilities for manipulating files and file paths.
- FileUtils() - Constructor for class org.codehaus.plexus.util.FileUtils
-
- FileUtils.FilterWrapper - Class in org.codehaus.plexus.util
-
- 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.
- fileWrite(File, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Writes data to a file.
- fileWrite(File, String, String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Writes data to a file.
- FilterWrapper() - Constructor for 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 - Variable 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.cli.StreamPumper
-
- flush() - Method in class org.codehaus.plexus.util.io.CachingOutputStream
-
- flush() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- flush() - Method in interface 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(String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Delete a file.
- forceDelete(File) - 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(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.
- 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(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(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(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(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(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(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 specified precision.
- 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(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, 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 specified precision.
- from(String...) - Static method in class org.codehaus.plexus.util.MatchPatterns
-
- from(Iterable<String>) - Static method in class org.codehaus.plexus.util.MatchPatterns
-
- fromString(String) - Static method in class org.codehaus.plexus.util.MatchPattern
-
- FS - Static variable in class org.codehaus.plexus.util.FileUtils
-
The vm file separator
- 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.
- get() - Method in class org.codehaus.plexus.util.SweeperPool
-
Return the pooled object
- getArgumentEscapePattern() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getArgumentQuoteDelimiter() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getArguments() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- getAttributeCount() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getAttributeCount() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getAttributeName(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getAttributeName(int) - Method in interface 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.
- getAttributeNamespace(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getAttributeNamespace(int) - Method in interface 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
-
- getAttributePrefix(int) - Method in interface 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
-
- getAttributeType(int) - Method in interface 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
-
- getAttributeValue(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getAttributeValue(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Returns the given attributes value.
- getAttributeValue(String, String) - Method in interface 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
-
- getBasedir() - Method in interface org.codehaus.plexus.util.Scanner
-
Returns the base directory to be scanned.
- getBomEncoding() - Method in exception 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<E>) - 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 occurrences 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.
- getChildLabels(String) - Method in class org.codehaus.plexus.util.dag.DAG
-
- getChildLabels() - Method in class org.codehaus.plexus.util.dag.Vertex
-
Get the labels used by the most direct children.
- getChildren() - Method in class org.codehaus.plexus.util.dag.Vertex
-
- 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
-
- getColumnNumber() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Returns the current column number, starting from 0.
- getColumnNumber() - Method in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
- getCommandline() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- 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<T>, 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 exception org.codehaus.plexus.util.xml.XmlReaderException
-
Returns the encoding in the content-type used to attempt determining the encoding.
- getContentTypeMime() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
-
Returns the MIME type in the content-type used to attempt determining the encoding.
- getCycle() - Method in exception org.codehaus.plexus.util.dag.CycleDetectedException
-
- getDefaultEncoding() - Static method in class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
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
-
- getDefaultExcludesAsString() - Static method in class org.codehaus.plexus.util.FileUtils
-
- 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.MXParser
-
- getDepth() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- getDepth() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getDepth() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
- 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 exception 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
-
Get the docType in the xml
- getElementStack() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
- getEncoding() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
Get the current encoding in the xml
- getEncoding() - Method in class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
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
-
- getEscapeChars(boolean, boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getEventType() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getEventType() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getException() - Method in class org.codehaus.plexus.util.cli.StreamFeeder
-
- getException() - Method in class org.codehaus.plexus.util.cli.StreamPumper
-
- 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.Commandline
-
Return an executable name, quoted for shell use.
- getExecutable() - Method in class org.codehaus.plexus.util.cli.shell.BourneShell
- getExecutable() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getExecutableQuoteDelimiter() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getExecutionPreamble() - Method in class org.codehaus.plexus.util.cli.shell.BourneShell
-
- getExecutionPreamble() - 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
-
- getFeature(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Returns the current value of the given feature.
- getFeature(String) - Method in interface 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.
- getFileAndDirectoryNames(File, String, String, boolean, boolean, boolean, boolean) - Static method in class org.codehaus.plexus.util.FileUtils
-
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.
- getIncludedDirectories() - Method in interface org.codehaus.plexus.util.Scanner
-
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.
- getIncludedFiles() - Method in interface org.codehaus.plexus.util.Scanner
-
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
-
- getInputEncoding() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getInputStream() - Method in interface org.codehaus.plexus.util.io.InputStreamFacade
-
The caller must assume, that this method may be invoked only once.
- getInputStream() - Method in class org.codehaus.plexus.util.io.RawInputStreamFacade
-
- getInputStream() - Method in class org.codehaus.plexus.util.io.URLInputStreamFacade
-
- getInputStream() - Method in exception 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
-
- getLabel() - Method in class org.codehaus.plexus.util.dag.Vertex
-
- getLabels() - Method in class org.codehaus.plexus.util.dag.DAG
-
- getLastModified(File) - Static method in class org.codehaus.plexus.util.NioFiles
-
- 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
-
- getLineNumber() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Returns the current line number, starting from 1.
- getLineNumber() - Method in exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
- getLineSeparator() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
Get the string used as line separator or LS if not set.
- getLiteralExecutable() - Method in class org.codehaus.plexus.util.cli.Commandline
-
- getMessage() - Method in exception 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
-
- getName() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- getName() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getName() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Returns the name of the current element as set by startTag().
- getNamespace(String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getNamespace() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getNamespace() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- getNamespace(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getNamespace() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getNamespace() - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Returns the namespace URI of the current element as set by startTag().
- getNamespaceCount(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getNamespaceCount(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getNamespacePrefix(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getNamespacePrefix(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getNamespaceUri(int) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getNamespaceUri(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- 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
-
- getParentLabels(String) - Method in class org.codehaus.plexus.util.dag.DAG
-
- getParentLabels() - Method in class org.codehaus.plexus.util.dag.Vertex
-
Get the labels used by the most direct ancestors (parents).
- getParents() - Method in class org.codehaus.plexus.util.dag.Vertex
-
Get the list the most direct ancestors (parents).
- getParts() - Method in interface 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
-
- 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 interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- 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
-
- getPrefix(String, boolean) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- getPrefix() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getPrefix(String, boolean) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
- getProperty(String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getProperty(String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- getProperty(String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Look up the value of a property.
- getProperty(String) - Method in interface 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.
- getQuotingTriggerChars() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getRawCommandline() - Method in class org.codehaus.plexus.util.cli.Commandline
-
Returns the executable and all defined arguments.
- getRawCommandLine(String, String[]) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getReader(Reader) - Method in class org.codehaus.plexus.util.FileUtils.FilterWrapper
-
- getRelativeFilePath(String, String) - Static method in class org.codehaus.plexus.util.PathTool
-
This method can calculate the relative path between two paths on a file system.
- getRelativePath(String, String) - Static method in class org.codehaus.plexus.util.PathTool
-
Determines the relative path of a filename from a base directory.
- getRelativePath(String) - Static method in class org.codehaus.plexus.util.PathTool
-
Determines the relative path of a filename.
- getRelativeWebPath(String, String) - Static method in class org.codehaus.plexus.util.PathTool
-
This method can calculate the relative path between two paths on a web site.
- getRootCause(Throwable) - Static method in class org.codehaus.plexus.util.ExceptionUtils
-
- 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
-
- getSetterType(Method) - Static method in class org.codehaus.plexus.util.ReflectionUtils
-
- 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
-
- getShellArgs() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- 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<T>, 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
-
Gets the shell environment variables for this process.
- 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
-
- getText() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- getTextCharacters(int[]) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- getTextCharacters(int[]) - Method in interface 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.
- getTokenizedPathChars() - Method in class org.codehaus.plexus.util.MatchPattern
-
- getTokenizedPathString() - Method in class org.codehaus.plexus.util.MatchPattern
-
- getValidFamilies() - Static method in class org.codehaus.plexus.util.Os
-
- 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
-
- getVertices() - 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
-
- getWorkingDirectoryAsString() - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- getWriter() - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
Get the underlying writer
- getWriter() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- getXmlEncoding() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
-
Returns the encoding found in the XML prolog of the InputStream.
- getXmlGuessEncoding() - Method in exception org.codehaus.plexus.util.xml.XmlReaderException
-
Returns the encoding guess based on the first bytes of the InputStream.
- ID_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
In case of complex XML structures, combining can be done based on id.
- IGNORABLE_WHITESPACE - Static variable in interface 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 interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
- includes - Variable in class org.codehaus.plexus.util.AbstractScanner
-
The patterns for the files to be included.
- indentationBuf - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- indentationJump - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- indentationString - Variable 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
-
- 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.
- InputStreamFacade - Interface in org.codehaus.plexus.util.io
-
Interface of a wrapper for input streams.
- interpolate(String, Map<?, ?>) - Static method in class org.codehaus.plexus.util.StringUtils
-
- InterpolationFilterReader - Class in org.codehaus.plexus.util
-
A FilterReader which interpolates keyword values into a character stream.
- InterpolationFilterReader(Reader, Map<?, Object>, String, String) - Constructor for class org.codehaus.plexus.util.InterpolationFilterReader
-
Construct a Reader to interpolate values enclosed between the given delimiter tokens.
- InterpolationFilterReader(Reader, Map<String, Object>) - Constructor for class org.codehaus.plexus.util.InterpolationFilterReader
-
Construct a Reader using the default interpolation delimiter tokens "${" and "}".
- intersection(Collection<E>, Collection<E>) - Static method in class org.codehaus.plexus.util.CollectionUtils
-
- introducesCycle(Vertex, Map<Vertex, Integer>) - Static method in class org.codehaus.plexus.util.dag.CycleDetector
-
This method will be called when an edge 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
- introducesCycle(Vertex) - Static method in class org.codehaus.plexus.util.dag.CycleDetector
-
- 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 in org.codehaus.plexus.util
-
General IO Stream manipulation.
- 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
-
- isAttributeDefault(int) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Returns if the specified attribute was not in input was declared in XML.
- isBlank(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if a String is whitespace, empty ("") or null.
- isCaseSensitive - Variable in class org.codehaus.plexus.util.AbstractScanner
-
Whether or not the file system should be treated as a case sensitive one.
- 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
- isConnected() - Method in class org.codehaus.plexus.util.dag.Vertex
-
Indicates if there is at least one edee leading to or from given vertex
- isDisabled() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- isDone() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- 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.Xpp3DomUtils
-
- isEmptyElementTag() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- isEmptyElementTag() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- 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.AbstractScanner
-
Tests whether or not a name matches against at least one exclude pattern.
- isExcluded(String, String[]) - Method in class org.codehaus.plexus.util.AbstractScanner
-
- isExcluded(String, char[][]) - Method in class org.codehaus.plexus.util.AbstractScanner
-
- 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.AbstractScanner
-
Tests whether or not a name matches against at least one include pattern.
- isIncluded(String, String[]) - Method in class org.codehaus.plexus.util.AbstractScanner
-
- isIncluded(String, char[][]) - Method in class org.codehaus.plexus.util.AbstractScanner
-
- isLeaf() - Method in class org.codehaus.plexus.util.dag.Vertex
-
Indicates if given vertex has no child
- isModified() - Method in class org.codehaus.plexus.util.io.CachingOutputStream
-
- isModified() - Method in class org.codehaus.plexus.util.io.CachingWriter
-
- isName(String) - Static method in class org.codehaus.plexus.util.Os
-
Determines if the current OS matches the given OS name.
- isNestedThrowable(Throwable) - Static method in class org.codehaus.plexus.util.ExceptionUtils
-
Whether an Throwable is considered nested or not.
- isNotBlank(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if a String is not empty (""), not null and not whitespace only.
- 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.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 variable in class org.codehaus.plexus.util.ReaderFactory
-
ISO Latin Alphabet #1, also known as ISO-LATIN-1.
- ISO_8859_1 - Static variable 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.
- isParentSymbolicLink(File, String) - Method in class org.codehaus.plexus.util.DirectoryScanner
-
Checks whether the parent of this file is a symbolic link.
- 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
- 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.
- isSymbolicLink(File) - Static method in class org.codehaus.plexus.util.NioFiles
-
- 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
- isValidWindowsFileName(File) - Static method in class org.codehaus.plexus.util.FileUtils
-
For Windows OS, check if the file name contains any of the following characters:
":", "*", "?", "\"", "<", ">", "|"
- isVersion(String) - Static method in class org.codehaus.plexus.util.Os
-
Determines if the current OS matches the given OS version.
- isWhitespace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Checks if the String contains only whitespace.
- isWhitespace() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- isWhitespace() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- isXml(File) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
-
Determines if a given File shall be handled as XML.
- iteratorToList(Iterator<E>) - Static method in class org.codehaus.plexus.util.CollectionUtils
-
- mark(int) - Method in class org.codehaus.plexus.util.StringInputStream
-
Deprecated.
Marks the read limit of the StringReader.
- markSupported() - Method in class org.codehaus.plexus.util.StringInputStream
-
Deprecated.
- match(String, String) - Static method in class org.codehaus.plexus.util.AbstractScanner
-
Tests whether or not a string matches against a pattern.
- match(String, String, boolean) - Static method in class org.codehaus.plexus.util.AbstractScanner
-
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.SelectorUtils
-
Tests whether or not a string matches against a pattern.
- match(char[], char[], boolean) - Static method in class org.codehaus.plexus.util.SelectorUtils
-
- matches(String, boolean) - Method in class org.codehaus.plexus.util.MatchPatterns
-
Checks these MatchPatterns against a specified string.
- matches(String, String[], boolean) - Method in class org.codehaus.plexus.util.MatchPatterns
-
- matches(String, char[][], boolean) - Method in class org.codehaus.plexus.util.MatchPatterns
-
- matchesPatternStart(String, boolean) - Method in class org.codehaus.plexus.util.MatchPatterns
-
- matchPath(String, String) - Static method in class org.codehaus.plexus.util.AbstractScanner
-
Tests whether or not a given path matches a given pattern.
- matchPath(String, String, boolean) - Static method in class org.codehaus.plexus.util.AbstractScanner
-
Tests whether or not a given path matches a given pattern.
- matchPath(String, boolean) - Method in class org.codehaus.plexus.util.MatchPattern
-
- 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.SelectorUtils
-
Tests whether or not a given path matches a given pattern.
- matchPath(String, String, String, boolean) - Static method in class org.codehaus.plexus.util.SelectorUtils
-
- MatchPattern - Class in org.codehaus.plexus.util
-
Describes a match target for SelectorUtils.
- MatchPatterns - Class in org.codehaus.plexus.util
-
A list of patterns to be matched
- matchPatternStart(String, String) - Static method in class org.codehaus.plexus.util.AbstractScanner
-
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.AbstractScanner
-
Tests whether or not a given path matches the start of a given pattern up to the first "**".
- matchPatternStart(String, boolean) - Method in class org.codehaus.plexus.util.MatchPattern
-
- 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.SelectorUtils
-
Tests whether or not a given path matches the start of a given pattern up to the first "**".
- maxIndentLevel - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- mergeMaps(Map<K, V>, Map<K, V>) - 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<K, V>[]) - Static method in class org.codehaus.plexus.util.CollectionUtils
-
Take a series of Map
s and merge them where the ordering of the array from 0..n is the dominant
order.
- mergeXpp3Dom(Xpp3Dom, Xpp3Dom, Boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
Merge two DOMs, with one having dominance in the case of collision.
- mergeXpp3Dom(Xpp3Dom, Xpp3Dom) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
Merge two DOMs, with one having dominance in the case of collision.
- MethodMap - Class in org.codehaus.plexus.util.introspection
-
- MethodMap() - Constructor for class org.codehaus.plexus.util.introspection.MethodMap
-
- MethodMap.AmbiguousException - Exception in org.codehaus.plexus.util.introspection
-
simple distinguishable exception, used when we run across ambiguous overloading
- 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
- mkDirs(File, String[], File) - Static method in class org.codehaus.plexus.util.FileUtils
-
Creates a number of directories, as delivered from DirectoryScanner
- MXParser - Class in org.codehaus.plexus.util.xml.pull
-
Absolutely minimal implementation of XMLPULL V1 API.
- MXParser() - Constructor for class org.codehaus.plexus.util.xml.pull.MXParser
-
- MXParser(EntityReplacementMap) - Constructor for class org.codehaus.plexus.util.xml.pull.MXParser
-
- MXSerializer - Class in org.codehaus.plexus.util.xml.pull
-
Implementation of XmlSerializer interface from XmlPull V1 API.
- MXSerializer() - Constructor for class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- namesInterned - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- namespaceEnd - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- namespacePrefix - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- namespaceUri - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- newInstance(Class<T>, Object[]) - Method in class org.codehaus.plexus.util.reflection.Reflector
-
Create a new instance of a class, given the array of parameters...
- newPlatformReader(InputStream) - Static method in class org.codehaus.plexus.util.ReaderFactory
-
Create a new Reader with default platform encoding.
- newPlatformReader(File) - Static method in class org.codehaus.plexus.util.ReaderFactory
-
Create a new Reader with default platform encoding.
- newPlatformReader(URL) - Static method in class org.codehaus.plexus.util.ReaderFactory
-
Create a new Reader with default platform encoding.
- newPlatformWriter(OutputStream) - Static method in class org.codehaus.plexus.util.WriterFactory
-
Create a new Writer with default platform encoding.
- newPlatformWriter(File) - Static method in class org.codehaus.plexus.util.WriterFactory
-
Create a new Writer with default platform encoding.
- newReader(InputStream, String) - Static method in class org.codehaus.plexus.util.ReaderFactory
-
Create a new Reader with specified encoding.
- newReader(File, 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.
- newWriter(OutputStream, String) - Static method in class org.codehaus.plexus.util.WriterFactory
-
Create a new Writer with specified encoding.
- newWriter(File, String) - Static method in class org.codehaus.plexus.util.WriterFactory
-
Create a new Writer with specified encoding.
- newXmlReader(InputStream) - Static method in class org.codehaus.plexus.util.ReaderFactory
-
Create a new Reader with XML encoding detection rules.
- newXmlReader(File) - 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(OutputStream) - Static method in class org.codehaus.plexus.util.WriterFactory
-
Create a new Writer 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.
- next() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- next() - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- nextTag() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- nextTag() - Method in interface 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
-
- nextText() - Method in interface 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
-
- nextToken() - Method in interface 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.
- NioFiles - Class in org.codehaus.plexus.util
-
Encapsulates use of java7 features, exposing mostly backward compatible types
- NioFiles() - Constructor for class org.codehaus.plexus.util.NioFiles
-
- NO_NAMESPACE - Static variable in interface 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.
- parseBoolean(CharSequence) - Static method in class org.codehaus.plexus.util.TypeFormat
-
Parses the specified CharSequence
as a boolean
.
- 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
-
- 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.
- 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
-
- pastRoot - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- PathTool - Class in org.codehaus.plexus.util
-
Path tool contains static methods to assist in determining path-related information such as relative paths.
- PathTool() - Constructor for class org.codehaus.plexus.util.PathTool
-
- PATTERN_HANDLER_PREFIX - Static variable in class org.codehaus.plexus.util.SelectorUtils
-
- PATTERN_HANDLER_SUFFIX - Static variable in class org.codehaus.plexus.util.SelectorUtils
-
- 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 variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- prettyFormat(Reader, Writer) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
-
Pretty format the input reader.
- prettyFormat(Reader, Writer, int, String) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
-
Pretty format the input reader.
- prettyFormat(InputStream, OutputStream) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
-
Pretty format the input stream.
- prettyFormat(InputStream, OutputStream, int, String) - Static method in class org.codehaus.plexus.util.xml.XmlUtil
-
Pretty format the input stream.
- PrettyPrintXMLWriter - Class in org.codehaus.plexus.util.xml
-
Implementation of XMLWriter which emits nicely formatted documents.
- PrettyPrintXMLWriter(PrintWriter, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
- PrettyPrintXMLWriter(Writer, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
- PrettyPrintXMLWriter(PrintWriter) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
- PrettyPrintXMLWriter(Writer) - 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, String, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
- PrettyPrintXMLWriter(PrintWriter, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
- PrettyPrintXMLWriter(Writer, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
- PrettyPrintXMLWriter(PrintWriter, String, String, String, String) - Constructor for class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
- printable(String) - Static method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- printable(char) - Static method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- 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) - Static method in class org.codehaus.plexus.util.ExceptionUtils
-
Equivalent to printRootCauseStackTrace(t, System.err)
- 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 exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
- PROCESSING_INSTRUCTION - Static variable in interface 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 interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
- PROPERTY_LOCATION - Static variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- PROPERTY_SERIALIZER_INDENTATION - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- PROPERTY_SERIALIZER_LINE_SEPARATOR - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- PropertyUtils - Class in org.codehaus.plexus.util
-
Static methods to create Properties loaded from various sources.
- PropertyUtils() - Constructor for class org.codehaus.plexus.util.PropertyUtils
-
- 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
.
- put(Object) - Method in class org.codehaus.plexus.util.SweeperPool
-
Add an object to the pool
- 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<? extends K, ? extends V>) - Method in class org.codehaus.plexus.util.FastMap
-
Copies all of the mappings from the specified map to this
FastMap
.
- RawInputStreamFacade - Class in org.codehaus.plexus.util.io
-
- RawInputStreamFacade(InputStream) - Constructor for class org.codehaus.plexus.util.io.RawInputStreamFacade
-
- read(char[], int, int) - Method in class org.codehaus.plexus.util.InterpolationFilterReader
-
Reads characters into a portion of an array.
- 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(char[], int, int) - Method in class org.codehaus.plexus.util.LineOrientedInterpolatingReader
-
- read() - Method in class org.codehaus.plexus.util.StringInputStream
-
Deprecated.
Reads from the Stringreader, returning the same value.
- read(char[], int, int) - Method in class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
- ReaderFactory - Class in org.codehaus.plexus.util
-
Utility to create Readers from streams, with explicit encoding choice: platform default, XML, or specified.
- ReaderFactory() - Constructor for class org.codehaus.plexus.util.ReaderFactory
-
- readSymbolicLink(File) - Static method in class org.codehaus.plexus.util.NioFiles
-
Reads the target of the symbolic link
- 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 changes.
- ReflectionUtils - Class in org.codehaus.plexus.util
-
Operations on a class' fields and their setters.
- ReflectionUtils() - Constructor for class org.codehaus.plexus.util.ReflectionUtils
-
- ReflectionValueExtractor - Class in org.codehaus.plexus.util.introspection
-
Using simple dotted expressions to extract the values from an Object instance, For example we might want to extract a
value like: project.build.sourceDirectory
- Reflector - Class in org.codehaus.plexus.util.reflection
-
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 - Exception in org.codehaus.plexus.util.reflection
-
Exception indicating that an error has occurred while instantiating a class with the Reflector class.
- ReflectorException() - Constructor for exception org.codehaus.plexus.util.reflection.ReflectorException
-
- ReflectorException(String) - Constructor for exception org.codehaus.plexus.util.reflection.ReflectorException
-
Create a new ReflectorException with the specified message.
- ReflectorException(Throwable) - Constructor for exception org.codehaus.plexus.util.reflection.ReflectorException
-
Create a new ReflectorException with the specified root cause.
- ReflectorException(String, Throwable) - Constructor for exception org.codehaus.plexus.util.reflection.ReflectorException
-
Create a new ReflectorException with the specified message and root cause.
- REGEX_HANDLER_PREFIX - Static variable in class org.codehaus.plexus.util.SelectorUtils
-
- 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
-
- removeDirectoryWalkListener(DirectoryWalkListener) - Method in class org.codehaus.plexus.util.DirectoryWalker
-
Removes a DirectoryWalkListener.
- removeDuplicateWhitespace(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Remove all duplicate whitespace characters and line terminators are replaced with a single space.
- removeEdge(String, String) - Method in class org.codehaus.plexus.util.dag.DAG
-
- removeEdge(Vertex, Vertex) - Method in class org.codehaus.plexus.util.dag.DAG
-
- removeEdgeFrom(Vertex) - Method in class org.codehaus.plexus.util.dag.Vertex
-
- removeEdgeTo(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 occurrences 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 occurrences 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
-
- require(int, String, String) - Method in interface 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.
- reset() - Method in class org.codehaus.plexus.util.StringInputStream
-
Deprecated.
Resets the StringReader.
- reset() - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- 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.
- row - Variable in exception 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
-
- 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
-
- scan() - Method in interface org.codehaus.plexus.util.Scanner
-
Scans the base directory for files which match at least one include pattern and don't match any exclude patterns.
- scandir(File, String, boolean) - Method in class org.codehaus.plexus.util.DirectoryScanner
-
Scans the given directory for files and directories.
- Scanner - Interface in org.codehaus.plexus.util
-
Scan a directory tree for files, with specified inclusions and exclusions.
- seenBracket - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- seenBracketBracket - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- seenTag - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- SelectorUtils - Class in org.codehaus.plexus.util
-
This is a utility class used by selectors and DirectoryScanner.
- SELF_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
- SELF_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
- SELF_COMBINATION_OVERRIDE - Static variable in class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
- SerializerXMLWriter - Class in org.codehaus.plexus.util.xml
-
Write to an MXSerializer.
- SerializerXMLWriter(String, XmlSerializer) - Constructor for class org.codehaus.plexus.util.xml.SerializerXMLWriter
-
- setArch(String) - Method in class org.codehaus.plexus.util.Os
-
Sets the desired OS architecture
- setArgumentEscapePattern(String) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setArgumentQuoteDelimiter(char) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setBasedir(String) - Method in class org.codehaus.plexus.util.DirectoryScanner
-
Sets the base directory to be scanned.
- 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
-
- 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.AbstractScanner
-
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
-
Deprecated.
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 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
-
Set the docType in the xml
- setDone() - Method in class org.codehaus.plexus.util.cli.AbstractStreamHandler
-
- 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
-
Set the encoding in the xml
- setExcludes(String[]) - Method in class org.codehaus.plexus.util.AbstractScanner
-
Sets the list of exclude patterns to use.
- setExcludes(List<String>) - Method in class org.codehaus.plexus.util.DirectoryWalker
-
- setExcludes(String[]) - Method in interface org.codehaus.plexus.util.Scanner
-
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
-
- setExecutableQuoteDelimiter(char) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- 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
-
- setFeature(String, boolean) - Method in interface 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 interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Set feature identified by name (recommended to be URI for uniqueness).
- setFile(File) - Method in interface org.codehaus.plexus.util.cli.Arg
-
- setFile(File) - Method in class org.codehaus.plexus.util.cli.Commandline.Argument
-
- setFilenameComparator(Comparator<String>) - Method in class org.codehaus.plexus.util.AbstractScanner
-
- setFilenameComparator(Comparator<String>) - Method in interface org.codehaus.plexus.util.Scanner
-
Use a filename comparator in each directory when scanning.
- setFollowSymlinks(boolean) - Method in class org.codehaus.plexus.util.DirectoryScanner
-
Sets whether or not symbolic links should be followed.
- setIncludes(String[]) - Method in class org.codehaus.plexus.util.AbstractScanner
-
Sets the list of include patterns to use.
- setIncludes(List<String>) - Method in class org.codehaus.plexus.util.DirectoryWalker
-
- setIncludes(String[]) - Method in interface org.codehaus.plexus.util.Scanner
-
Sets the list of include patterns to use.
- setInput(Reader) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- setInput(InputStream, String) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- setInput(Reader) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Set the input source for parser to the given reader and resets the parser.
- setInput(InputStream, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Sets the input stream the parser is going to process.
- setLine(String) - Method in interface 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
- setLineSeparator(String) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
Set the string used as line separator
- setName(String) - Method in class org.codehaus.plexus.util.Os
-
Sets the desired OS name
- setOutput(Writer) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- setOutput(OutputStream, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- setOutput(OutputStream, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Set to use binary output stream with given encoding.
- setOutput(Writer) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
- setOverwrite(boolean) - Method in class org.codehaus.plexus.util.Expand
-
- setPid(long) - Method in class org.codehaus.plexus.util.cli.Commandline
-
- setPrefix(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- setPrefix(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Binds the given prefix to the given namespace.
- setPrefixCalled - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- setProperty(String, Object) - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- setProperty(String, Object) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- setProperty(String, Object) - Method in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Set the value of a property.
- setProperty(String, Object) - Method in interface 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(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.
- setUnconditionalQuoting(boolean) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
Toggle unconditional quoting
- setupDefaultFilters() - Method in class org.codehaus.plexus.util.AbstractScanner
-
- setupFromTemplate() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
- setupMatchPatterns() - Method in class org.codehaus.plexus.util.AbstractScanner
-
- setValue(String) - Method in interface org.codehaus.plexus.util.cli.Arg
-
- setValue(String) - Method in class org.codehaus.plexus.util.cli.Commandline.Argument
-
- 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(String) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Sets execution directory.
- setWorkingDirectory(File) - Method in class org.codehaus.plexus.util.cli.Commandline
-
Sets execution directory.
- setWorkingDirectory(String) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setWorkingDirectory(File) - Method in class org.codehaus.plexus.util.cli.shell.Shell
-
- setWriter(PrintWriter) - Method in class org.codehaus.plexus.util.xml.PrettyPrintXMLWriter
-
Set the underlying writer
- Shell - Class in org.codehaus.plexus.util.cli.shell
-
Class that abstracts the Shell functionality, with subclasses for shells that behave particularly, like
command.com
cmd.exe
- Shell() - Constructor for class org.codehaus.plexus.util.cli.shell.Shell
-
- 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(String) - Static method in class org.codehaus.plexus.util.FileUtils
-
Recursively count size of a directory.
- sizeOfDirectory(File) - 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
-
- skipSubTree() - Method in class org.codehaus.plexus.util.xml.pull.MXParser
-
Skip sub tree that is currently parser positioned on.
- slowScan() - Method in class org.codehaus.plexus.util.DirectoryScanner
-
Top level invocation for a slow scan.
- sort(DAG) - Static method in class org.codehaus.plexus.util.dag.TopologicalSorter
-
- sort(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 variable in interface 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 variable in interface org.codehaus.plexus.util.xml.pull.XmlPullParser
-
- startDocument(String, Boolean) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- startDocument(String, Boolean) - Method in interface 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 interface org.codehaus.plexus.util.xml.XMLWriter
-
- startsWith(String) - Method in class org.codehaus.plexus.util.MatchPattern
-
- startTag(String, String) - Method in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- startTag(String, String) - Method in interface org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Writes a start tag with the given namespace and name.
- startTagIncomplete - Variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- StreamConsumer - Interface in org.codehaus.plexus.util.cli
-
Works in concert with the StreamPumper class to allow implementations to gain access to the lines being "Pumped".
- StreamFeeder - Class in org.codehaus.plexus.util.cli
-
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 in org.codehaus.plexus.util.cli
-
Class to pump the error stream during Process's runtime.
- StreamPumper(InputStream) - Constructor for class org.codehaus.plexus.util.cli.StreamPumper
-
- StreamPumper(InputStream, StreamConsumer) - Constructor for class org.codehaus.plexus.util.cli.StreamPumper
-
- StreamPumper(InputStream, PrintWriter) - Constructor for class org.codehaus.plexus.util.cli.StreamPumper
-
- StreamPumper(InputStream, PrintWriter, StreamConsumer) - Constructor for class org.codehaus.plexus.util.cli.StreamPumper
-
- StringInputStream - Class in org.codehaus.plexus.util
-
- StringInputStream(String) - Constructor for class org.codehaus.plexus.util.StringInputStream
-
Deprecated.
Composes a stream from a String
- StringOutputStream - Class in org.codehaus.plexus.util
-
- StringOutputStream() - Constructor for class org.codehaus.plexus.util.StringOutputStream
-
Deprecated.
- StringStreamConsumer() - Constructor for class org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
-
- StringUtils - Class in org.codehaus.plexus.util
-
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<T>, Collection<T>) - Static method in class org.codehaus.plexus.util.CollectionUtils
-
- swapCase(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Swaps the case of String.
- SweeperPool - Class in org.codehaus.plexus.util
-
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.
- 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.
- unifyLineSeparators(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Parses the given String and replaces all occurrences of '\n', '\r' and '\r\n' with the system line separator.
- unifyLineSeparators(String, String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Parses the given String and replaces all occurrences of '\n', '\r' and '\r\n' with the system line separator.
- upperCase(String) - Static method in class org.codehaus.plexus.util.StringUtils
-
Convert a String to upper case, null
String returns null
.
- URLInputStreamFacade - Class in org.codehaus.plexus.util.io
-
- URLInputStreamFacade(URL) - Constructor for class org.codehaus.plexus.util.io.URLInputStreamFacade
-
- US_ASCII - Static variable 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 variable 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.
- UTF_16 - Static variable 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 variable 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 variable in class org.codehaus.plexus.util.ReaderFactory
-
Sixteen-bit Unicode Transformation Format, big-endian byte order.
- UTF_16BE - Static variable in class org.codehaus.plexus.util.WriterFactory
-
Sixteen-bit Unicode Transformation Format, big-endian byte order.
- UTF_16LE - Static variable in class org.codehaus.plexus.util.ReaderFactory
-
Sixteen-bit Unicode Transformation Format, little-endian byte order.
- UTF_16LE - Static variable in class org.codehaus.plexus.util.WriterFactory
-
Sixteen-bit Unicode Transformation Format, little-endian byte order.
- UTF_8 - Static variable in class org.codehaus.plexus.util.ReaderFactory
-
Eight-bit Unicode Transformation Format.
- UTF_8 - Static variable in class org.codehaus.plexus.util.WriterFactory
-
Eight-bit Unicode Transformation Format.
- XML_URI - Static variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- XMLNS_URI - Static variable in class org.codehaus.plexus.util.xml.pull.MXSerializer
-
- XmlPullParser - Interface in org.codehaus.plexus.util.xml.pull
-
XML Pull Parser is an interface that defines parsing functionality provided in
XMLPULL V1 API (visit this website to learn more about API and its
implementations).
- XmlPullParserException - Exception in org.codehaus.plexus.util.xml.pull
-
This exception is thrown to signal XML Pull Parser related faults.
- XmlPullParserException(String) - Constructor for exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
- XmlPullParserException(String, XmlPullParser, Throwable) - Constructor for exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
- XmlReader - Class in org.codehaus.plexus.util.xml
-
- XmlReader(File) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
Creates a Reader for a File.
- XmlReader(InputStream) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
Creates a Reader for a raw InputStream.
- XmlReader(InputStream, boolean) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
Creates a Reader for a raw InputStream.
- XmlReader(URL) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
Creates a Reader using the InputStream of a URL.
- XmlReader(URLConnection) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
Creates a Reader using the InputStream of a URLConnection.
- XmlReader(InputStream, String) - Constructor for class org.codehaus.plexus.util.xml.XmlReader
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Creates a Reader using an InputStream an the associated content-type header.
- XmlReaderException - Exception in org.codehaus.plexus.util.xml
-
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 exception org.codehaus.plexus.util.xml.XmlReaderException
-
Creates an exception instance if the charset encoding could not be determined.
- XmlReaderException(String, String, String, String, String, String, InputStream) - Constructor for exception org.codehaus.plexus.util.xml.XmlReaderException
-
Creates an exception instance if the charset encoding could not be determined.
- XmlSerializer - Interface in org.codehaus.plexus.util.xml.pull
-
Define an interface to serialization of XML Infoset.
- XmlStreamReader - Class in org.codehaus.plexus.util.xml
-
Character stream that handles (or at least attempts 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(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.
- 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, 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.
- XmlStreamReaderException - Exception in org.codehaus.plexus.util.xml
-
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.
- XmlStreamReaderException(String, String, String, String, InputStream) - Constructor for exception org.codehaus.plexus.util.xml.XmlStreamReaderException
-
Creates an exception instance if the charset encoding could not be determined.
- XmlStreamReaderException(String, String, String, String, String, String, InputStream) - Constructor for exception org.codehaus.plexus.util.xml.XmlStreamReaderException
-
Creates an exception instance if the charset encoding could not be determined.
- XmlStreamWriter - Class in org.codehaus.plexus.util.xml
-
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
the XML document written to the stream.
- XmlStreamWriter(OutputStream) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamWriter
-
- XmlStreamWriter(File) - Constructor for class org.codehaus.plexus.util.xml.XmlStreamWriter
-
- XmlUtil - Class in org.codehaus.plexus.util.xml
-
Common XML utilities methods.
- XmlUtil() - Constructor for class org.codehaus.plexus.util.xml.XmlUtil
-
- XMLWriter - Interface in org.codehaus.plexus.util.xml
-
- XmlWriterUtil - Class in org.codehaus.plexus.util.xml
-
Utility class for the XmlWriter
class.
- XmlWriterUtil() - Constructor for class org.codehaus.plexus.util.xml.XmlWriterUtil
-
- Xpp3DomUtils - Class in org.codehaus.plexus.util.xml
-
- Xpp3DomUtils() - Constructor for class org.codehaus.plexus.util.xml.Xpp3DomUtils
-
- Xpp3DomWriter - Class in org.codehaus.plexus.util.xml
-
- Xpp3DomWriter() - Constructor for class org.codehaus.plexus.util.xml.Xpp3DomWriter
-