|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.cea.CeaMetadata
public class CeaMetadata
Encapsulates the metadata required for a CEA application description.
Constructor Summary | |
---|---|
CeaMetadata(String ivorn,
String shortName,
String longName,
String refUrl,
String description)
Constructor. |
Method Summary | |
---|---|
static CeaMetadata |
createStiltsMetadata(CeaTask[] tasks)
Creates a metadata object for the STILTS application with a given list of tasks. |
static CeaMetadata |
createTaskMetadata(CeaTask task)
Creates a metadata object for a CEA application providing only a single STILTS task. |
String |
getDescription()
Returns description text for this application. |
String |
getIvorn()
Returns the application ID. |
String |
getLongName()
Returns the long name of the application. |
String |
getRefUrl()
Returns the URL for reference documentation. |
String |
getShortName()
Returns the short name of the application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CeaMetadata(String ivorn, String shortName, String longName, String refUrl, String description)
ivorn
- application IDshortName
- short namelongName
- long namerefUrl
- URL for reference documentationdescription
- textual descriptionMethod Detail |
---|
public String getIvorn()
public String getShortName()
public String getLongName()
public String getRefUrl()
public String getDescription()
public static CeaMetadata createStiltsMetadata(CeaTask[] tasks)
tasks
- tasks to include in this deployment
public static CeaMetadata createTaskMetadata(CeaTask task)
task
- single task
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |