|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
DeploymentContext |
buildConfiguration(boolean inPlaceDeployment,
org.apache.geronimo.kernel.repository.Artifact configId,
Object plan,
JarFile module,
Collection configurationStores,
org.apache.geronimo.kernel.repository.ArtifactResolver artifactResolver,
org.apache.geronimo.kernel.config.ConfigurationStore targetConfigurationStore)
Build a configuration from a local file |
org.apache.geronimo.kernel.repository.Artifact |
getConfigurationID(Object plan,
JarFile module,
ModuleIDBuilder idBuilder)
Checks what configuration URL will be used for the provided module. |
Object |
getDeploymentPlan(File planFile,
JarFile module,
ModuleIDBuilder idBuilder)
Builds a deployment plan specific to this builder from a planFile and/or module if this builder can process it. |
Method Detail |
public Object getDeploymentPlan(File planFile, JarFile module, ModuleIDBuilder idBuilder) throws org.apache.geronimo.common.DeploymentException
planFile
- the deployment plan to examine; can be nullmodule
- the URL of the module to examine; can be null
org.apache.geronimo.common.DeploymentException
- if there was a problem with the configurationpublic org.apache.geronimo.kernel.repository.Artifact getConfigurationID(Object plan, JarFile module, ModuleIDBuilder idBuilder) throws IOException, org.apache.geronimo.common.DeploymentException
plan
- the deployment planmodule
- the module to build
IOException
- if there was a problem reading or writing the files
org.apache.geronimo.common.DeploymentException
- if there was a problem with the configurationpublic DeploymentContext buildConfiguration(boolean inPlaceDeployment, org.apache.geronimo.kernel.repository.Artifact configId, Object plan, JarFile module, Collection configurationStores, org.apache.geronimo.kernel.repository.ArtifactResolver artifactResolver, org.apache.geronimo.kernel.config.ConfigurationStore targetConfigurationStore) throws IOException, org.apache.geronimo.common.DeploymentException
inPlaceDeployment
- true if the deployment is in-place.plan
- the deployment planmodule
- the module to buildconfigurationStores
- artifactResolver
- targetConfigurationStore
-
IOException
- if there was a problem reading or writing the files
org.apache.geronimo.common.DeploymentException
- if there was a problem with the configuration
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |