Uses of Interface
org.codehaus.cargo.util.FileHandler
-
-
Uses of FileHandler in org.codehaus.cargo.container
Methods in org.codehaus.cargo.container that return FileHandler Modifier and Type Method Description FileHandler
LocalContainer. getFileHandler()
Methods in org.codehaus.cargo.container with parameters of type FileHandler Modifier and Type Method Description void
LocalContainer. setFileHandler(FileHandler handler)
-
Uses of FileHandler in org.codehaus.cargo.container.configuration
Methods in org.codehaus.cargo.container.configuration that return FileHandler Modifier and Type Method Description FileHandler
LocalConfiguration. getFileHandler()
Methods in org.codehaus.cargo.container.configuration with parameters of type FileHandler Modifier and Type Method Description void
LocalConfiguration. setFileHandler(FileHandler handler)
-
Uses of FileHandler in org.codehaus.cargo.container.installer
Methods in org.codehaus.cargo.container.installer that return FileHandler Modifier and Type Method Description FileHandler
ZipURLInstaller. getFileHandler()
Methods in org.codehaus.cargo.container.installer with parameters of type FileHandler Modifier and Type Method Description void
ZipURLInstaller. setFileHandler(FileHandler fileHandler)
-
Uses of FileHandler in org.codehaus.cargo.container.internal.util
Methods in org.codehaus.cargo.container.internal.util with parameters of type FileHandler Modifier and Type Method Description void
ResourceUtils. copyResource(String resourceName, String destFile, FileHandler handler)
Copies a container resource from the JAR into the specified file using the specified file handler.void
ResourceUtils. copyResource(String resourceName, String destFile, FileHandler handler, Map<String,String> replacements, Charset encoding)
Copies a container resource from the JAR into the specified file, using the specified file handler thereby applying the specified filters. -
Uses of FileHandler in org.codehaus.cargo.container.jboss.internal
Fields in org.codehaus.cargo.container.jboss.internal declared as FileHandler Modifier and Type Field Description protected FileHandler
SimpleHttpFileServer. fileHandler
CARGO file handler.Methods in org.codehaus.cargo.container.jboss.internal with parameters of type FileHandler Modifier and Type Method Description void
ISimpleHttpFileServer. setFileHandler(FileHandler fileHandler)
void
SimpleHttpFileServer. setFileHandler(FileHandler fileHandler)
-
Uses of FileHandler in org.codehaus.cargo.container.jetty.internal
Methods in org.codehaus.cargo.container.jetty.internal with parameters of type FileHandler Modifier and Type Method Description static void
JettyUtils. createRealmFile(List<User> users, String etcDir, FileHandler fileHandler)
Create realm (user, password and role) file. -
Uses of FileHandler in org.codehaus.cargo.container.spi
Methods in org.codehaus.cargo.container.spi that return FileHandler Modifier and Type Method Description FileHandler
AbstractLocalContainer. getFileHandler()
Methods in org.codehaus.cargo.container.spi with parameters of type FileHandler Modifier and Type Method Description void
AbstractLocalContainer. setFileHandler(FileHandler fileHandler)
-
Uses of FileHandler in org.codehaus.cargo.container.spi.configuration
Methods in org.codehaus.cargo.container.spi.configuration that return FileHandler Modifier and Type Method Description FileHandler
AbstractLocalConfiguration. getFileHandler()
Methods in org.codehaus.cargo.container.spi.configuration with parameters of type FileHandler Modifier and Type Method Description void
AbstractLocalConfiguration. setFileHandler(FileHandler fileHandler)
-
Uses of FileHandler in org.codehaus.cargo.container.spi.deployable
Methods in org.codehaus.cargo.container.spi.deployable that return FileHandler Modifier and Type Method Description FileHandler
AbstractDeployable. getFileHandler()
Methods in org.codehaus.cargo.container.spi.deployable with parameters of type FileHandler Modifier and Type Method Description void
AbstractDeployable. setFileHandler(FileHandler fileHandler)
-
Uses of FileHandler in org.codehaus.cargo.container.spi.deployer
Methods in org.codehaus.cargo.container.spi.deployer that return FileHandler Modifier and Type Method Description protected FileHandler
AbstractLocalDeployer. getFileHandler()
-
Uses of FileHandler in org.codehaus.cargo.container.spi.packager
Methods in org.codehaus.cargo.container.spi.packager that return FileHandler Modifier and Type Method Description protected FileHandler
AbstractDirectoryPackager. getFileHandler()
Methods in org.codehaus.cargo.container.spi.packager with parameters of type FileHandler Modifier and Type Method Description protected void
AbstractDirectoryPackager. setFileHandler(FileHandler fileHandler)
-
Uses of FileHandler in org.codehaus.cargo.container.weblogic
Methods in org.codehaus.cargo.container.weblogic with parameters of type FileHandler Modifier and Type Method Description void
WebLogic9xStandaloneLocalConfiguration. setFileHandler(FileHandler fileHandler)
-
Uses of FileHandler in org.codehaus.cargo.container.wildfly.swarm.internal.configuration
Methods in org.codehaus.cargo.container.wildfly.swarm.internal.configuration that return FileHandler Modifier and Type Method Description FileHandler
ConfigurationContext. getFileHandler()
FileHandler getter.Constructors in org.codehaus.cargo.container.wildfly.swarm.internal.configuration with parameters of type FileHandler Constructor Description ConfigurationContext(FileHandler fileHandler, String configurationHome, File projectDescriptor)
Constructor. -
Uses of FileHandler in org.codehaus.cargo.module
Methods in org.codehaus.cargo.module that return FileHandler Modifier and Type Method Description FileHandler
DefaultJarArchive. getFileHandler()
Methods in org.codehaus.cargo.module with parameters of type FileHandler Modifier and Type Method Description void
DefaultJarArchive. setFileHandler(FileHandler fileHandler)
-
Uses of FileHandler in org.codehaus.cargo.util
Classes in org.codehaus.cargo.util that implement FileHandler Modifier and Type Class Description class
DefaultFileHandler
File operations that are performed in Cargo.Methods in org.codehaus.cargo.util that return FileHandler Modifier and Type Method Description FileHandler
XmlUtils. getFileHandler()
Methods in org.codehaus.cargo.util with parameters of type FileHandler Modifier and Type Method Description void
XmlUtils. setFileHandler(FileHandler fileHandler)
Constructors in org.codehaus.cargo.util with parameters of type FileHandler Constructor Description DefaultXmlFileBuilder(FileHandler fileHandler)
creates the instance, which will use the specified @{link FileHandler fileHandler} to read or write the xml file.DefaultXmlFileBuilder(FileHandler fileHandler, boolean namespaceAware)
creates the instance, which will use the specified @{link FileHandler fileHandler} to read or write the xml file.XmlUtils(FileHandler fileHandler)
constructor will assign no namespaces.XmlUtils(FileHandler fileHandler, boolean namespaceAware)
constructor will assign no namespaces.ZipCompressor(FileHandler fileHandler)
Saves the file handler.
-