Interface Project

All Known Implementing Classes:
ProjectImpl

public interface Project
user: Ildar date: 10.02.15
  • Method Details

    • getName

      String getName()
    • getBaseDir

      Path getBaseDir()
    • save

      void save()
    • getStructure

      ProjectStructure getStructure()
    • getArtifactId

      String getArtifactId()
    • getGroupId

      String getGroupId()
    • getPomXmlPath

      Path getPomXmlPath()
    • getPathsToIndex

      List<Path> getPathsToIndex()