public interface ISpecDocumentation
Modifier and Type | Method and Description |
---|---|
void |
addSpecChange(research.ch.cern.unicos.utilities.ISpecChange change)
Add a new change to the specs.
|
String |
getApplicationName()
Get the application name.
|
String |
getFaqLink()
Get the FAQ URL.
|
String |
getObjectDescriptionsLink()
Get the object descriptions URL.
|
String |
getProjectDescription()
Get the project description.
|
String |
getProjectName()
Get the project name.
|
String |
getProjectOwner()
Get the project owner alias.
|
List<research.ch.cern.unicos.utilities.ISpecChange> |
getSpecChanges()
Get the list of changes in the specs.
|
String |
getSpecsVersion()
Get the specs version.
|
research.ch.cern.unicos.utilities.ISpecChange |
newSpecChange()
Create a new specs change.
|
void |
setApplicationName(String name)
Set the application name.
|
void |
setProjectDescription(String desc)
Set the project description.
|
void |
setProjectName(String name)
Set the project name.
|
void |
setProjectOwner(String owner)
Set the project owner alias.
|
String getProjectName()
void setProjectName(String name)
name
- The project name.String getApplicationName()
void setApplicationName(String name)
name
- The application name.String getProjectDescription()
void setProjectDescription(String desc)
desc
- The project description.String getProjectOwner()
void setProjectOwner(String owner)
owner
- Project owner alias.String getFaqLink()
String getObjectDescriptionsLink()
List<research.ch.cern.unicos.utilities.ISpecChange> getSpecChanges()
research.ch.cern.unicos.utilities.ISpecChange newSpecChange()
void addSpecChange(research.ch.cern.unicos.utilities.ISpecChange change)
change
- String getSpecsVersion()
Copyright © 2010–2015 CERN. All rights reserved.