public class BaseTypedPackage extends BasePackage
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseTypedPackage.TYPE |
dependencies, installScripts, key, logger, packageFiles, properties, rebootScripts, targetsToAdd, uninstallScripts| Constructor and Description |
|---|
BaseTypedPackage(String serviceClass,
String serviceName,
String serviceVersion,
String packageName,
String packageVersion)
Builds a new typed package
|
| Modifier and Type | Method and Description |
|---|---|
BaseTypedPackage.TYPE |
getType() |
void |
setType(BaseTypedPackage.TYPE type) |
addDependencies, addFile2Package, addInstallScript, addRebootScript, addScope, addUninstallScript, getDependencies, getInstallScripts, getKey, getPackageFileList, getProperty, getRebootScripts, getScopes, getScopesToAdd, getSerializationFile, getTargetPlatform, getTargetsToAdd, getUninstallScripts, notifiyTargetsAdded, printFiles, removeFileFromPackage, removeScope, removeScopes, setProperty, setScopes, setScopesToAdd, setTargetPlatform, setTargetsToAdd, toStringpublic BaseTypedPackage(String serviceClass, String serviceName, String serviceVersion, String packageName, String packageVersion)
serviceClass - the service classserviceName - the service nameserviceVersion - the service versionpackageName - the package namepackageVersion - the package versionpublic void setType(BaseTypedPackage.TYPE type)
type - the type to setpublic BaseTypedPackage.TYPE getType()
Copyright © 2015. All Rights Reserved.