public class Software extends Package
| Modifier and Type | Class and Description |
|---|---|
static class |
Software.Type |
Package.GHNRequirement, Package.MavenCoordinate, Package.ScopeLevel| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
entrypoints |
protected List<String> |
files |
protected Software.Type |
type |
protected URI |
uri |
coordinates, description| Constructor and Description |
|---|
Software() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getEntrypoints() |
List<String> |
getFiles() |
Software.Type |
getType() |
URI |
getURI() |
void |
setEntrypoints(List<String> entrypoints) |
void |
setFiles(List<String> files) |
void |
setType(Software.Type type) |
void |
setURI(URI uri) |
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 Software.Type type
protected URI uri
public Software.Type getType()
public void setType(Software.Type type)
public URI getURI()
public void setURI(URI uri)
public void setEntrypoints(List<String> entrypoints)
endpoints - the entrypoints to setCopyright © 2015. All Rights Reserved.