|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.pear.tools.PackageCreator
public class PackageCreator
Utility class to generate a pear package.
| Constructor Summary | |
|---|---|
PackageCreator()
|
|
| Method Summary | |
|---|---|
static String |
createInstallDescriptor(String componentID,
String mainComponentDesc,
String classpath,
String datapath,
String mainComponentDir,
Properties envVars)
Creates the installation descriptor with the given information and save it in the metadata folder of the mainComponentDir. |
static String |
createPearPackage(String componentID,
String mainComponentDir,
String targetDir)
create pear package based on the given information. |
static void |
generatePearPackage(String componentID,
String mainComponentDesc,
String classpath,
String datapath,
String mainComponentDir,
String targetDir,
Properties envVars)
Default method to generate a pear package. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackageCreator()
| Method Detail |
|---|
public static void generatePearPackage(String componentID,
String mainComponentDesc,
String classpath,
String datapath,
String mainComponentDir,
String targetDir,
Properties envVars)
throws PackageCreatorException
componentID - Specify a componentID for this componentmainComponentDesc - Specify the main component descriptor path that is used to start the component. The
path must be specified relative to the mainComponentDir parameter.classpath - Specify the classpath for this component. Use macros like $main_root to
specify the classpath entries.datapath - Specify the datapath for this component. Use macros like $main_root to
specify the datapath entiies.mainComponentDir - Specify the main component root directory that contains all the resources for the
component. The mainComponentDir is packaged to the pear file.targetDir - Specify the target directory where the generated pear file is written to.envVars - Specify additional environment variables for the pear component. May also use macros
like $main_root to specify the key values if necessary.
PackageCreatorException - if an error occurs while create the pear package
public static String createInstallDescriptor(String componentID,
String mainComponentDesc,
String classpath,
String datapath,
String mainComponentDir,
Properties envVars)
throws PackageCreatorException
mainComponentDir.
componentID - Specify a componentID for this componentmainComponentDesc - Specify the main component descriptor path that is used to start the component. The
path must be specified relative to the mainComponentDir parameter.classpath - Specify the classpath for this component. Use macros like $main_root to
specify the classpath entries.datapath - Specify the datapath for this component. Use macros like $main_root to
specify the datapath entiies.mainComponentDir - Specify the main component root directory that contains all the resources for the
component. The mainComponentDir is packaged to the pear file.envVars - Specify additional environment variables for the pear component. May also use macros
like $main_root to specify the key values if necessary.
PackageCreatorException - if an error occurs while creating the installation descriptor
public static String createPearPackage(String componentID,
String mainComponentDir,
String targetDir)
throws PackageCreatorException
componentID - Specify a componentID for this componentmainComponentDir - Specify the main component root directory that contains all the resources for the
component. The mainComponentDir is packaged to the pear file.targetDir - Specify the target directory where the generated pear file is written to.
PackageCreatorException - if the pear package can not be created successfully.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||