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

A

abbreviate(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Turn "Now is the time for all good men" into "Now is the time for..."
abbreviate(String, int, int) - Static method in class org.apache.maven.it.util.StringUtils
Turn "Now is the time for all good men" into "...is the time for..."
addAndDeHump(String) - Static method in class org.apache.maven.it.util.StringUtils
 
addArguments(String[]) - Method in class org.apache.maven.it.util.cli.Commandline
 
addCliOption(String) - Method in class org.apache.maven.it.Verifier
 
addDefaultExcludes() - Method in class org.apache.maven.it.util.DirectoryScanner
Adds default exclusions to the current exclusions set.
addEnvironment(String, String) - Method in class org.apache.maven.it.util.cli.Commandline
Add an environment variable
addSystemEnvironment() - Method in class org.apache.maven.it.util.cli.Commandline
Add system environment variables
arguments - Variable in class org.apache.maven.it.util.cli.Commandline
 
assertArtifactContents(String, String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
assertArtifactNotPresent(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
assertArtifactPresent(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
assertFileMatches(String, String) - Method in class org.apache.maven.it.Verifier
Check that given file's content matches an regular expression.
assertFileNotPresent(String) - Method in class org.apache.maven.it.Verifier
 
assertFilePresent(String) - Method in class org.apache.maven.it.Verifier
 

B

basedir - Variable in class org.apache.maven.it.util.DirectoryScanner
The base directory to be scanned.
basename(String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the filename portion of a file specification string.
basename(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the filename portion of a file specification string.
BourneShell - Class in org.apache.maven.it.util.cli.shell
 
BourneShell() - Constructor for class org.apache.maven.it.util.cli.shell.BourneShell
 
bufferedCopy(InputStream, OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Deprecated. Buffering streams is actively harmful! See the class description as to why. Use IOUtil.copy(InputStream, OutputStream) instead.
byteCountToDisplaySize(int) - Static method in class org.apache.maven.it.util.FileUtils
Returns a human-readable version of the file size (original is in bytes).

C

capitalise(String) - Static method in class org.apache.maven.it.util.StringUtils
Capitalise a String.
capitaliseAllWords(String) - Static method in class org.apache.maven.it.util.StringUtils
Capitalise all the words in a String.
capitalizeFirstLetter(String) - Static method in class org.apache.maven.it.util.StringUtils
 
catPath(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Will concatenate 2 paths.
center(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Center a String in a larger String of size n.
center(String, int, String) - Static method in class org.apache.maven.it.util.StringUtils
Center a String in a larger String of size n.
chomp(String) - Static method in class org.apache.maven.it.util.StringUtils
Remove the last newline, and everything after it from a String.
chomp(String, String) - Static method in class org.apache.maven.it.util.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.it.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.apache.maven.it.util.StringUtils
Remove a value if and only if the String ends with that value.
chop(String) - Static method in class org.apache.maven.it.util.StringUtils
Remove the last character from a String.
chopNewline(String) - Static method in class org.apache.maven.it.util.StringUtils
Remove \n from end of a String if it's there.
clean(String) - Static method in class org.apache.maven.it.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.apache.maven.it.util.FileUtils
Clean a directory without deleting it.
cleanDirectory(File) - Static method in class org.apache.maven.it.util.FileUtils
Clean a directory without deleting it.
clear() - Method in class org.apache.maven.it.util.cli.Commandline
Clear out the whole command line.
clearArgs() - Method in class org.apache.maven.it.util.cli.Commandline
Clear out the arguments but leave the executable in place for another operation.
clone() - Method in class org.apache.maven.it.util.cli.Commandline
 
close() - Method in class org.apache.maven.it.util.cli.StreamFeeder
 
close() - Method in class org.apache.maven.it.util.cli.StreamPumper
 
close(InputStream) - Static method in class org.apache.maven.it.util.IOUtil
Closes the input stream.
close(OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Closes the output stream.
close(Reader) - Static method in class org.apache.maven.it.util.IOUtil
Closes the reader.
close(Writer) - Static method in class org.apache.maven.it.util.IOUtil
Closes the writer.
CmdShell - Class in org.apache.maven.it.util.cli.shell
Implementation to call the CMD Shell present on Windows NT, 2000 and XP
CmdShell() - Constructor for class org.apache.maven.it.util.cli.shell.CmdShell
 
Commandline - Class in org.apache.maven.it.util.cli

Commandline objects help handling command lines specifying processes to execute.

Commandline(String) - Constructor for class org.apache.maven.it.util.cli.Commandline
Create a new command line object.
Commandline() - Constructor for class org.apache.maven.it.util.cli.Commandline
Create a new command line object.
Commandline.Argument - Class in org.apache.maven.it.util.cli
Used for nested xml command line definitions.
Commandline.Argument() - Constructor for class org.apache.maven.it.util.cli.Commandline.Argument
 
Commandline.Marker - Class in org.apache.maven.it.util.cli
Class to keep track of the position of an Argument.
CommandLineException - Exception in org.apache.maven.it.util.cli
 
CommandLineException(String) - Constructor for exception org.apache.maven.it.util.cli.CommandLineException
 
CommandLineException(String, Throwable) - Constructor for exception org.apache.maven.it.util.cli.CommandLineException
 
CommandLineUtils - Class in org.apache.maven.it.util.cli
 
CommandLineUtils() - Constructor for class org.apache.maven.it.util.cli.CommandLineUtils
 
CommandLineUtils.StringStreamConsumer - Class in org.apache.maven.it.util.cli
 
CommandLineUtils.StringStreamConsumer() - Constructor for class org.apache.maven.it.util.cli.CommandLineUtils.StringStreamConsumer
 
CommandShell - Class in org.apache.maven.it.util.cli.shell
Implementation to call the Command.com Shell present on Windows 95, 98 and Me
CommandShell() - Constructor for class org.apache.maven.it.util.cli.shell.CommandShell
 
concatenate(Object[]) - Static method in class org.apache.maven.it.util.StringUtils
Concatenates elements of an array into a single String.
consumeLine(String) - Method in class org.apache.maven.it.util.cli.CommandLineUtils.StringStreamConsumer
 
consumeLine(String) - Method in class org.apache.maven.it.util.cli.DefaultConsumer
 
consumeLine(String) - Method in interface org.apache.maven.it.util.cli.StreamConsumer
Called when the StreamPumper pumps a line from the Stream.
consumeLine(String) - Method in class org.apache.maven.it.util.cli.WriterStreamConsumer
 
contentEquals(File, File) - Static method in class org.apache.maven.it.util.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.it.util.IOUtil
Compare the contents of two Streams to determine if they are equal or not.
copy(InputStream, OutputStream) - Static method in class org.apache.maven.it.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class org.apache.maven.it.util.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy chars from a Reader to a Writer.
copy(InputStream, Writer) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class org.apache.maven.it.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.apache.maven.it.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.apache.maven.it.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.apache.maven.it.util.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream) - Static method in class org.apache.maven.it.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.apache.maven.it.util.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class org.apache.maven.it.util.IOUtil
Copy chars from a String to a Writer.
copy(byte[], Writer) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class org.apache.maven.it.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.apache.maven.it.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.apache.maven.it.util.IOUtil
Copy bytes from a byte[] to an OutputStream.
copy(byte[], OutputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Copy bytes from a byte[] to an OutputStream.
copyDirectory(File, File) - Static method in class org.apache.maven.it.util.FileUtils
 
copyDirectory(File, File, String, String) - Static method in class org.apache.maven.it.util.FileUtils
 
copyDirectoryStructure(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Copies a entire directory structure.
copyDirectoryStructureIfModified(File, File) - Static method in class org.apache.maven.it.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.apache.maven.it.util.FileUtils
Copy file from source to destination.
copyFile(File, File, String, FileUtils.FilterWrapper[]) - Static method in class org.apache.maven.it.util.FileUtils
 
copyFileIfModified(File, File) - Static method in class org.apache.maven.it.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.apache.maven.it.util.FileUtils
Copy file from source to destination.
copyFileToDirectory(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Copy file from source to destination.
copyFileToDirectoryIfModified(String, String) - Static method in class org.apache.maven.it.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.apache.maven.it.util.FileUtils
Copy file from source to destination only if source is newer than the target file.
copyURLToFile(URL, File) - Static method in class org.apache.maven.it.util.FileUtils
Copies bytes from the URL source to a file destination.
couldHoldIncluded(String) - Method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a name matches the start of at least one include pattern.
countMatches(String, String) - Static method in class org.apache.maven.it.util.StringUtils
How many times is the substring in the larger String.
createArgument() - Method in class org.apache.maven.it.util.cli.Commandline
Creates an argument object.
createArgument(boolean) - Method in class org.apache.maven.it.util.cli.Commandline
Creates an argument object and adds it to our list of args.
createMarker() - Method in class org.apache.maven.it.util.cli.Commandline
Return a marker.
createTempFile(String, String, File) - Static method in class org.apache.maven.it.util.FileUtils
Create a temporary file in a given directory.

D

DefaultConsumer - Class in org.apache.maven.it.util.cli
 
DefaultConsumer() - Constructor for class org.apache.maven.it.util.cli.DefaultConsumer
 
DEFAULTEXCLUDES - Static variable in class org.apache.maven.it.util.DirectoryScanner
Patterns which should be excluded by default.
defaultString(Object) - Static method in class org.apache.maven.it.util.StringUtils
Returns either the passed in Object as a String, or, if the Object is null, an empty String.
defaultString(Object, String) - Static method in class org.apache.maven.it.util.StringUtils
Returns either the passed in Object as a String, or, if the Object is null, a passed in default String.
deleteArtifact(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
deleteArtifacts(String) - Method in class org.apache.maven.it.Verifier
Deletes all artifacts in the specified group id from the local repository.
deleteArtifacts(String, String, String) - Method in class org.apache.maven.it.Verifier
Deletes all artifacts in the specified g:a:v from the local repository.
deleteDirectory(String) - Static method in class org.apache.maven.it.util.FileUtils
Recursively delete a directory.
deleteDirectory(File) - Static method in class org.apache.maven.it.util.FileUtils
Recursively delete a directory.
deleteDirectory(String) - Method in class org.apache.maven.it.Verifier
Deletes the specified directory.
deleteWhitespace(String) - Static method in class org.apache.maven.it.util.StringUtils
Deletes all whitespaces from a String.
difference(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Compare two strings, and return the portion where they differ.
differenceAt(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Compare two strings, and return the index at which the strings begin to differ.
DirectoryScanner - Class in org.apache.maven.it.util
Class for scanning a directory for files/directories which match certain criteria.
DirectoryScanner() - Constructor for class org.apache.maven.it.util.DirectoryScanner
Sole constructor.
dirname(String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the directory path portion of a file specification string.
dirsDeselected - Variable in class org.apache.maven.it.util.DirectoryScanner
The directories which matched at least one include and no excludes but which a selector discarded.
dirsExcluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The directories which matched at least one include and at least one exclude.
dirsIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The directories which matched at least one include and no excludes and were selected.
dirsNotIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The directories which were found and did not match any includes.
displayStreamBuffers() - Method in class org.apache.maven.it.Verifier
 

E

EnhancedStringTokenizer - Class in org.apache.maven.it.util.cli
The java.util.StringTokenizer is horribly broken.
EnhancedStringTokenizer(String) - Constructor for class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
EnhancedStringTokenizer(String, String) - Constructor for class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
EnhancedStringTokenizer(String, String, boolean) - Constructor for class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
envVars - Variable in class org.apache.maven.it.util.cli.Commandline
 
equals(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Compares two Strings, returning true if they are equal.
equalsIgnoreCase(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Compares two Strings, returning true if they are equal ignoring the case.
escape(String) - Static method in class org.apache.maven.it.util.StringUtils
Escapes any values it finds into their String form.
eval() - Method in class org.apache.maven.it.util.Os
Determines if the current OS matches the type of that set in setFamily.
everythingIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
Whether or not everything tested so far has been included.
excludes - Variable in class org.apache.maven.it.util.DirectoryScanner
The patterns for the files to be excluded.
executable - Variable in class org.apache.maven.it.util.cli.Commandline
 
execute() - Method in class org.apache.maven.it.util.cli.Commandline
Executes the command.
executeCommandLine(Commandline, StreamConsumer, StreamConsumer) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
 
executeCommandLine(Commandline, InputStream, StreamConsumer, StreamConsumer) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
 
executeGoal(String) - Method in class org.apache.maven.it.Verifier
 
executeGoal(String, Map) - Method in class org.apache.maven.it.Verifier
 
executeGoals(List) - Method in class org.apache.maven.it.Verifier
 
executeGoals(List, Map) - Method in class org.apache.maven.it.Verifier
 
executeHook(String) - Method in class org.apache.maven.it.Verifier
 
extension(String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the extension portion of a file specification string.
extractResourcePath(String, File) - Static method in class org.apache.maven.it.util.ResourceExtractor
 
extractResourcePath(Class, String, File) - Static method in class org.apache.maven.it.util.ResourceExtractor
 
extractResourcePath(Class, String, File, boolean) - Static method in class org.apache.maven.it.util.ResourceExtractor
 

F

FAMILY_DOS - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_MAC - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_NETWARE - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_OPENVMS - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_OS2 - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_OS400 - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_TANDEM - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_UNIX - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_WIN9X - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_WINDOWS - Static variable in class org.apache.maven.it.util.Os
 
FAMILY_ZOS - Static variable in class org.apache.maven.it.util.Os
 
fileAppend(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Appends data to a file.
fileDelete(String) - Static method in class org.apache.maven.it.util.FileUtils
Deletes a file.
fileExists(String) - Static method in class org.apache.maven.it.util.FileUtils
Check if a file exits.
filename(String) - Static method in class org.apache.maven.it.util.FileUtils
Returns the filename portion of a file specification string.
fileRead(String) - Static method in class org.apache.maven.it.util.FileUtils
 
fileRead(File) - Static method in class org.apache.maven.it.util.FileUtils
 
fileRead(File, String) - Static method in class org.apache.maven.it.util.FileUtils
 
filesDeselected - Variable in class org.apache.maven.it.util.DirectoryScanner
The files which matched at least one include and no excludes and which a selector discarded.
filesExcluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The files which matched at least one include and at least one exclude.
filesIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The files which matched at least one include and no excludes and were selected.
filesNotIncluded - Variable in class org.apache.maven.it.util.DirectoryScanner
The files which did not match any includes or selectors.
FileUtils - Class in org.apache.maven.it.util
This class provides basic facilities for manipulating files and file paths.
FileUtils() - Constructor for class org.apache.maven.it.util.FileUtils
 
FileUtils.FilterWrapper - Class in org.apache.maven.it.util
 
FileUtils.FilterWrapper() - Constructor for class org.apache.maven.it.util.FileUtils.FilterWrapper
 
fileWrite(String, String) - Static method in class org.apache.maven.it.util.FileUtils
Writes data to a file.
fileWrite(String, String, String) - Static method in class org.apache.maven.it.util.FileUtils
Writes data to a file.
filterFile(String, String, String, Map) - Method in class org.apache.maven.it.Verifier
Filters a text file by replacing some user-defined tokens.
flush() - Method in class org.apache.maven.it.util.cli.StreamPumper
 
forceDelete(String) - Static method in class org.apache.maven.it.util.FileUtils
Delete a file.
forceDelete(File) - Static method in class org.apache.maven.it.util.FileUtils
Delete a file.
forceDeleteOnExit(File) - Static method in class org.apache.maven.it.util.FileUtils
Schedule a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class org.apache.maven.it.util.FileUtils
Make a directory.
FS - Static variable in class org.apache.maven.it.util.FileUtils
 

G

getArguments() - Method in class org.apache.maven.it.util.cli.Commandline
Returns all arguments defined by addLine, addValue or the argument object.
getArtifactFileNameList(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
getArtifactMetadataPath(String, String, String) - Method in class org.apache.maven.it.Verifier
Gets the path to the local artifact metadata.
getArtifactMetadataPath(String, String, String, String) - Method in class org.apache.maven.it.Verifier
Gets the path to a file in the local artifact directory.
getArtifactMetadataPath(String, String) - Method in class org.apache.maven.it.Verifier
Gets the path to the local artifact metadata.
getArtifactPath(String, String, String, String) - Method in class org.apache.maven.it.Verifier
 
getArtifactPath(String, String, String, String, String) - Method in class org.apache.maven.it.Verifier
Returns the absolute path to the artifact denoted by groupId, artifactId, version, extension and classifier.
getBasedir() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the base directory to be scanned.
getBasedir() - Method in class org.apache.maven.it.Verifier
 
getChomp(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove everything and return the last value of a supplied String, and everything after it from a String.
getCliOptions() - Method in class org.apache.maven.it.Verifier
 
getCommandline() - Method in class org.apache.maven.it.util.cli.Commandline
Returns the executable and all defined arguments.
getCommandLine(String, String[]) - Method in class org.apache.maven.it.util.cli.shell.CmdShell
Specific implementation that quotes the all the command line
getCommandLine(String, String[]) - Method in class org.apache.maven.it.util.cli.shell.Shell
Get the command line for the provided executable and arguments in this shell
getDefaultExcludes() - Static method in class org.apache.maven.it.util.FileUtils
 
getDefaultExcludesAsList() - Static method in class org.apache.maven.it.util.FileUtils
 
getDeselectedDirectories() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the directories which were selected out and therefore not ultimately included.
getDeselectedFiles() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the files which were selected out and therefore not ultimately included.
getDirectoryNames(File, String, String, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of directories as String depending options.
getDirectoryNames(File, String, String, boolean, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of directories as String depending options.
getEnvironmentVariables() - Method in class org.apache.maven.it.util.cli.Commandline
Return the list of environment variables
getEnvironmentVariables() - Method in class org.apache.maven.it.Verifier
 
getExcludedDirectories() - Method in class org.apache.maven.it.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.apache.maven.it.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.
getExecutable() - Method in class org.apache.maven.it.util.cli.Commandline
 
getExecutable() - Method in class org.apache.maven.it.Verifier
 
getExtension(String) - Static method in class org.apache.maven.it.util.FileUtils
Get extension from filename.
getFile(String) - Static method in class org.apache.maven.it.util.FileUtils
Creates a file handle.
getFileAndDirectoryNames(File, String, String, boolean, boolean, boolean, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of files as String depending options.
getFileNames(File, String, String, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of files as String depending options.
getFileNames(File, String, String, boolean, boolean) - Static method in class org.apache.maven.it.util.FileUtils
Return a list of files as String depending options.
getFiles(File, String, String) - Static method in class org.apache.maven.it.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.apache.maven.it.util.FileUtils
Return the files contained in the directory, using inclusion and exclusion Ant patterns
getFilesFromExtension(String, String[]) - Static method in class org.apache.maven.it.util.FileUtils
Given a directory and an array of extensions return an array of compliant files.
getIncludedDirectories() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the directories which matched at least one of the include patterns and none of the exclude patterns.
getIncludedFiles() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the files which matched at least one of the include patterns and none of the exclude patterns.
getInstance() - Static method in class org.apache.maven.it.util.SelectorUtils
Retrieves the manager of the Singleton.
getLocalRepoLayout() - Method in class org.apache.maven.it.Verifier
 
getLogFileName() - Method in class org.apache.maven.it.Verifier
Gets the name of the file used to log build output.
getMavenVersion() - Method in class org.apache.maven.it.Verifier
 
getNestedString(String, String) - Static method in class org.apache.maven.it.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.apache.maven.it.util.StringUtils
Get the String that is nested in between two Strings.
getNotIncludedDirectories() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the directories which matched none of the include patterns.
getNotIncludedFiles() - Method in class org.apache.maven.it.util.DirectoryScanner
Returns the names of the files which matched none of the include patterns.
getOutput() - Method in class org.apache.maven.it.util.cli.CommandLineUtils.StringStreamConsumer
 
getParts() - Method in class org.apache.maven.it.util.cli.Commandline.Argument
Returns the parts this Argument consists of.
getPath(String) - Static method in class org.apache.maven.it.util.FileUtils
Get path from filename.
getPath(String, char) - Static method in class org.apache.maven.it.util.FileUtils
Get path from filename.
getPid() - Method in class org.apache.maven.it.util.cli.Commandline
 
getPosition() - Method in class org.apache.maven.it.util.cli.Commandline.Marker
Return the number of arguments that preceeded this marker.
getPrechomp(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove and return everything before the first value of a supplied String from another String.
getReader(Reader) - Method in class org.apache.maven.it.util.FileUtils.FilterWrapper
 
getShell() - Method in class org.apache.maven.it.util.cli.Commandline
Get the shell to be used in this command line.
getShellArgs() - Method in class org.apache.maven.it.util.cli.shell.Shell
Get the shell arguments
getShellCommand() - Method in class org.apache.maven.it.util.cli.shell.Shell
Get the command to execute the shell
getShellCommandline() - Method in class org.apache.maven.it.util.cli.Commandline
Returns the shell, executable and all defined arguments.
getShellCommandLine(String, String[]) - Method in class org.apache.maven.it.util.cli.shell.Shell
Get the full command line to execute, including shell command, shell arguments, executable and executable arguments
getSystemEnvVars() - Method in class org.apache.maven.it.util.cli.Commandline
 
getSystemEnvVars() - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
 
getSystemEnvVars(boolean) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
Return the shell environment variables.
getSystemProperties() - Method in class org.apache.maven.it.Verifier
 
getVerifierProperties() - Method in class org.apache.maven.it.Verifier
 
getWorkingDirectory() - Method in class org.apache.maven.it.util.cli.Commandline
 

H

hasMoreTokens() - Method in class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
haveSlowResults - Variable in class org.apache.maven.it.util.DirectoryScanner
Whether or not our results were built by a slow scan.

I

includes - Variable in class org.apache.maven.it.util.DirectoryScanner
The patterns for the files to be included.
indexOfAny(String, String[]) - Static method in class org.apache.maven.it.util.StringUtils
Find the first index of any of a set of potential substrings.
interpolate(String, Map) - Static method in class org.apache.maven.it.util.StringUtils
 
IOUtil - Class in org.apache.maven.it.util
General IO Stream manipulation.
isAlive(long) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
 
isAlpha(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode letters.
isAlphanumeric(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode letters or digits.
isAlphanumericSpace(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode letters, digits or space (' ').
isAlphaSpace(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode letters and space (' ').
isArch(String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS architecture.
isAutoclean() - Method in class org.apache.maven.it.Verifier
 
isCaseSensitive - Variable in class org.apache.maven.it.util.DirectoryScanner
Whether or not the file system should be treated as a case sensitive one.
isDebugJvm() - Method in class org.apache.maven.it.Verifier
 
isDone() - Method in class org.apache.maven.it.util.cli.StreamFeeder
 
isDone() - Method in class org.apache.maven.it.util.cli.StreamPumper
 
isEmpty(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if a (trimmed) String is null or empty.
isEverythingIncluded() - Method in class org.apache.maven.it.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.apache.maven.it.util.DirectoryScanner
Tests whether or not a name matches against at least one exclude pattern.
isFamily(String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS family.
isIncluded(String) - Method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a name matches against at least one include pattern.
isMavenDebug() - Method in class org.apache.maven.it.Verifier
 
isName(String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS name.
isNotEmpty(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if a String is non null and is not empty (length > 0).
isNumeric(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode digits.
isNumericSpace(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only unicode digits or space (' ').
isOs(String, String, String, String) - Static method in class org.apache.maven.it.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.apache.maven.it.util.SelectorUtils
Returns dependency information on these two files.
isSelected(String, File) - Method in class org.apache.maven.it.util.DirectoryScanner
Tests whether a name should be selected.
isSymbolicLink(File, String) - Method in class org.apache.maven.it.util.DirectoryScanner
Checks whether a given file is a symbolic link.
isVersion(String) - Static method in class org.apache.maven.it.util.Os
Determines if the current OS matches the given OS version.
isWhitespace(String) - Static method in class org.apache.maven.it.util.StringUtils
Checks if the String contains only whitespace.

J

join(Object[], String) - Static method in class org.apache.maven.it.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Iterator, String) - Static method in class org.apache.maven.it.util.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.

K

killProcess(long) - Static method in class org.apache.maven.it.util.cli.CommandLineUtils
Kill a process launched by executeCommandLine methods Doesn't work correctly on windows, only the cmd process will be destroy but not the sub process (Bug ID 4770092)

L

lastIndexOfAny(String, String[]) - Static method in class org.apache.maven.it.util.StringUtils
Find the latest index of any of a set of potential substrings.
launchSubversion(String, String) - Static method in class org.apache.maven.it.Verifier
 
left(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets the leftmost n characters of a String.
leftPad(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Left pad a String with spaces.
leftPad(String, int, String) - Static method in class org.apache.maven.it.util.StringUtils
Left pad a String with a specified string.
loadFile(File) - Static method in class org.apache.maven.it.util.FileUtils
 
loadFile(String, String, boolean) - Method in class org.apache.maven.it.Verifier
 
loadFile(File, boolean) - Method in class org.apache.maven.it.Verifier
 
loadLines(String, String) - Method in class org.apache.maven.it.Verifier
Loads the (non-empty) lines of the specified text file.
loadProperties(String) - Method in class org.apache.maven.it.Verifier
 
localRepo - Variable in class org.apache.maven.it.Verifier
 
lowerCase(String) - Static method in class org.apache.maven.it.util.StringUtils
Convert a String to lower case, null String returns null.
lowercaseFirstLetter(String) - Static method in class org.apache.maven.it.util.StringUtils
 

M

main(String[]) - Static method in class org.apache.maven.it.Verifier
 
match(String, String) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a string matches against a pattern.
match(String, String) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a string matches against a pattern.
matchPath(String, String) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String, String) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.apache.maven.it.util.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPatternStart(String, String) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.apache.maven.it.util.DirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String) - Static method in class org.apache.maven.it.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.apache.maven.it.util.SelectorUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
mid(String, int, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets n characters from the middle of a String.
mkdir(String) - Static method in class org.apache.maven.it.util.FileUtils
Simple way to make a directory

N

newDefaultFilterProperties() - Method in class org.apache.maven.it.Verifier
Gets a new copy of the default filter properties.
nextToken() - Method in class org.apache.maven.it.util.cli.EnhancedStringTokenizer
 
normalize(String) - Static method in class org.apache.maven.it.util.FileUtils
Normalize a path.

O

ONE_GB - Static variable in class org.apache.maven.it.util.FileUtils
The number of bytes in a gigabyte.
ONE_KB - Static variable in class org.apache.maven.it.util.FileUtils
The number of bytes in a kilobyte.
ONE_MB - Static variable in class org.apache.maven.it.util.FileUtils
The number of bytes in a megabyte.
org.apache.maven.it - package org.apache.maven.it
 
org.apache.maven.it.util - package org.apache.maven.it.util
 
org.apache.maven.it.util.cli - package org.apache.maven.it.util.cli
 
org.apache.maven.it.util.cli.shell - package org.apache.maven.it.util.cli.shell
 
Os - Class in org.apache.maven.it.util
Condition that tests the OS type.
Os() - Constructor for class org.apache.maven.it.util.Os
Default constructor
Os(String) - Constructor for class org.apache.maven.it.util.Os
Constructor that sets the family attribute
OS_ARCH - Static variable in class org.apache.maven.it.util.Os
 
OS_NAME - Static variable in class org.apache.maven.it.util.cli.Commandline
 
OS_NAME - Static variable in class org.apache.maven.it.util.Os
 
OS_VERSION - Static variable in class org.apache.maven.it.util.Os
 
overlayString(String, String, int, int) - Static method in class org.apache.maven.it.util.StringUtils
Overlay a part of a String with another String.

P

prechomp(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove the first value of a supplied String, and everything before it from a String.

Q

quoteArgument(String) - Static method in class org.apache.maven.it.util.cli.Commandline
Put quotes around the given String if necessary.

R

removeAndHump(String, String) - Static method in class org.apache.maven.it.util.StringUtils
 
removeExtension(String) - Static method in class org.apache.maven.it.util.FileUtils
Remove extension from filename.
removePath(String) - Static method in class org.apache.maven.it.util.FileUtils
Remove path from filename.
removePath(String, char) - Static method in class org.apache.maven.it.util.FileUtils
Remove path from filename.
removeWhitespace(String) - Static method in class org.apache.maven.it.util.SelectorUtils
"Flattens" a string by removing all whitespace (space, tab, linefeed, carriage return, and formfeed).
rename(File, File) - Static method in class org.apache.maven.it.util.FileUtils
Renames a file, even if that involves crossing file system boundaries.
repeat(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Repeat a String n times to form a new string.
replace(String, char, char) - Static method in class org.apache.maven.it.util.StringUtils
Replace all occurances of a char within another char.
replace(String, char, char, int) - Static method in class org.apache.maven.it.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.apache.maven.it.util.StringUtils
Replace all occurances of a String within another String.
replace(String, String, String, int) - Static method in class org.apache.maven.it.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.apache.maven.it.util.StringUtils
Replace a char with another char inside a larger String, once.
replaceOnce(String, String, String) - Static method in class org.apache.maven.it.util.StringUtils
Replace a String with another String inside a larger String, once.
resetStreams() - Method in class org.apache.maven.it.Verifier
 
resolveFile(File, String) - Static method in class org.apache.maven.it.util.FileUtils
Resolve a file filename to it's canonical form.
ResourceExtractor - Class in org.apache.maven.it.util
 
ResourceExtractor() - Constructor for class org.apache.maven.it.util.ResourceExtractor
 
reverse(String) - Static method in class org.apache.maven.it.util.StringUtils
Reverse a String.
reverseDelimitedString(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Reverses a String that is delimited by a specific character.
right(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets the rightmost n characters of a String.
rightPad(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Right pad a String with spaces.
rightPad(String, int, String) - Static method in class org.apache.maven.it.util.StringUtils
Right pad a String with a specified string.
run() - Method in class org.apache.maven.it.util.cli.StreamFeeder
 
run() - Method in class org.apache.maven.it.util.cli.StreamPumper
 

S

scan() - Method in class org.apache.maven.it.util.DirectoryScanner
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.apache.maven.it.util.DirectoryScanner
Scans the given directory for files and directories.
SelectorUtils - Class in org.apache.maven.it.util
This is a utility class used by selectors and DirectoryScanner.
setArch(String) - Method in class org.apache.maven.it.util.Os
Sets the desired OS architecture
setAutoclean(boolean) - Method in class org.apache.maven.it.Verifier
 
setBasedir(String) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets the base directory to be scanned.
setBasedir(File) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets the base directory to be scanned.
setCaseSensitive(boolean) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets whether or not the file system should be regarded as case sensitive.
setCliOptions(List) - Method in class org.apache.maven.it.Verifier
 
setDebug(boolean) - Method in class org.apache.maven.it.Verifier
 
setDebugJvm(boolean) - Method in class org.apache.maven.it.Verifier
 
setEnvironmentVariable(String, String) - Method in class org.apache.maven.it.Verifier
 
setEnvironmentVariables(Properties) - Method in class org.apache.maven.it.Verifier
 
setExcludes(String[]) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets the list of exclude patterns to use.
setExecutable(String) - Method in class org.apache.maven.it.util.cli.Commandline
Sets the executable to run.
setFamily(String) - Method in class org.apache.maven.it.util.Os
Sets the desired OS family type
setFile(File) - Method in class org.apache.maven.it.util.cli.Commandline.Argument
Sets a single commandline argument to the absolute filename of the given file.
setFollowSymlinks(boolean) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets whether or not symbolic links should be followed.
setForkJvm(boolean) - Method in class org.apache.maven.it.Verifier
 
setIncludes(String[]) - Method in class org.apache.maven.it.util.DirectoryScanner
Sets the list of include patterns to use.
setLine(String) - Method in class org.apache.maven.it.util.cli.Commandline.Argument
Line to split into several commandline arguments.
setLocalRepo(String) - Method in class org.apache.maven.it.Verifier
 
setLocalRepoLayout(String) - Method in class org.apache.maven.it.Verifier
 
setLogFileName(String) - Method in class org.apache.maven.it.Verifier
Sets the name of the file used to log build output.
setMavenDebug(boolean) - Method in class org.apache.maven.it.Verifier
 
setName(String) - Method in class org.apache.maven.it.util.Os
Sets the desired OS name
setPid(long) - Method in class org.apache.maven.it.util.cli.Commandline
 
setShell(Shell) - Method in class org.apache.maven.it.util.cli.Commandline
Allows to set the shell to be used in this command line.
setShellArgs(String[]) - Method in class org.apache.maven.it.util.cli.shell.Shell
Set the shell arguments when calling a command line (not the executable arguments) (eg.
setShellCommand(String) - Method in class org.apache.maven.it.util.cli.shell.Shell
Set the command to execute the shell (eg.
setSystemProperties(Properties) - Method in class org.apache.maven.it.Verifier
 
setSystemProperty(String, String) - Method in class org.apache.maven.it.Verifier
 
setValue(String) - Method in class org.apache.maven.it.util.cli.Commandline.Argument
Sets a single commandline argument.
setVerifierProperties(Properties) - Method in class org.apache.maven.it.Verifier
 
setVersion(String) - Method in class org.apache.maven.it.util.Os
Sets the desired OS version
setWorkingDirectory(String) - Method in class org.apache.maven.it.util.cli.Commandline
Sets execution directory.
Shell - Class in org.apache.maven.it.util.cli.shell
Class that abstracts the Shell functionality, with subclases for shells that behave particularly, like command.com cmd.exe
Shell() - Constructor for class org.apache.maven.it.util.cli.shell.Shell
 
simpleExtractResources(Class, String) - Static method in class org.apache.maven.it.util.ResourceExtractor
 
size() - Method in class org.apache.maven.it.util.cli.Commandline
 
sizeOfDirectory(String) - Static method in class org.apache.maven.it.util.FileUtils
Recursively count size of a directory.
sizeOfDirectory(File) - Static method in class org.apache.maven.it.util.FileUtils
Recursively count size of a directory.
slowScan() - Method in class org.apache.maven.it.util.DirectoryScanner
Top level invocation for a slow scan.
split(String) - Static method in class org.apache.maven.it.util.StringUtils
Splits the provided text into a array, using whitespace as the separator.
split(String, String) - Static method in class org.apache.maven.it.util.StringUtils
 
split(String, String, int) - Static method in class org.apache.maven.it.util.StringUtils
Splits the provided text into a array, based on a given separator.
StreamConsumer - Interface in org.apache.maven.it.util.cli
Works in concert with the StreamPumper class to allow implementations to gain access to the lines being "Pumped".
StreamFeeder - Class in org.apache.maven.it.util.cli
Read from an InputStream and write the output to an OutputStream.
StreamFeeder(InputStream, OutputStream) - Constructor for class org.apache.maven.it.util.cli.StreamFeeder
Create a new StreamFeeder
StreamPumper - Class in org.apache.maven.it.util.cli
Class to pump the error stream during Process's runtime.
StreamPumper(InputStream) - Constructor for class org.apache.maven.it.util.cli.StreamPumper
 
StreamPumper(InputStream, StreamConsumer) - Constructor for class org.apache.maven.it.util.cli.StreamPumper
 
StreamPumper(InputStream, PrintWriter) - Constructor for class org.apache.maven.it.util.cli.StreamPumper
 
StreamPumper(InputStream, PrintWriter, StreamConsumer) - Constructor for class org.apache.maven.it.util.cli.StreamPumper
 
StringUtils - Class in org.apache.maven.it.util
Common String manipulation routines.
StringUtils() - Constructor for class org.apache.maven.it.util.StringUtils
StringUtils instances should NOT be constructed in standard programming.
strip(String) - Static method in class org.apache.maven.it.util.StringUtils
Remove whitespace from the front and back of a String.
strip(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Remove a specified String from the front and back of a String.
stripAll(String[]) - Static method in class org.apache.maven.it.util.StringUtils
Strip whitespace from the front and back of every String in the array.
stripAll(String[], String) - Static method in class org.apache.maven.it.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.apache.maven.it.util.StringUtils
Strip any of a supplied String from the end of a String.
stripStart(String, String) - Static method in class org.apache.maven.it.util.StringUtils
Strip any of a supplied String from the start of a String.
substring(String, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets a substring from the specified string avoiding exceptions.
substring(String, int, int) - Static method in class org.apache.maven.it.util.StringUtils
Gets a substring from the specified String avoiding exceptions.
swapCase(String) - Static method in class org.apache.maven.it.util.StringUtils
Swaps the case of String.

T

toByteArray(InputStream) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(Reader, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(String) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a String as a byte[].
toByteArray(String, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a String as a byte[].
toFile(URL) - Static method in class org.apache.maven.it.util.FileUtils
Convert from a URL to a File.
tokenizePath(String) - Static method in class org.apache.maven.it.util.SelectorUtils
Breaks a path up into a Vector of path elements, tokenizing on File.separator.
toString() - Method in class org.apache.maven.it.util.cli.Commandline
 
toString(String[]) - Static method in class org.apache.maven.it.util.cli.Commandline
 
toString(InputStream) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of an InputStream as a String.
toString(Reader) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a Reader as a String.
toString(Reader, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String, int) - Static method in class org.apache.maven.it.util.IOUtil
Get the contents of a byte[] as a String.
toURLs(File[]) - Static method in class org.apache.maven.it.util.FileUtils
Convert the array of Files into a list of URLs.
translateCommandline(String) - Static method in class org.apache.maven.it.util.cli.Commandline
 
trim(String) - Static method in class org.apache.maven.it.util.StringUtils
Removes control characters, including whitespace, from both ends of this String, handling null by returning null.

U

uncapitalise(String) - Static method in class org.apache.maven.it.util.StringUtils
Uncapitalise a String.
uncapitaliseAllWords(String) - Static method in class org.apache.maven.it.util.StringUtils
Uncapitalise all the words in a string.
upperCase(String) - Static method in class org.apache.maven.it.util.StringUtils
Convert a String to upper case, null String returns null.

V

VerificationException - Exception in org.apache.maven.it
 
VerificationException() - Constructor for exception org.apache.maven.it.VerificationException
 
VerificationException(String) - Constructor for exception org.apache.maven.it.VerificationException
 
VerificationException(Throwable) - Constructor for exception org.apache.maven.it.VerificationException
 
VerificationException(String, Throwable) - Constructor for exception org.apache.maven.it.VerificationException
 
Verifier - Class in org.apache.maven.it
 
Verifier(String) - Constructor for class org.apache.maven.it.Verifier
 
Verifier(String, boolean) - Constructor for class org.apache.maven.it.Verifier
 
Verifier(String, String) - Constructor for class org.apache.maven.it.Verifier
 
Verifier(String, String, boolean) - Constructor for class org.apache.maven.it.Verifier
 
Verifier(String, String, boolean, boolean) - Constructor for class org.apache.maven.it.Verifier
 
verify(boolean) - Method in class org.apache.maven.it.Verifier
 
verifyErrorFreeLog() - Method in class org.apache.maven.it.Verifier
 
verifyTextInLog(String) - Method in class org.apache.maven.it.Verifier
Throws an exception if the text is not present in the log.

W

waitFor(String, int) - Static method in class org.apache.maven.it.util.FileUtils
Waits for NFS to propagate a file creation, imposing a timeout.
waitFor(File, int) - Static method in class org.apache.maven.it.util.FileUtils
 
WINDOWS - Static variable in class org.apache.maven.it.util.cli.Commandline
 
writeFile(String, String) - Method in class org.apache.maven.it.Verifier
Writes a text file with the specified contents.
WriterStreamConsumer - Class in org.apache.maven.it.util.cli
 
WriterStreamConsumer(Writer) - Constructor for class org.apache.maven.it.util.cli.WriterStreamConsumer
 

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

Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.