| Modifier and Type | Field and Description |
|---|---|
private Path |
artifactFile |
private Path |
baseDirectory |
private Path |
buildDirectory |
private Path |
classesOutputDirectory |
private List<Path> |
dependencies |
private String |
projectName |
| Constructor and Description |
|---|
JavaProject() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getArtifactFile() |
Path |
getBaseDirectory() |
Path |
getBuildDirectory() |
Path |
getClassesOutputDirectory() |
List<Path> |
getDependencies() |
Collection<Path> |
getProjectDependencies() |
String |
getProjectName() |
boolean |
isJarProject() |
boolean |
isWarProject() |
void |
setArtifactFile(Path artifactFile) |
void |
setBaseDirectory(Path baseDirectory) |
void |
setBuildDirectory(Path buildDirectory) |
void |
setClassesOutputDirectory(Path classesOutputDirectory) |
void |
setDependencies(List<Path> dependencies) |
void |
setProjectName(String projectName) |
private String projectName
private Path baseDirectory
private Path classesOutputDirectory
private Path buildDirectory
private Path artifactFile
public String getProjectName()
public void setProjectName(String projectName)
public Path getBaseDirectory()
getBaseDirectory in interface IProjectpublic void setBaseDirectory(Path baseDirectory)
public Path getClassesOutputDirectory()
getClassesOutputDirectory in interface IProjectpublic void setClassesOutputDirectory(Path classesOutputDirectory)
public Path getBuildDirectory()
getBuildDirectory in interface IProjectpublic void setBuildDirectory(Path buildDirectory)
public Path getArtifactFile()
getArtifactFile in interface IProjectpublic void setArtifactFile(Path artifactFile)
public Collection<Path> getProjectDependencies()
getProjectDependencies in interface IProjectpublic boolean isWarProject()
isWarProject in interface IProjectpublic boolean isJarProject()
isJarProject in interface IProjectCopyright © 2020. All rights reserved.