Package ws.osiris.maven
Class MavenDeployableProject
-
- All Implemented Interfaces:
-
ws.osiris.awsdeploy.DeployableProject
public final class MavenDeployableProject implements DeployableProject
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringversionprivate final PathbuildDirprivate final PathzipBuildDirprivate final PathsourceDirprivate final List<Path>runtimeClasspathprivate final PathprojectJarprivate final StringrootPackageprivate final StringenvironmentNameprivate final StringstaticFilesDirectoryprivate final StringawsProfileprivate final StringstackName
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetVersion()PathgetBuildDir()PathgetZipBuildDir()PathgetSourceDir()List<Path>getRuntimeClasspath()PathgetProjectJar()StringgetRootPackage()StringgetEnvironmentName()StringgetStaticFilesDirectory()StringgetAwsProfile()StringgetStackName()-
-
Method Detail
-
getVersion
String getVersion()
-
getBuildDir
Path getBuildDir()
-
getZipBuildDir
Path getZipBuildDir()
-
getSourceDir
Path getSourceDir()
-
getRuntimeClasspath
List<Path> getRuntimeClasspath()
-
getProjectJar
Path getProjectJar()
-
getRootPackage
String getRootPackage()
-
getEnvironmentName
String getEnvironmentName()
-
getStaticFilesDirectory
String getStaticFilesDirectory()
-
getAwsProfile
String getAwsProfile()
-
getStackName
String getStackName()
-
-
-
-