com.sun.enterprise.v3.server
Class ApplicationLifecycle.DeploymentContextBuidlerImpl

java.lang.Object
  extended by com.sun.enterprise.v3.server.ApplicationLifecycle.DeploymentContextBuidlerImpl
All Implemented Interfaces:
Deployment.DeploymentContextBuilder
Enclosing class:
ApplicationLifecycle

public class ApplicationLifecycle.DeploymentContextBuidlerImpl
extends Object
implements Deployment.DeploymentContextBuilder


Constructor Summary
ApplicationLifecycle.DeploymentContextBuidlerImpl(Deployment.DeploymentContextBuilder b)
           
ApplicationLifecycle.DeploymentContextBuidlerImpl(Logger logger, OpsParams params, ActionReport report)
           
 
Method Summary
 ArchiveHandler archiveHandler()
           
 Deployment.DeploymentContextBuilder archiveHandler(ArchiveHandler handler)
           
 ExtendedDeploymentContext build()
           
 ExtendedDeploymentContext build(ExtendedDeploymentContext initialContext)
           
 Logger logger()
           
 OpsParams params()
           
 ActionReport report()
           
 Deployment.DeploymentContextBuilder source(File source)
           
 Deployment.DeploymentContextBuilder source(ReadableArchive archive)
           
 ReadableArchive sourceAsArchive()
           
 File sourceAsFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLifecycle.DeploymentContextBuidlerImpl

public ApplicationLifecycle.DeploymentContextBuidlerImpl(Logger logger,
                                                         OpsParams params,
                                                         ActionReport report)

ApplicationLifecycle.DeploymentContextBuidlerImpl

public ApplicationLifecycle.DeploymentContextBuidlerImpl(Deployment.DeploymentContextBuilder b)
                                                  throws IOException
Throws:
IOException
Method Detail

source

public Deployment.DeploymentContextBuilder source(File source)
Specified by:
source in interface Deployment.DeploymentContextBuilder

sourceAsFile

public File sourceAsFile()
Specified by:
sourceAsFile in interface Deployment.DeploymentContextBuilder

sourceAsArchive

public ReadableArchive sourceAsArchive()
Specified by:
sourceAsArchive in interface Deployment.DeploymentContextBuilder

archiveHandler

public ArchiveHandler archiveHandler()
Specified by:
archiveHandler in interface Deployment.DeploymentContextBuilder

source

public Deployment.DeploymentContextBuilder source(ReadableArchive archive)
Specified by:
source in interface Deployment.DeploymentContextBuilder

archiveHandler

public Deployment.DeploymentContextBuilder archiveHandler(ArchiveHandler handler)
Specified by:
archiveHandler in interface Deployment.DeploymentContextBuilder

build

public ExtendedDeploymentContext build()
                                throws IOException
Specified by:
build in interface Deployment.DeploymentContextBuilder
Throws:
IOException

logger

public Logger logger()
Specified by:
logger in interface Deployment.DeploymentContextBuilder

report

public ActionReport report()
Specified by:
report in interface Deployment.DeploymentContextBuilder

params

public OpsParams params()
Specified by:
params in interface Deployment.DeploymentContextBuilder

build

public ExtendedDeploymentContext build(ExtendedDeploymentContext initialContext)
                                throws IOException
Specified by:
build in interface Deployment.DeploymentContextBuilder
Throws:
IOException


Copyright © 2012. All Rights Reserved.