public class CeaMetadata extends Object
| Constructor and Description | 
|---|
CeaMetadata(String ivorn,
           String shortName,
           String longName,
           String refUrl,
           String description)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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 deploymentpublic static CeaMetadata createTaskMetadata(CeaTask task)
task - single taskCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.