public class MainPackage extends Package
Package.GHNRequirement, Package.MavenCoordinate, Package.ScopeLevel| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deployable |
protected String |
garArchive |
protected List<PortType> |
porttypes |
protected List<PortType.Function> |
serviceEquivalenceFunctions |
coordinates, description| Constructor and Description |
|---|
MainPackage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGarArchive() |
List<PortType> |
getPorttypes() |
List<PortType.Function> |
getServiceEquivalenceFunctions() |
boolean |
isDeployable() |
void |
setDeployable(boolean deployable) |
void |
setGarArchive(String garArchive) |
void |
setServiceEquivalenceFunctions(List<PortType.Function> serviceEquivalenceFunctions) |
getDependencies, getDescription, getGHNRequirements, getInstallScripts, getMandatoryLevel, getMavenCoordinate, getMultiVersion, getName, getRebootScripts, getSharingLevel, getSpecificData, getTargetPlatform, getUninstallScripts, getVersion, setDescription, setGHNRequirements, setInstallScripts, setMandatoryLevel, setMavenCoordinates, setMultiVersion, setName, setRebootScripts, setSharingLevel, setSpecificData, setTargetPlatform, setUninstallScripts, setVersionprotected boolean deployable
protected String garArchive
protected List<PortType.Function> serviceEquivalenceFunctions
public boolean isDeployable()
public void setDeployable(boolean deployable)
public String getGarArchive()
public void setGarArchive(String garArchive)
public List<PortType.Function> getServiceEquivalenceFunctions()
public void setServiceEquivalenceFunctions(List<PortType.Function> serviceEquivalenceFunctions)
Copyright © 2015. All Rights Reserved.