- 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) - 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.
- 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.