org.codehaus.cargo.maven2.configuration
Class Container
java.lang.Object
org.codehaus.cargo.maven2.configuration.Container
public class Container
- extends java.lang.Object
Holds configuration data for the <container>
tag used to configure
the plugin in the pom.xml
file.
- Version:
- $Id: Container.java 1437 2007-03-08 23:50:53Z david $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Container
public Container()
getSystemProperties
public java.util.Map getSystemProperties()
setSystemProperties
public void setSystemProperties(java.util.Map systemProperties)
getTimeout
public java.lang.Long getTimeout()
getDependencies
public Dependency[] getDependencies()
setDependencies
public void setDependencies(Dependency[] dependencies)
getType
public ContainerType getType()
setType
public void setType(ContainerType type)
getContainerId
public java.lang.String getContainerId()
setContainerId
public void setContainerId(java.lang.String containerId)
getHome
public java.lang.String getHome()
setHome
public void setHome(java.lang.String home)
getOutput
public java.lang.String getOutput()
getZipUrlInstaller
public ZipUrlInstaller getZipUrlInstaller()
shouldAppend
public boolean shouldAppend()
setLog
public void setLog(java.io.File log)
getLog
public java.io.File getLog()
setLogLevel
public void setLogLevel(java.lang.String levelAsString)
getLogLevel
public LogLevel getLogLevel()
getImplementation
public java.lang.String getImplementation()
setImplementation
public void setImplementation(java.lang.String implementation)
createContainer
public Container createContainer(Configuration configuration,
Logger logger,
CargoProject project)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2004-2011 Codehaus. All Rights Reserved.