org.glassfish.internal.deployment
Interface Deployment.DeploymentContextBuilder
- Enclosing interface:
- Deployment
public static interface Deployment.DeploymentContextBuilder
source
Deployment.DeploymentContextBuilder source(File source)
source
Deployment.DeploymentContextBuilder source(ReadableArchive archive)
sourceAsFile
File sourceAsFile()
sourceAsArchive
ReadableArchive sourceAsArchive()
archiveHandler
ArchiveHandler archiveHandler()
archiveHandler
Deployment.DeploymentContextBuilder archiveHandler(ArchiveHandler handler)
logger
Logger logger()
report
ActionReport report()
params
OpsParams params()
build
ExtendedDeploymentContext build()
throws IOException
- Throws:
IOException
build
ExtendedDeploymentContext build(ExtendedDeploymentContext initialContext)
throws IOException
- Throws:
IOException
Copyright © 2012 GlassFish Community. All Rights Reserved.