- call() - Method in interface org.apache.maven.shared.utils.cli.CommandLineCallable
 
- capitalise(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Capitalise a String.
 
- capitaliseAllWords(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Capitalise all the words in a String.
 
- capitalizeFirstLetter(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Converts the first character of the given String to uppercase.
 
- center(String, int) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Center a String in a larger String of size n.
 
- center(String, int, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Center a String in a larger String of size n.
 
- CHILDREN_COMBINATION_APPEND - Static variable in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
- 
The attribute append.
 
- CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
- 
The attribute which identifies merge/append.
 
- chomp(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove the last newline, and everything after it from a String.
 
- chomp(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove the last value of a supplied String, and everything after
 it from a String.
 
- chompLast(String) - Static method in class org.apache.maven.shared.utils.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.apache.maven.shared.utils.StringUtils
 
- 
Remove a value if and only if the String ends with that value.
 
- chop(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove the last character from a String.
 
- chopNewline(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove \n from end of a String if it's there.
 
- ClassMap - Class in org.apache.maven.shared.utils.introspection
 
- 
A cache of introspection information for a specific class instance.
 
- ClassMap(Class<?>) - Constructor for class org.apache.maven.shared.utils.introspection.ClassMap
 
- 
Standard constructor
 
- clean(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Removes C0 control characters, including ASCII whitespace, from both
 ends of this String, handling null by returning
 an empty String.
 
- cleanDirectory(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- clearArgs() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Clear out the arguments but leave the executable in place for another operation.
 
- clone() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- clone() - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
- close() - Method in class org.apache.maven.shared.utils.cli.StreamPumper
 
- 
 
- close(Channel) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- close(InputStream) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- close(OutputStream) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- close(Reader) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- close(Writer) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- close() - Method in class org.apache.maven.shared.utils.xml.XmlStreamReader
 
- 
Deprecated.
 
- CmdShell - Class in org.apache.maven.shared.utils.cli.shell
 
- 
Implementation to call the CMD Shell present on Windows NT, 2000, XP, 7, 8, and 10.
 
- CmdShell() - Constructor for class org.apache.maven.shared.utils.cli.shell.CmdShell
 
- 
Create an instance of CmdShell.
 
- Commandline - Class in org.apache.maven.shared.utils.cli
 
- 
 Commandline objects help handling command lines specifying processes to
 execute.
 
- Commandline(Shell) - Constructor for class org.apache.maven.shared.utils.cli.Commandline
 
- 
Create a new command line object.
 
- Commandline(String) - Constructor for class org.apache.maven.shared.utils.cli.Commandline
 
- 
Create a new command line object.
 
- Commandline() - Constructor for class org.apache.maven.shared.utils.cli.Commandline
 
- 
Create a new command line object.
 
- Commandline.Argument - Class in org.apache.maven.shared.utils.cli
 
- 
A single command line argument
 
- CommandLineCallable - Interface in org.apache.maven.shared.utils.cli
 
- 
Callable wrapper that exposes the proper exception type to the client.
 
- CommandLineException - Exception in org.apache.maven.shared.utils.cli
 
-  
 
- CommandLineException(String) - Constructor for exception org.apache.maven.shared.utils.cli.CommandLineException
 
-  
 
- CommandLineException(String, Throwable) - Constructor for exception org.apache.maven.shared.utils.cli.CommandLineException
 
-  
 
- CommandLineTimeOutException - Exception in org.apache.maven.shared.utils.cli
 
-  
 
- CommandLineTimeOutException(String, Throwable) - Constructor for exception org.apache.maven.shared.utils.cli.CommandLineTimeOutException
 
-  
 
- CommandLineUtils - Class in org.apache.maven.shared.utils.cli
 
-  
 
- CommandLineUtils() - Constructor for class org.apache.maven.shared.utils.cli.CommandLineUtils
 
-  
 
- CommandLineUtils.StringStreamConsumer - Class in org.apache.maven.shared.utils.cli
 
- 
A StreamConsumer providing consumed lines as a String.
 
- CommandShell - Class in org.apache.maven.shared.utils.cli.shell
 
- 
 
- CommandShell() - Constructor for class org.apache.maven.shared.utils.cli.shell.CommandShell
 
- 
Deprecated.
Create an instance.
 
- concatenate(Object...) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Concatenates elements of an array into a single String.
 
- consumeLine(String) - Method in class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer
 
- 
Called when the StreamPumper pumps a line from the Stream.
 
- consumeLine(String) - Method in class org.apache.maven.shared.utils.cli.DefaultConsumer
 
- 
Called when the StreamPumper pumps a line from the Stream.
 
- consumeLine(String) - Method in interface org.apache.maven.shared.utils.cli.StreamConsumer
 
- 
Called when the StreamPumper pumps a line from the Stream.
 
- consumeLine(String) - Method in class org.apache.maven.shared.utils.cli.WriterStreamConsumer
 
- 
Called when the StreamPumper pumps a line from the Stream.
 
- contains(String, char) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if String contains a search character, handling null.
 
- contains(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if String contains a search String, handling null.
 
- contentEquals(File, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Compare the contents of two files to determine if they are equal or not.
 
- contentEquals(InputStream, InputStream) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(InputStream, OutputStream) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(InputStream, OutputStream, int) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(Reader, Writer) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
Deprecated.
 
- copy(Reader, Writer, int) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(InputStream, Writer) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(InputStream, Writer, int) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(InputStream, Writer, String) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(InputStream, Writer, String, int) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(Reader, OutputStream) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(Reader, OutputStream, int) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(String, OutputStream) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(String, OutputStream, int) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(String, Writer) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(byte[], Writer) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(byte[], Writer, int) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(byte[], Writer, String) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(byte[], Writer, String, int) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copy(byte[], OutputStream) - Static method in class org.apache.maven.shared.utils.io.IOUtil
 
- 
 
- copyDirectory(File, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- copyDirectory(File, File, String, String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- copyDirectoryStructure(File, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- copyFile(File, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- copyFile(File, File, String, FileUtils.FilterWrapper...) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
If wrappers is null or empty, the file will be copied only if to.lastModified() < from.lastModified()
 
- copyFile(File, File, String, FileUtils.FilterWrapper[], boolean) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
If wrappers is null or empty, the file will be copy only if to.lastModified() < from.lastModified() or if
 overwrite is true
 
- copyFileToDirectory(File, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- copyURLToFile(URL, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- countMatches(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
How many times is the substring in the larger String.
 
- createArg() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Creates an empty argument object and inserts it at the end of the argument list.
 
- createArg(boolean) - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Creates an argument object and adds it to the list of args.
 
- createCommandLine(Request, String) - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool
 
- 
Create the command line object given the request.
 
- createResult() - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool
 
-  
 
- createSymbolicLink(File, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Create a new symbolic link, possibly replacing an existing symbolic link.
 
- createSymbolicLink(File, File) - Static method in class org.apache.maven.shared.utils.io.Java7Support
 
- 
Deprecated.
  
- createSystemErrorStreamConsumer(Request) - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool
 
-  
 
- createSystemInputStream() - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool
 
-  
 
- createSystemOutStreamConsumer(Request) - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool
 
-  
 
- createTempFile(String, String, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- debug(String) - Method in interface org.apache.maven.shared.utils.io.DirectoryWalkListener
 
- 
Deprecated.
  
- debug(String) - Method in class org.apache.maven.shared.utils.io.WalkCollector
 
- 
Deprecated.
 
- debug(String) - Method in interface org.apache.maven.shared.utils.logging.LoggerLevelRenderer
 
- 
Render a message at DEBUG level.
 
- DEFAULT_COLUMN_LINE - Static variable in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
The default column before line wrapping i.e.
 
- DEFAULT_INDENTATION_SIZE - Static variable in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
The default line indenter size i.e.
 
- DefaultConsumer - Class in org.apache.maven.shared.utils.cli
 
-  
 
- DefaultConsumer() - Constructor for class org.apache.maven.shared.utils.cli.DefaultConsumer
 
-  
 
- DEFAULTEXCLUDES - Static variable in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Patterns which should be excluded by default.
 
- defaultString(Object) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
 
- defaultString(Object, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
 
- delete(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- delete(File) - Static method in class org.apache.maven.shared.utils.io.Java7Support
 
- 
Deprecated.
Performs a nio delete
 
- deleteDirectory(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- deleteDirectory(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- deleteLegacyStyle(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- deleteWhitespace(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Deletes all whitespace from a String.
 
- difference(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Compare two strings, and return the portion where they differ.
 
- differenceAt(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Compare two strings, and return the index at which the strings begin to differ.
 
- diffFiles(String[], String[]) - Static method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
  
- diffIncludedFiles(String...) - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Determine the file differences between the currently included files and
 a previously captured list of files.
 
- DirectoryScanner - Class in org.apache.maven.shared.utils.io
 
- 
 
- DirectoryScanner() - Constructor for class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Sole constructor.
 
- DirectoryScanResult - Class in org.apache.maven.shared.utils.io
 
- 
 
- DirectoryScanResult(String[], String[]) - Constructor for class org.apache.maven.shared.utils.io.DirectoryScanResult
 
- 
Deprecated.
  
- directoryWalkFinished() - Method in interface org.apache.maven.shared.utils.io.DirectoryWalkListener
 
- 
Deprecated.
The directory walking has finished.
 
- directoryWalkFinished() - Method in class org.apache.maven.shared.utils.io.WalkCollector
 
- 
Deprecated.
The directory walking has finished.
 
- DirectoryWalkListener - Interface in org.apache.maven.shared.utils.io
 
- 
 
- directoryWalkStarting(File) - Method in interface org.apache.maven.shared.utils.io.DirectoryWalkListener
 
- 
Deprecated.
The directory walking has begun.
 
- directoryWalkStarting(File) - Method in class org.apache.maven.shared.utils.io.WalkCollector
 
- 
Deprecated.
The directory walking has begun.
 
- directoryWalkStep(int, File) - Method in interface org.apache.maven.shared.utils.io.DirectoryWalkListener
 
- 
Deprecated.
The included entry that was encountered.
 
- directoryWalkStep(int, File) - Method in class org.apache.maven.shared.utils.io.WalkCollector
 
- 
Deprecated.
The included entry that was encountered.
 
- dirname(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- failure(Object) - Method in interface org.apache.maven.shared.utils.logging.MessageBuilder
 
- 
Append message content in failure style.
 
- FAMILY_DOS - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_MAC - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_NETWARE - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_NT - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_OPENVMS - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_OS2 - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_OS400 - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_TANDEM - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_UNIX - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_WIN9X - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_WINDOWS - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FAMILY_ZOS - Static variable in class org.apache.maven.shared.utils.Os
 
- 
OS family that can be tested for.
 
- FILE_ENCODING - Static variable in class org.apache.maven.shared.utils.ReaderFactory
 
- 
The file.encoding System Property.
 
- FILE_ENCODING - Static variable in class org.apache.maven.shared.utils.WriterFactory
 
- 
The file.encoding System Property.
 
- fileAppend(String, String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileAppend(String, String, String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileDelete(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileExists(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- filename(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileRead(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileRead(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileRead(File, String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileReadArray(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- FileUtils - Class in org.apache.maven.shared.utils.io
 
- 
This class provides basic facilities for manipulating files and file paths.
 
- FileUtils() - Constructor for class org.apache.maven.shared.utils.io.FileUtils
 
- 
protected constructor.
 
- FileUtils.FilterWrapper - Class in org.apache.maven.shared.utils.io
 
- 
Wrapper class for Filter.
 
- fileWrite(String, String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileWrite(String, String, String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileWrite(File, String, String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileWriteArray(File, String...) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- fileWriteArray(File, String, String...) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- FilterWrapper() - Constructor for class org.apache.maven.shared.utils.io.FileUtils.FilterWrapper
 
-  
 
- findJavaToolExecutable() - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool
 
-  
 
- findMethod(String, Object...) - Method in class org.apache.maven.shared.utils.introspection.ClassMap
 
- 
Find a Method using the methodKey provided.
 
- flush() - Method in class org.apache.maven.shared.utils.cli.StreamPumper
 
- 
 
- forceDelete(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- forceDelete(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- forceMkdir(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Make a directory.
 
- format(String, Object...) - Method in interface org.apache.maven.shared.utils.logging.MessageBuilder
 
- 
Append formatted content to the buffer.
 
- from(String...) - Static method in class org.apache.maven.shared.utils.io.MatchPatterns
 
- 
Deprecated.
  
- fromString(String) - Static method in class org.apache.maven.shared.utils.io.MatchPattern
 
- 
Deprecated.
  
- getArguments() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Returns all arguments defined by addLine,
 addValue or the argument object.
 
- getArguments(boolean) - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Returns all arguments defined by addLine,
 addValue, or the argument object.
 
- getAttribute(String) - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getAttributeNames() - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getBasedir() - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Returns the base directory to be scanned.
 
- getChild(int) - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getChild(String) - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getChildCount() - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getChildren() - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getChildren(String) - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getChomp(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove everything and return the last value of a supplied String, and
 everything after it from a String.
 
- getCommandline() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Returns the executable and all defined arguments.
 
- getCommandline() - Method in class org.apache.maven.shared.utils.cli.javatool.JavaToolResult
 
- 
Gets the command line used.
 
- getCommandLine(String, String...) - Method in class org.apache.maven.shared.utils.cli.shell.CmdShell
 
- 
 Specific implementation that quotes all the command line.
 
- getDefaultEncoding() - Static method in class org.apache.maven.shared.utils.xml.XmlStreamReader
 
- 
Deprecated.
  
- getDefaultExcludes() - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
-  
 
- getDefaultExcludesAsList() - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
-  
 
- getDefaultExcludesAsString() - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
-  
 
- getDirectoryNames(File, String, String, boolean) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Return a list of directories as String depending options.
 
- getDirectoryNames(File, String, String, boolean, boolean) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Return a list of directories as Strings.
 
- getEncoding() - Method in class org.apache.maven.shared.utils.xml.XmlStreamReader
 
- 
Deprecated.
  
- getEnvironmentVariables() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Return the list of environment variables.
 
- getException() - Method in class org.apache.maven.shared.utils.cli.StreamPumper
 
-  
 
- getExcludedDirectories() - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
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.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Returns the names of the files which matched at least one of the include patterns and at least one of the exclude
 patterns.
 
- getExecutable() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
-  
 
- getExecutable() - Method in class org.apache.maven.shared.utils.cli.shell.BourneShell
 
- getExecutable() - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
-  
 
- getExecutionException() - Method in class org.apache.maven.shared.utils.cli.javatool.JavaToolResult
 
- 
Gets the exception that possibly occurred during the execution of the command line.
 
- getExecutionPreamble() - Method in class org.apache.maven.shared.utils.cli.shell.BourneShell
 
- getExitCode() - Method in class org.apache.maven.shared.utils.cli.javatool.JavaToolResult
 
- 
Gets the exit code from the tool invocation.
 
- getExtension(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- getFileAndDirectoryNames(File, String, String, boolean, boolean, boolean, boolean) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Return a list of file names as Strings.
 
- getFileNames(File, String, String, boolean) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Return a list of files as String depending options.
 
- getFiles(File, String, String) - Static method in class org.apache.maven.shared.utils.io.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.apache.maven.shared.utils.io.FileUtils
 
- 
Return the files contained in the directory, using inclusion and exclusion Ant patterns
 
- getFilesAdded() - Method in class org.apache.maven.shared.utils.io.DirectoryScanResult
 
- 
Deprecated.
  
- getFilesFromExtension(String, String...) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Given a directory and an array of extensions return an array of compliant files.
 
- getFilesRemoved() - Method in class org.apache.maven.shared.utils.io.DirectoryScanResult
 
- 
Deprecated.
  
- getIncludedDirectories() - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
 
- getIncludedFiles() - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
 
- getJavaToolName() - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool
 
- 
Return the name of the java tool.
 
- getJavaToolName() - Method in interface org.apache.maven.shared.utils.cli.javatool.JavaTool
 
- 
Return the name of the java tool.
 
- getName() - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getNestedString(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Get the String that is nested in between two instances of the
 same String.
 
- getNestedString(String, String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Get the String that is nested in between two Strings.
 
- getNotIncludedDirectories() - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Returns the names of the directories which matched none of the include patterns.
 
- getNotIncludedFiles() - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Returns the names of the files which matched none of the include patterns.
 
- getOutput() - Method in class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer
 
-  
 
- getParent() - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getPrechomp(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove and return everything before the first value of a
 supplied String from another String.
 
- getReader(Reader) - Method in class org.apache.maven.shared.utils.io.FileUtils.FilterWrapper
 
-  
 
- getRelativeFilePath(String, String) - Static method in class org.apache.maven.shared.utils.PathTool
 
- 
This method can calculate the relative path between two paths on a file system.
 
- getRelativePath(String, String) - Static method in class org.apache.maven.shared.utils.PathTool
 
- 
Determines the relative path of a filename from a base directory.
 
- getShell() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Get the shell to be used in this command line.
 
- getShellArgs() - Method in class org.apache.maven.shared.utils.cli.shell.BourneShell
 
- 
Get the shell arguments
 
- getShellArgsList() - Method in class org.apache.maven.shared.utils.cli.shell.BourneShell
 
- getShellCommandLine(String...) - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
- 
Get the full command line to execute, including shell command, shell arguments,
 executable and executable arguments
 
- getSystemEnvVars() - Static method in class org.apache.maven.shared.utils.cli.CommandLineUtils
 
- 
 
- getSystemEnvVars(boolean) - Static method in class org.apache.maven.shared.utils.cli.CommandLineUtils
 
- 
 
- getSystemErrorStreamConsumer() - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest
 
- 
Gets the value of the systemErrorStreamConsumer field.
 
- getSystemErrorStreamConsumer() - Method in interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest
 
- 
Gets the value of the systemErrorStreamConsumer field.
 
- getSystemOutStreamConsumer() - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest
 
- 
Gets the value of the systemOutStreamConsumer field.
 
- getSystemOutStreamConsumer() - Method in interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest
 
- 
Gets the value of the systemOutStreamConsumer field.
 
- getTerminalWidth() - Static method in class org.apache.maven.shared.utils.logging.MessageUtils
 
- 
Get the terminal width or -1 if the width cannot be determined.
 
- getTokenizedPathString() - Method in class org.apache.maven.shared.utils.io.MatchPattern
 
- 
Deprecated.
  
- getValidFamilies() - Static method in class org.apache.maven.shared.utils.Os
 
- 
The set of valid families.
 
- getValue() - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- getWorkingDirectory() - Method in class org.apache.maven.shared.utils.cli.Commandline
 
-  
 
- getWorkingDirectory() - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
-  
 
- indexOfAny(String, String...) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Find the first index of any of a set of potential substrings.
 
- info(String) - Method in interface org.apache.maven.shared.utils.logging.LoggerLevelRenderer
 
- 
Render a message at INFO level.
 
- interpolate(String, Map<?, ?>) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Fill all 'variables' in the given text with the values from the map.
 
- IOUtil - Class in org.apache.maven.shared.utils.io
 
- 
General IO Stream manipulation.
 
- isAlpha(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if the String contains only Unicode letters.
 
- isAlphanumeric(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if the String contains only Unicode letters or digits.
 
- isAlphanumericSpace(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if the String contains only Unicode letters, digits
 or space (' ').
 
- isAlphaSpace(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if the String contains only Unicode letters and
 space (' ').
 
- isArch(String) - Static method in class org.apache.maven.shared.utils.Os
 
- 
Determines if the OS on which Ant is executing matches the
 given OS architecture.
 
- isAtLeastJava7() - Static method in class org.apache.maven.shared.utils.io.Java7Support
 
- 
Deprecated.
  
- isBlank(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
 Checks if a String is whitespace, empty ("") or null.
 
- isColorEnabled() - Static method in class org.apache.maven.shared.utils.logging.MessageUtils
 
- 
Is message color enabled: requires Jansi available (through Maven) and the color has not been disabled.
 
- isDoubleQuotedArgumentEscaped() - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
-  
 
- isEmpty(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if a (trimmed) String is null or empty.
 
- isEmpty(String) - Static method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- isEmpty(String) - Static method in class org.apache.maven.shared.utils.xml.Xpp3DomUtils
 
-  
 
- isFamily(String) - Static method in class org.apache.maven.shared.utils.Os
 
- 
Determines if the OS on which Ant is executing matches the
 given OS family.
 
- isJava7() - Static method in class org.apache.maven.shared.utils.io.Java7Support
 
- 
Deprecated.
  
- isMask() - Method in class org.apache.maven.shared.utils.cli.Commandline.Argument
 
-  
 
- isName(String) - Static method in class org.apache.maven.shared.utils.Os
 
- 
Determines if the OS on which Ant is executing matches the
 given OS name.
 
- isNotBlank(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
 Checks if a String is not empty (""), not null and not whitespace only.
 
- isNotEmpty(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if a String is non null and is
 not empty (length > 0).
 
- isNotEmpty(String) - Static method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- isNumeric(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if the String contains only Unicode digits.
 
- ISO_8859_1 - Static variable in class org.apache.maven.shared.utils.ReaderFactory
 
- 
 
- ISO_8859_1 - Static variable in class org.apache.maven.shared.utils.WriterFactory
 
- 
 
- isSingleQuotedArgumentEscaped() - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
-  
 
- isSymbolicLink(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- isSymbolicLinkForSure(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- isSymLink(File) - Static method in class org.apache.maven.shared.utils.io.Java7Support
 
- 
Deprecated.
  
- isUnconditionalQuoting() - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
-  
 
- isValidFamily(String) - Static method in class org.apache.maven.shared.utils.Os
 
- 
Test if the given family String represents a valid Family
 
- isVersion(String) - Static method in class org.apache.maven.shared.utils.Os
 
- 
Determines if the OS on which Ant is executing matches the
 given OS version.
 
- isWhitespace(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Checks if the String contains only whitespace.
 
- iterator() - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
- read(char[], int, int) - Method in class org.apache.maven.shared.utils.xml.XmlStreamReader
 
- 
Deprecated.
 
- ReaderFactory - Class in org.apache.maven.shared.utils
 
- 
Utility to create Readers from streams, with explicit encoding choice: platform default,
 XML, or specified.
 
- ReaderFactory() - Constructor for class org.apache.maven.shared.utils.ReaderFactory
 
-  
 
- readSymbolicLink(File) - Static method in class org.apache.maven.shared.utils.io.Java7Support
 
- 
Deprecated.
  
- ReflectionValueExtractor - Class in org.apache.maven.shared.utils.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
 
- REGEX_HANDLER_PREFIX - Static variable in class org.apache.maven.shared.utils.io.SelectorUtils
 
- 
Deprecated.
Regex start pattern.
 
- registerShutdownHook() - Static method in class org.apache.maven.shared.utils.logging.MessageUtils
 
- 
Register a shutdown hook with the JVM runtime, uninstalling Ansi support on
 JVM shutdown unless is has already been uninstalled at that time.
 
- removeAndHump(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
 
- removeChild(int) - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- removeDuplicateWhitespace(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove all duplicate whitespace characters and replace line terminators with a single space.
 
- removeExtension(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- removeShutdownHook(Thread) - Static method in class org.apache.maven.shared.utils.cli.ShutdownHookUtils
 
-  
 
- rename(File, File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- repeat(String, int) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Repeat a String n times to form a
 new string.
 
- replace(String, char, char) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Replace all occurances of a char within another char.
 
- replace(String, char, char, int) - Static method in class org.apache.maven.shared.utils.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.apache.maven.shared.utils.StringUtils
 
- 
Replace all occurrences of a String within another String.
 
- replace(String, String, String, int) - Static method in class org.apache.maven.shared.utils.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.apache.maven.shared.utils.StringUtils
 
- 
Replace a char with another char inside a larger String, once.
 
- replaceOnce(String, String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Replace a String with another String inside a larger String, once.
 
- resolveFile(File, String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
Resolve a file filename to its canonical form.
 
- reverse(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Reverse a String.
 
- reverseDelimitedString(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Reverses a String that is delimited by a specific character.
 
- right(String, int) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Gets the rightmost n characters of a String.
 
- rightPad(String, int) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Right pad a String with spaces.
 
- rightPad(String, int, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Right pad a String with a specified string.
 
- run() - Method in class org.apache.maven.shared.utils.cli.StreamPumper
 
- 
run it.
 
- scan() - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Scans the base directory for files which match at least one include pattern and don't match any exclude patterns.
 
- ScanConductor - Interface in org.apache.maven.shared.utils.io
 
- 
 
- ScanConductor.ScanAction - Enum in org.apache.maven.shared.utils.io
 
- 
Deprecated.
  
- SelectorUtils - Class in org.apache.maven.shared.utils.io
 
- 
 
- SELF_COMBINATION_MERGE - Static variable in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
- 
The attribute which identifies merge
 
- SELF_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
- 
The name of the attribute.
 
- SELF_COMBINATION_OVERRIDE - Static variable in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
- 
The attributes which identifies override.
 
- setAttribute(String, String) - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- setBasedir(String) - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Sets the base directory to be scanned.
 
- setBasedir(File) - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Sets the base directory to be scanned.
 
- setCaseSensitive(boolean) - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Sets whether or not the file system should be regarded as case sensitive.
 
- setColorEnabled(boolean) - Static method in class org.apache.maven.shared.utils.logging.MessageUtils
 
- 
Enables message color (if Jansi is available).
 
- setCommandline(Commandline) - Method in class org.apache.maven.shared.utils.cli.javatool.JavaToolResult
 
- 
Set the commandline used to obtain this result.
 
- setDefaultEncoding(String) - Static method in class org.apache.maven.shared.utils.xml.XmlStreamReader
 
- 
Deprecated.
  
- setDocType(String) - Method in class org.apache.maven.shared.utils.xml.PrettyPrintXMLWriter
 
- 
Sets the DOCTYPE of the document.
 
- setDocType(String) - Method in interface org.apache.maven.shared.utils.xml.XMLWriter
 
- 
Sets the DOCTYPE of the document.
 
- setEncoding(String) - Method in class org.apache.maven.shared.utils.xml.PrettyPrintXMLWriter
 
- 
Sets the encoding of the document.
 
- setEncoding(String) - Method in interface org.apache.maven.shared.utils.xml.XMLWriter
 
- 
Sets the encoding of the document.
 
- setExcludes(String...) - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Sets the list of exclude patterns to use.
 
- setExecutable(String) - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Sets the executable to run.
 
- setExecutable(String) - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
- 
Sets the executable to run.
 
- setExecutionException(CommandLineException) - Method in class org.apache.maven.shared.utils.cli.javatool.JavaToolResult
 
- 
Sets the exception that prevented to execute the command line.
 
- setExitCode(int) - Method in class org.apache.maven.shared.utils.cli.javatool.JavaToolResult
 
- 
Sets the exit code reported by the tool invocation.
 
- setFile(File) - Method in interface org.apache.maven.shared.utils.cli.Arg
 
-  
 
- setFile(File) - Method in class org.apache.maven.shared.utils.cli.Commandline.Argument
 
- setFollowSymlinks(boolean) - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Sets whether or not symbolic links should be followed.
 
- setIncludes(String...) - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
Sets the list of include patterns to use.
 
- setLine(String) - Method in interface org.apache.maven.shared.utils.cli.Arg
 
-  
 
- setLine(String) - Method in class org.apache.maven.shared.utils.cli.Commandline.Argument
 
- setLineIndenter(String) - Method in class org.apache.maven.shared.utils.xml.PrettyPrintXMLWriter
 
-  
 
- setLineSeparator(String) - Method in class org.apache.maven.shared.utils.xml.PrettyPrintXMLWriter
 
-  
 
- setMask(boolean) - Method in interface org.apache.maven.shared.utils.cli.Arg
 
- 
Whether to hide the argument value when a command line prints the arguments.
 
- setMask(boolean) - Method in class org.apache.maven.shared.utils.cli.Commandline.Argument
 
- 
Whether to hide the argument value when a command line prints the arguments.
 
- setParent(Xpp3Dom) - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- setQuotedArgumentsEnabled(boolean) - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
-  
 
- setScanConductor(ScanConductor) - Method in class org.apache.maven.shared.utils.io.DirectoryScanner
 
- 
Deprecated.
  
- setSystemErrorStreamConsumer(StreamConsumer) - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest
 
- 
Sets the new given value to the field systemErrorStreamConsumer of the request.
 
- setSystemErrorStreamConsumer(StreamConsumer) - Method in interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest
 
- 
Sets the new given value to the field systemErrorStreamConsumer of the request.
 
- setSystemOutStreamConsumer(StreamConsumer) - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest
 
- 
Sets the new given value to the field systemOutStreamConsumer of the request.
 
- setSystemOutStreamConsumer(StreamConsumer) - Method in interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest
 
- 
Sets the new given value to the field systemOutStreamConsumer of the request.
 
- setToolchain(Object) - Method in class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool
 
- 
Set an optional tool chain to find out the java tool executable location.
 
- setToolchain(Object) - Method in interface org.apache.maven.shared.utils.cli.javatool.JavaTool
 
- 
Set an optional tool chain to find out the java tool executable location.
 
- setUnconditionalQuoting(boolean) - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
-  
 
- setValue(String) - Method in interface org.apache.maven.shared.utils.cli.Arg
 
-  
 
- setValue(String) - Method in class org.apache.maven.shared.utils.cli.Commandline.Argument
 
- setValue(String) - Method in class org.apache.maven.shared.utils.xml.Xpp3Dom
 
-  
 
- setWorkingDirectory(String) - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Sets working directory.
 
- setWorkingDirectory(File) - Method in class org.apache.maven.shared.utils.cli.Commandline
 
- 
Sets working directory.
 
- setWorkingDirectory(String) - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
- 
Sets execution directory.
 
- setWorkingDirectory(File) - Method in class org.apache.maven.shared.utils.cli.shell.Shell
 
- 
Sets execution directory.
 
- Shell - Class in org.apache.maven.shared.utils.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.apache.maven.shared.utils.cli.shell.Shell
 
-  
 
- ShutdownHookUtils - Class in org.apache.maven.shared.utils.cli
 
- 
A shutdown hook that does not throw any exceptions upon container startup/shutdown or security manager
 restrictions.
 
- ShutdownHookUtils() - Constructor for class org.apache.maven.shared.utils.cli.ShutdownHookUtils
 
-  
 
- sizeOfDirectory(String) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- sizeOfDirectory(File) - Static method in class org.apache.maven.shared.utils.io.FileUtils
 
- 
 
- split(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Splits the provided text into a array, using whitespace as the
 separator.
 
- split(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
-  
 
- split(String, String, int) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Splits the provided text into a array, based on a given separator.
 
- startElement(String) - Method in class org.apache.maven.shared.utils.xml.PrettyPrintXMLWriter
 
- 
Start an XML Element tag.
 
- startElement(String) - Method in interface org.apache.maven.shared.utils.xml.XMLWriter
 
- 
Start an XML Element tag.
 
- startsWith(String) - Method in class org.apache.maven.shared.utils.io.MatchPattern
 
- 
Deprecated.
  
- StreamConsumer - Interface in org.apache.maven.shared.utils.cli
 
- 
Works in concert with the StreamPumper class to
 allow implementations to gain access to the lines being
 "Pumped".
 
- StreamPumper - Class in org.apache.maven.shared.utils.cli
 
- 
Class to pump the error stream during Process's runtime.
 
- StreamPumper(InputStream, StreamConsumer) - Constructor for class org.apache.maven.shared.utils.cli.StreamPumper
 
-  
 
- StreamPumper(InputStream, StreamConsumer, Charset) - Constructor for class org.apache.maven.shared.utils.cli.StreamPumper
 
-  
 
- StringStreamConsumer() - Constructor for class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer
 
-  
 
- StringUtils - Class in org.apache.maven.shared.utils
 
- 
Common String manipulation routines.
 
- StringUtils() - Constructor for class org.apache.maven.shared.utils.StringUtils
 
- 
StringUtils instances should NOT be constructed in
 standard programming.
 
- strip(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove whitespace from the front and back of a String.
 
- strip(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Remove a specified String from the front and back of a
 String.
 
- stripAll(String...) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Strip whitespace from the front and back of every String
 in the array.
 
- stripAll(String[], String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Strip the specified delimiter from the front and back of
 every String in the array.
 
- stripAnsiCodes(String) - Static method in class org.apache.maven.shared.utils.logging.MessageUtils
 
- 
Remove any ANSI code from a message (colors or other escape sequences).
 
- stripEnd(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Strip any of a supplied String from the end of a String.
 
- stripStart(String, String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Strip any of a supplied String from the start of a String.
 
- strong(Object) - Method in interface org.apache.maven.shared.utils.logging.MessageBuilder
 
- 
Append message content in strong style.
 
- substring(String, int) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Gets a substring from the specified string avoiding exceptions.
 
- substring(String, int, int) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Gets a substring from the specified String avoiding exceptions.
 
- success(Object) - Method in interface org.apache.maven.shared.utils.logging.MessageBuilder
 
- 
Append message content in success style.
 
- swapCase(String) - Static method in class org.apache.maven.shared.utils.StringUtils
 
- 
Swaps the case of String.
 
- systemInstall() - Static method in class org.apache.maven.shared.utils.logging.MessageUtils
 
- 
Install color support.
 
- systemUninstall() - Static method in class org.apache.maven.shared.utils.logging.MessageUtils
 
- 
 
- WalkCollector - Class in org.apache.maven.shared.utils.io
 
- 
 
- WalkCollector() - Constructor for class org.apache.maven.shared.utils.io.WalkCollector
 
- 
Deprecated.
Create an instance.
 
- warning(String) - Method in interface org.apache.maven.shared.utils.logging.LoggerLevelRenderer
 
- 
Render a message at WARNING level.
 
- warning(Object) - Method in interface org.apache.maven.shared.utils.logging.MessageBuilder
 
- 
Append message content in warning style.
 
- write(Writer, Xpp3Dom) - Static method in class org.apache.maven.shared.utils.xml.Xpp3DomWriter
 
-  
 
- write(PrintWriter, Xpp3Dom) - Static method in class org.apache.maven.shared.utils.xml.Xpp3DomWriter
 
-  
 
- write(XMLWriter, Xpp3Dom) - Static method in class org.apache.maven.shared.utils.xml.Xpp3DomWriter
 
-  
 
- write(XMLWriter, Xpp3Dom, boolean) - Static method in class org.apache.maven.shared.utils.xml.Xpp3DomWriter
 
-  
 
- writeComment(XMLWriter, String) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comment line.
 
- writeComment(XMLWriter, String, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comment line.
 
- writeComment(XMLWriter, String, int, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comment line.
 
- writeComment(XMLWriter, String, int, int, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comment line.
 
- writeCommentLineBreak(XMLWriter) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comment line break.
 
- writeCommentLineBreak(XMLWriter, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comment line break with columnSize as length.
 
- writeCommentText(XMLWriter, String) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comments between two comments line break.
 
- writeCommentText(XMLWriter, String, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comments between two comments line break.
 
- writeCommentText(XMLWriter, String, int, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comment between two comment line break.
 
- writeCommentText(XMLWriter, String, int, int, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write XML comments between two comments line break.
 
- writeLineBreak(XMLWriter) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to write one CRLF.
 
- writeLineBreak(XMLWriter, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to repeat CRLF.
 
- writeLineBreak(XMLWriter, int, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to repeat CRLF and to indent the writer by 2.
 
- writeLineBreak(XMLWriter, int, int, int) - Static method in class org.apache.maven.shared.utils.xml.XmlWriterUtil
 
- 
Convenience method to repeat CRLF and to indent the writer by indentSize.
 
- writeMarkup(String) - Method in class org.apache.maven.shared.utils.xml.PrettyPrintXMLWriter
 
- 
Add preformatted markup to the current element tag.
 
- writeMarkup(String) - Method in interface org.apache.maven.shared.utils.xml.XMLWriter
 
- 
Add preformatted markup to the current element tag.
 
- WriterFactory - Class in org.apache.maven.shared.utils
 
- 
Utility to create Writers, with explicit encoding choice: platform default,
 XML, or specified.
 
- WriterFactory() - Constructor for class org.apache.maven.shared.utils.WriterFactory
 
-  
 
- WriterStreamConsumer - Class in org.apache.maven.shared.utils.cli
 
-  
 
- WriterStreamConsumer(Writer) - Constructor for class org.apache.maven.shared.utils.cli.WriterStreamConsumer
 
-  
 
- writeText(String) - Method in class org.apache.maven.shared.utils.xml.PrettyPrintXMLWriter
 
- 
Add text to the current element tag.
 
- writeText(String) - Method in interface org.apache.maven.shared.utils.xml.XMLWriter
 
- 
Add text to the current element tag.