Interface IProject
-
public interface IProject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetArtifactFile()PathgetBaseDirectory()PathgetBuildDirectory()PathgetClassesOutputDirectory()Collection<Path>getProjectDependencies()booleanisJarProject()booleanisWarProject()
-
-
-
Method Detail
-
getBaseDirectory
Path getBaseDirectory()
-
getArtifactFile
Path getArtifactFile()
-
getBuildDirectory
Path getBuildDirectory()
-
getClassesOutputDirectory
Path getClassesOutputDirectory()
-
getProjectDependencies
Collection<Path> getProjectDependencies()
-
isWarProject
boolean isWarProject()
-
isJarProject
boolean isJarProject()
-
-