Package uk.ac.starlink.ttools.cea
Class CeaMetadata
java.lang.Object
uk.ac.starlink.ttools.cea.CeaMetadata
Encapsulates the metadata required for a CEA application description.
- Since:
- 20-MAR-2008
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.Returns description text for this application.getIvorn()
Returns the application ID.Returns the long name of the application.Returns the URL for reference documentation.Returns the short name of the application.
-
Constructor Details
-
Method Details
-
getIvorn
Returns the application ID.- Returns:
- ivorn
-
getShortName
Returns the short name of the application.- Returns:
- short name
-
getLongName
Returns the long name of the application.- Returns:
- long name
-
getRefUrl
Returns the URL for reference documentation.- Returns:
- reference URL
-
getDescription
Returns description text for this application.- Returns:
- description
-
createStiltsMetadata
Creates a metadata object for the STILTS application with a given list of tasks.- Parameters:
tasks
- tasks to include in this deployment- Returns:
- new metadata object
-
createTaskMetadata
Creates a metadata object for a CEA application providing only a single STILTS task.- Parameters:
task
- single task- Returns:
- new metadata object
-