Package com.microsoft.azure.maven
Class JavaProject
- java.lang.Object
-
- com.microsoft.azure.maven.JavaProject
-
- All Implemented Interfaces:
com.microsoft.azure.toolkit.lib.common.IProject
public class JavaProject extends Object implements com.microsoft.azure.toolkit.lib.common.IProject
-
-
Field Summary
Fields Modifier and Type Field Description private PathartifactFileprivate PathbaseDirectoryprivate PathbuildDirectoryprivate PathclassesOutputDirectoryprivate List<Path>dependenciesprivate StringprojectName
-
Constructor Summary
Constructors Constructor Description JavaProject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Path>getProjectDependencies()booleanisJarProject()booleanisWarProject()
-
-
-
Method Detail
-
getProjectDependencies
public Collection<Path> getProjectDependencies()
- Specified by:
getProjectDependenciesin interfacecom.microsoft.azure.toolkit.lib.common.IProject
-
isWarProject
public boolean isWarProject()
- Specified by:
isWarProjectin interfacecom.microsoft.azure.toolkit.lib.common.IProject
-
isJarProject
public boolean isJarProject()
- Specified by:
isJarProjectin interfacecom.microsoft.azure.toolkit.lib.common.IProject
-
-