public interface IProject
| Modifier and Type | Method and Description |
|---|---|
Path |
getArtifactFile() |
Path |
getBaseDirectory() |
Path |
getBuildDirectory() |
Path |
getClassesOutputDirectory() |
Collection<Path> |
getProjectDependencies() |
boolean |
isJarProject() |
boolean |
isWarProject() |
Path getBaseDirectory()
Path getArtifactFile()
Path getBuildDirectory()
Path getClassesOutputDirectory()
Collection<Path> getProjectDependencies()
boolean isWarProject()
boolean isJarProject()
Copyright © 2020. All rights reserved.