public interface ProjectDescription
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Return the name of the application as a standard Java identifier.
|
String |
getArtifactId()
Return the build
artifactId. |
String |
getBaseDirectory()
Return the base directory of the project or
null to use the root directory. |
BuildSystem |
getBuildSystem()
Return the
BuildSystem to use. |
String |
getDescription()
Return a human readable description of the project.
|
String |
getGroupId()
Return the build
groupId. |
Language |
getLanguage()
Return the primary
Language of the project. |
String |
getName()
Return a simple name for the project.
|
String |
getPackageName()
Return the root package name of the project.
|
Packaging |
getPackaging()
Return the build
Packaging to use. |
Version |
getPlatformVersion()
Return the requested platform
Version. |
Map<String,Dependency> |
getRequestedDependencies()
Return a immutable mapping of requested
dependencies. |
String |
getVersion()
Return the version of the project.
|
Map<String,Dependency> getRequestedDependencies()
dependencies.Version getPlatformVersion()
Version.nullBuildSystem getBuildSystem()
BuildSystem to use.nullPackaging getPackaging()
Packaging to use.nullLanguage getLanguage()
Language of the project.nullString getGroupId()
groupId.nullString getArtifactId()
artifactId.nullString getVersion()
nullString getName()
nullString getDescription()
nullString getApplicationName()
nullString getPackageName()
nullString getBaseDirectory()
null to use the root directory.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.