|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utk.cs.icl.rest.util.PackageInfo
The java definition of restpackage.xsd
| Field Summary | |
static int |
ACTIONS
Static integer representing package actions. |
static String[] |
CMD_SECTION_NAMES
Static representation of the command keys as strings |
protected PackageCommand[] |
compilation
Compilation commands |
static int |
COMPILATION
Static integer representing compilation step. |
protected PackageCommand[] |
completion
Completion commands, the only place that required=false commands is by default supported. |
static int |
COMPLETION
Static integer representing completion step. |
protected PackageCommand[] |
configuration
Any configuration commands necessary |
static int |
CONFIGURATION
Static integer representing congifuration step. |
protected PackageHeader |
header
The package header information as defined in the restpackage.xsd |
protected PackageCommand[] |
installation
Installation commands |
static int |
INSTALLATION
Static integer representing installation step. |
protected PackageCommand[] |
preparation
A list of preparatory commands for the package |
static int |
PREPARATION
Static integer representing preparation step. |
protected PackageCommand[] |
uninstallation
Optional information about how to uninstall the package later |
static int |
UNINSTALLATION
Static integer representing uninstallation step. |
protected String |
version
The GSAP package version. |
| Constructor Summary | |
PackageInfo()
Creates a new instance of PackageInfo |
|
| Method Summary | |
PackageCommand[] |
getCompilation()
Getter for property compilation. |
PackageCommand[] |
getCompletion()
Getter for property completion. |
PackageCommand[] |
getConfiguration()
Getter for property configuration. |
PackageHeader |
getHeader()
Getter for property header. |
PackageCommand[] |
getInstallation()
Getter for property installation. |
PackageCommand[] |
getPreparation()
Getter for property preparation. |
PackageCommand[] |
getUninstallation()
Getter for property uninstallation. |
String |
getVersion()
Getter for property version. |
void |
setCompilation(PackageCommand[] compilation)
Setter for property compilation. |
void |
setCompletion(PackageCommand[] completion)
Setter for property completion. |
void |
setConfiguration(PackageCommand[] configuration)
Setter for property configuration. |
void |
setHeader(PackageHeader header)
Setter for property header. |
void |
setInstallation(PackageCommand[] installation)
Setter for property installation. |
void |
setPreparation(PackageCommand[] preparation)
Setter for property preparation. |
void |
setUninstallation(PackageCommand[] uninstallation)
Setter for property uninstallation. |
void |
setVersion(String version)
Setter for property version. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int PREPARATION
public static final int CONFIGURATION
public static final int COMPILATION
public static final int INSTALLATION
public static final int COMPLETION
public static final int ACTIONS
public static final int UNINSTALLATION
public static final String[] CMD_SECTION_NAMES
protected PackageHeader header
PackageHeaderprotected String version
protected PackageCommand[] compilation
PackageCommandprotected PackageCommand[] completion
PackageCommandprotected PackageCommand[] configuration
PackageCommandprotected PackageCommand[] installation
PackageCommandprotected PackageCommand[] preparation
PackageCommandprotected PackageCommand[] uninstallation
PackageCommand| Constructor Detail |
public PackageInfo()
| Method Detail |
public void setCompilation(PackageCommand[] compilation)
compilation - New value of property compilation.public PackageCommand[] getCompilation()
public void setCompletion(PackageCommand[] completion)
completion - New value of property completion.public PackageCommand[] getCompletion()
public void setConfiguration(PackageCommand[] configuration)
configuration - New value of property configuration.public PackageCommand[] getConfiguration()
public void setHeader(PackageHeader header)
header - New value of property header.public PackageHeader getHeader()
public void setInstallation(PackageCommand[] installation)
installation - New value of property installation.public PackageCommand[] getInstallation()
public void setPreparation(PackageCommand[] preparation)
preparation - New value of property preparation.public PackageCommand[] getPreparation()
public void setUninstallation(PackageCommand[] uninstallation)
uninstallation - New value of property uninstallation.public PackageCommand[] getUninstallation()
public void setVersion(String version)
version - New value of property version.public String getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||