Swarm instead.@Deprecated @Vetoed public class Container extends Swarm
ARTIFACT_MANAGER, VERSION| Constructor and Description |
|---|
Container()
Deprecated.
|
Container(boolean debugBootstrap)
Deprecated.
|
Container(boolean debugBootstrap,
String... args)
Deprecated.
|
Container(String... args)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.api.Archive<?> |
createDefaultDeployment()
Deprecated.
Provides access to the default ShrinkWrap deployment.
|
Container |
deploy()
Deprecated.
|
Container |
deploy(org.jboss.shrinkwrap.api.Archive<?> deployment)
Deprecated.
|
Container |
fraction(Fraction fraction)
Deprecated.
|
Container |
start()
Deprecated.
|
Container |
start(org.jboss.shrinkwrap.api.Archive<?> deployment)
Deprecated.
|
Container |
start(boolean eagerlyOpen)
Deprecated.
|
Container |
stop()
Deprecated.
|
Container |
withStageConfig(URL url)
Deprecated.
|
Container |
withXmlConfig(URL url)
Deprecated.
|
allArtifacts, artifact, artifact, artifactManager, component, getCommandLine, hasStageConfig, main, outboundSocketBinding, setArgs, socketBinding, stageConfig@Deprecated public Container withStageConfig(URL url)
withStageConfig in class Swarm@Deprecated public Container withXmlConfig(URL url)
withXmlConfig in class Swarm@Deprecated public Container fraction(Fraction fraction)
Swarm@Deprecated public Container start(boolean eagerlyOpen) throws Exception
@Deprecated public Container stop() throws Exception
Swarm@Deprecated public Container start() throws Exception
Swarm@Deprecated public Container start(org.jboss.shrinkwrap.api.Archive<?> deployment) throws Exception
SwarmEffectively calls start().deploy(deployment)
start in class Swarmdeployment - The deployment to deploy.Exception - if an error occurs.Swarm.start(),
Swarm.deploy(Archive)@Deprecated public Container deploy() throws Exception
SwarmFor WAR-based applications, the primary WAR artifact will be deployed.
deploy in class SwarmDeploymentException - if an error occurs.Exception@Deprecated public Container deploy(org.jboss.shrinkwrap.api.Archive<?> deployment) throws Exception
Swarmdeploy in class Swarmdeployment - The ShrinkWrap archive to deploy.DeploymentException - if an error occurs.Exceptionpublic org.jboss.shrinkwrap.api.Archive<?> createDefaultDeployment()
throws Exception
SwarmcreateDefaultDeployment in class SwarmExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.