Interface Project


  • public interface Project
    • 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.