Uses of Class
org.codehaus.cargo.util.CargoException
-
-
Uses of CargoException in org.codehaus.cargo.container
Subclasses of CargoException in org.codehaus.cargo.container Modifier and Type Class Description class
ContainerException
Base exception class for all Cargo Container API classes. -
Uses of CargoException in org.codehaus.cargo.container.deployable
Subclasses of CargoException in org.codehaus.cargo.container.deployable Modifier and Type Class Description class
DeployableException
Exception thrown when a container encounters a problem with a deployable. -
Uses of CargoException in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal that throw CargoException Modifier and Type Method Description abstract int
AbstractAsAdmin. invokeAsAdmin(boolean async, JvmLauncher java, String[] args)
Invokes asadmin using a Java container. -
Uses of CargoException in org.codehaus.cargo.container.jonas
Methods in org.codehaus.cargo.container.jonas that throw CargoException Modifier and Type Method Description void
Jonas4xInstalledLocalDeployer. undeploy(Deployable deployable)
Undeploy aDeployable
from the running container. -
Uses of CargoException in org.codehaus.cargo.container.spi.configuration
Methods in org.codehaus.cargo.container.spi.configuration that throw CargoException Modifier and Type Method Description protected void
AbstractStandaloneLocalConfiguration. replaceInFile(String file, Map<String,String> replacements, Charset encoding)
Replaces using a map of replacements in a given file. -
Uses of CargoException in org.codehaus.cargo.container.spi.jvm
Subclasses of CargoException in org.codehaus.cargo.container.spi.jvm Modifier and Type Class Description class
JvmLauncherException
Exception thrown to signal a failure to launch a JVM. -
Uses of CargoException in org.codehaus.cargo.module
Methods in org.codehaus.cargo.module that throw CargoException Modifier and Type Method Description DescriptorElement
DescriptorTag. create()
-
Uses of CargoException in org.codehaus.cargo.module.merge
Subclasses of CargoException in org.codehaus.cargo.module.merge Modifier and Type Class Description class
MergeException
Class for various exceptions happening within merges. -
Uses of CargoException in org.codehaus.cargo.module.webapp.merge
Methods in org.codehaus.cargo.module.webapp.merge that throw CargoException Modifier and Type Method Description protected void
WebXmlMerger. mergeServlets(WebXml theWebXml)
Merges the servlet definitions from the specified descriptor into the original descriptor. -
Uses of CargoException in org.codehaus.cargo.util
Methods in org.codehaus.cargo.util that throw CargoException Modifier and Type Method Description void
DefaultFileHandler. replaceInFile(String file, Map<String,String> replacements, Charset encoding)
Replaces using a map of replacements in a given file.void
DefaultFileHandler. replaceInFile(String file, Map<String,String> replacements, Charset encoding, boolean ignoreNonExistingProperties)
Replaces using a map of replacements in a given file.void
FileHandler. replaceInFile(String file, Map<String,String> replacements, Charset encoding)
Replaces using a map of replacements in a given file.void
FileHandler. replaceInFile(String file, Map<String,String> replacements, Charset encoding, boolean ignoreNonExistingProperties)
Replaces using a map of replacements in a given file.void
DefaultFileHandler. replaceInXmlFile(XmlReplacement... xmlReplacements)
Replaces using a map of XML replacements in a given file.void
FileHandler. replaceInXmlFile(XmlReplacement... xmlReplacements)
Replaces using a map of XML replacements in a given file.
-