- CargoException - Exception in org.codehaus.cargo.util
-
Base exception class for all Cargo classes.
- CargoException(String) - Constructor for exception org.codehaus.cargo.util.CargoException
-
- CargoException(String, Throwable) - Constructor for exception org.codehaus.cargo.util.CargoException
-
- compareTo(Object) - Method in class org.codehaus.cargo.util.log.LogLevel
- copy(InputStream, OutputStream, int) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Copies data from an InputStream to an OutputStream.
- copy(InputStream, OutputStream) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Copies data from an InputStream to an OutputStream using a default buffer size.
- copy(InputStream, OutputStream, int) - Method in interface org.codehaus.cargo.util.FileHandler
-
Copies data from an InputStream to an OutputStream.
- copy(InputStream, OutputStream) - Method in interface org.codehaus.cargo.util.FileHandler
-
Copies data from an InputStream to an OutputStream using a default buffer size.
- copy(InputStream, OutputStream) - Method in class org.codehaus.cargo.util.FileUtils
-
Deprecated.
Copies data from an InputStream to an OutputStream.
- copy(InputStream, OutputStream, int) - Method in class org.codehaus.cargo.util.FileUtils
-
Deprecated.
Copies data from an InputStream to an OutputStream.
- copyDirectory(String, String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Copy a directory from a source to a destination.
- copyDirectory(String, String, List) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Copy a directory from a source to a destination specifying files to be excluded.
- copyDirectory(String, String) - Method in interface org.codehaus.cargo.util.FileHandler
-
Copy a directory from a source to a destination.
- copyDirectory(String, String, List) - Method in interface org.codehaus.cargo.util.FileHandler
-
Copy a directory from a source to a destination specifying files to be excluded.
- copyFile(String, String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Copy a file from a source to a destination specifying if source files may overwrite newer
destination files.
- copyFile(String, String, boolean) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Copy a file from a source to a destination specifying if source files may overwrite newer
destination files.
- copyFile(String, String, FilterChain) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Copy a file from a source to a destination using a filterchain to specify token replacement.
- copyFile(String, String) - Method in interface org.codehaus.cargo.util.FileHandler
-
Copy a file from a source to a destination specifying if source files may overwrite newer
destination files.
- copyFile(String, String, boolean) - Method in interface org.codehaus.cargo.util.FileHandler
-
Copy a file from a source to a destination specifying if source files may overwrite newer
destination files.
- copyFile(String, String, FilterChain) - Method in interface org.codehaus.cargo.util.FileHandler
-
Copy a file from a source to a destination using a filterchain to specify token replacement.
- createAntTask(String) - Method in class org.codehaus.cargo.util.AntUtils
-
Creates and returns a new instance of the Ant task mapped to the
specified logical name.
- createDirectory(String, String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Convenience method for creating a new directory inside another one.
- createDirectory(String, String) - Method in interface org.codehaus.cargo.util.FileHandler
-
Convenience method for creating a new directory inside another one.
- createDirectory(URI, String) - Method in class org.codehaus.cargo.util.FileUtils
-
Deprecated.
Convenience method for creating a new directory inside another one.
- createDirectory(File, String) - Method in class org.codehaus.cargo.util.FileUtils
-
Deprecated.
- createFile(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Create a file.
- createFile(String) - Method in interface org.codehaus.cargo.util.FileHandler
-
Create a file.
- createJarFromDirectory(File, File, JarOutputStream) - Method in class org.codehaus.cargo.util.JarUtils
-
Create a jar file from a particular directory.
- createJarFromDirectory(String, File) - Method in class org.codehaus.cargo.util.JarUtils
-
Create a JAR file from a directory, recursing through children.
- createProject() - Method in class org.codehaus.cargo.util.AntUtils
-
- createSysProperty(String, File) - Method in class org.codehaus.cargo.util.AntUtils
-
Convenience method to create an Ant environment variable that points to
a file.
- createSysProperty(String, Path) - Method in class org.codehaus.cargo.util.AntUtils
-
Convenience method to create an Ant environment variable that contains
a path.
- createSysProperty(String, String) - Method in class org.codehaus.cargo.util.AntUtils
-
Convenience method to create an Ant environment variable that contains a
string.
- createSysProperty(String, URI) - Method in class org.codehaus.cargo.util.AntUtils
-
Convenience method to create an Ant environment variable that contains a
string from an URI.
- createTask(String) - Method in interface org.codehaus.cargo.util.AntTaskFactory
-
Returns the task that is mapped to the specified name.
- createTask(String) - Method in class org.codehaus.cargo.util.DefaultAntTaskFactory
-
Returns the task that is mapped to the specified name.
- createTmpDirectory(String) - Method in class org.codehaus.cargo.util.FileUtils
-
Deprecated.
Creates a temporary directory.
- createUniqueTmpDirectory() - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Creates a unique temporary directory.
- createUniqueTmpDirectory() - Method in interface org.codehaus.cargo.util.FileHandler
-
Creates a unique temporary directory.
- createUniqueTmpDirectory() - Method in class org.codehaus.cargo.util.FileUtils
-
Deprecated.
Creates a unique temporary directory.
- debug(String, String) - Method in class org.codehaus.cargo.util.internal.log.AbstractLogger
-
Logger debug messages.
- debug(String, String) - Method in interface org.codehaus.cargo.util.log.Logger
-
Logger debug messages.
- DEBUG - Static variable in class org.codehaus.cargo.util.log.LogLevel
-
Represents a debug logging level.
- DefaultAntTaskFactory - Class in org.codehaus.cargo.util
-
- DefaultAntTaskFactory(Project) - Constructor for class org.codehaus.cargo.util.DefaultAntTaskFactory
-
Constructor using default values for the current task name, current location and current
target.
- DefaultAntTaskFactory(Project, String, Location, Target) - Constructor for class org.codehaus.cargo.util.DefaultAntTaskFactory
-
- DefaultFileHandler - Class in org.codehaus.cargo.util
-
File operations that are performed in Cargo.
- DefaultFileHandler() - Constructor for class org.codehaus.cargo.util.DefaultFileHandler
-
Initializations.
- delete(String) - Method in class org.codehaus.cargo.util.DefaultFileHandler
-
Deletes a file or directory, removing any children as appropriate.
- delete(String) - Method in interface org.codehaus.cargo.util.FileHandler
-
Deletes a file or directory, removing any children as appropriate.
- delete(File) - Method in class org.codehaus.cargo.util.FileUtils
-
Deprecated.
Deletes a file or directory, removing any children as appropriate.
- doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.internal.log.AbstractLogger
-
Common method for all severity levels.
- doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.log.AntLogger
-
Common method for all severity levels.
- doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.log.FileLogger
-
Common method for all severity levels.
- doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.log.NullLogger
-
Common method for all severity levels.
- doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.util.log.SimpleLogger
-
Common method for all severity levels.
- Dom4JUtil - Class in org.codehaus.cargo.util
-
This class offers utility methods not exposed in the current dom4j api.
- Dom4JUtil() - Constructor for class org.codehaus.cargo.util.Dom4JUtil
-
default constructor will assign no namespaces and use a default file handler.
- Dom4JUtil(FileHandler) - Constructor for class org.codehaus.cargo.util.Dom4JUtil
-
constructor will assign no namespaces.
- Dom4JXmlFileBuilder - Class in org.codehaus.cargo.util
-
This implementation uses @{link Dom4JUtil Dom4JUtil} to manipulate xml files.
- Dom4JXmlFileBuilder(FileHandler) - Constructor for class org.codehaus.cargo.util.Dom4JXmlFileBuilder
-
creates the instance, which will use the specified @{link FileHandler fileHandler} to read or
write the xml file.