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 FileHandlerLocalContainer. getFileHandler()Methods in org.codehaus.cargo.container with parameters of type FileHandler Modifier and Type Method Description voidLocalContainer. 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 FileHandlerLocalConfiguration. getFileHandler()Methods in org.codehaus.cargo.container.configuration with parameters of type FileHandler Modifier and Type Method Description voidLocalConfiguration. 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 FileHandlerZipURLInstaller. getFileHandler()Methods in org.codehaus.cargo.container.installer with parameters of type FileHandler Modifier and Type Method Description voidZipURLInstaller. 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 voidResourceUtils. copyResource(String resourceName, String destFile, FileHandler handler)Copies a container resource from the JAR into the specified file using the specified file handler.voidResourceUtils. 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 FileHandlerSimpleHttpFileServer. fileHandlerCARGO file handler.Methods in org.codehaus.cargo.container.jboss.internal with parameters of type FileHandler Modifier and Type Method Description voidISimpleHttpFileServer. setFileHandler(FileHandler fileHandler)voidSimpleHttpFileServer. 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 voidJettyUtils. 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 FileHandlerAbstractLocalContainer. getFileHandler()Methods in org.codehaus.cargo.container.spi with parameters of type FileHandler Modifier and Type Method Description voidAbstractLocalContainer. 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 FileHandlerAbstractLocalConfiguration. getFileHandler()Methods in org.codehaus.cargo.container.spi.configuration with parameters of type FileHandler Modifier and Type Method Description voidAbstractLocalConfiguration. 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 FileHandlerAbstractDeployable. getFileHandler()Methods in org.codehaus.cargo.container.spi.deployable with parameters of type FileHandler Modifier and Type Method Description voidAbstractDeployable. 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 FileHandlerAbstractLocalDeployer. 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 FileHandlerAbstractDirectoryPackager. getFileHandler()Methods in org.codehaus.cargo.container.spi.packager with parameters of type FileHandler Modifier and Type Method Description protected voidAbstractDirectoryPackager. 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 voidWebLogic9xStandaloneLocalConfiguration. 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 FileHandlerConfigurationContext. 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 FileHandlerDefaultJarArchive. getFileHandler()Methods in org.codehaus.cargo.module with parameters of type FileHandler Modifier and Type Method Description voidDefaultJarArchive. 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 classDefaultFileHandlerFile operations that are performed in Cargo.Methods in org.codehaus.cargo.util that return FileHandler Modifier and Type Method Description FileHandlerXmlUtils. getFileHandler()Methods in org.codehaus.cargo.util with parameters of type FileHandler Modifier and Type Method Description voidXmlUtils. 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.
-