Package cdc.issues
Interface Project
-
public interface Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<? extends IssueAnswer>getAnswers()Iterable<DataSource<?>>getDataSources()StringgetName()ProfilegetProfile()List<? extends Snapshot>getSnapshots()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- The name of this project.
-
getProfile
Profile getProfile()
- Returns:
- The profile of this project.
-
getDataSources
Iterable<DataSource<?>> getDataSources()
- Returns:
- The data sources contained in this project.
-
getAnswers
Set<? extends IssueAnswer> getAnswers()
- Returns:
- The associated answers.
-
-