|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.plugin.car.PackageBuilder
public class PackageBuilder
Builds a Geronimo Configuration using the local Maven infrastructure.
Constructor Summary | |
---|---|
PackageBuilder()
|
Method Summary | |
---|---|
void |
execute()
|
String |
getConfigurationStoreClass()
|
String |
getDeployerName()
|
Collection |
getDeploymentConfig()
|
String |
getExplicitResolutionLocation()
|
File |
getModuleFile()
|
File |
getPackageFile()
|
File |
getPlanFile()
|
File |
getRepository()
|
String |
getRepositoryClass()
|
String |
getTargetConfigurationStoreClass()
|
File |
getTargetRepository()
|
String |
getTargetRepositoryClass()
|
void |
setConfigurationStoreClass(String configurationStoreClass)
|
void |
setDeployerName(String deployerName)
Set the name of the GBean that is the Deployer. |
void |
setDeploymentConfig(Collection deploymentConfigString)
Set the id of the Configuration to use to perform the packaging. |
void |
setExplicitResolutionLocation(String explicitResolutionLocation)
|
void |
setModuleFile(File moduleFile)
Set the File that is the module being deployed. |
void |
setPackageFile(File packageFile)
Set the File where the Configuration will be stored; normally the artifact being produced. |
void |
setPlanFile(File planFile)
Set the File that is the deployment plan. |
void |
setRepository(File repository)
|
void |
setRepositoryClass(String repositoryClass)
|
void |
setTargetConfigurationStoreClass(String targetConfigurationStoreClass)
|
void |
setTargetRepository(File targetRepository)
|
void |
setTargetRepositoryClass(String targetRepositoryClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageBuilder()
Method Detail |
---|
public String getRepositoryClass()
public void setRepositoryClass(String repositoryClass)
public String getConfigurationStoreClass()
public void setConfigurationStoreClass(String configurationStoreClass)
public File getRepository()
public void setRepository(File repository)
public String getTargetRepositoryClass()
public void setTargetRepositoryClass(String targetRepositoryClass)
public String getTargetConfigurationStoreClass()
public void setTargetConfigurationStoreClass(String targetConfigurationStoreClass)
public File getTargetRepository()
public void setTargetRepository(File targetRepository)
public Collection getDeploymentConfig()
public void setDeploymentConfig(Collection deploymentConfigString)
deploymentConfigString
- comma-separated list of the ids of the Configurations performing the deploymentpublic String getDeployerName()
public void setDeployerName(String deployerName)
deployerName
- the name of the Deployer GBeanpublic File getPlanFile()
public void setPlanFile(File planFile)
planFile
- the deployment planpublic File getModuleFile()
public void setModuleFile(File moduleFile)
moduleFile
- the module to deploypublic File getPackageFile()
public void setPackageFile(File packageFile)
packageFile
- the package file to producepublic String getExplicitResolutionLocation()
public void setExplicitResolutionLocation(String explicitResolutionLocation)
public void execute() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |