Package cdc.issues.rules
Interface Project
-
public interface Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<DataSource<?>>getDataSources()StringgetName()ProfilegetProfile()
-
-
-
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.
-
-