-
Method Summary
default int
deploy(org.jboss.shrinkwrap.api.Archive<?> archive)
Deploys the specified archive to this container.
Returns the name of this container.
-
Method Details
-
getName
Returns the name of this container.
- Returns:
- the container name
-
deploy
Deployment deploy(org.jboss.shrinkwrap.api.Archive<?> archive)
Deploys the specified archive to this container.
- Parameters:
archive - the archive to deploy
- Returns:
- the deployment of the specified archive.
-