|
ShrinkWrap Resolver Maven API 2.0.0-cr-1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParsedPomFile
Representation of a parsed Project Object Model file
| Method Summary | |
|---|---|
String |
getArtifactId()
ArtifactId of the project |
File |
getBaseDirectory()
Returns a base directory of the project. |
File |
getBuildOutputDirectory()
Returns a directory where project build output is stored. |
Set<MavenDependency> |
getDependencies()
Returns |
Set<MavenDependency> |
getDependencyManagement()
Returns dependency management of the Project Object Model |
String |
getFinalName()
Final name of the project packaged as a JAR, WAR or EAR; by default it is artifactId + "." + packagingType |
String |
getGroupId()
GroupId of the project |
String |
getName()
Name of the project |
String |
getOrganizationName()
Returns organization name |
URL |
getOrganizationUrl()
Returns organization url |
PackagingType |
getPackagingType()
Packaging type of the project |
Map<String,Object> |
getPluginConfiguration(String pluginKey)
Returns a plugin configuration in from of a map. |
List<File> |
getProjectResources()
Returns a list of files defined as a resources for current project. |
Properties |
getProperties()
Returns interpolated properties defined in the current project |
File |
getSourceDirectory()
Returns a directory where project sources are stored. |
File |
getTestSourceDirectory()
Returns a directory where project test sources are stored. |
String |
getVersion()
Version of the project |
| Method Detail |
|---|
String getGroupId()
String getArtifactId()
String getVersion()
String getName()
String getOrganizationName()
URL getOrganizationUrl()
throws IllegalStateException
IllegalStateException - if organization URL in PMO file does not represent a valid URLString getFinalName()
artifactId + "." + packagingType
PackagingType getPackagingType()
File getBaseDirectory()
null.
File getSourceDirectory()
null.t
File getBuildOutputDirectory()
null.
File getTestSourceDirectory()
null.
Set<MavenDependency> getDependencies()
Set<MavenDependency> getDependencyManagement()
List<File> getProjectResources()
Properties getProperties()
Map<String,Object> getPluginConfiguration(String pluginKey)
null
pluginKey - a combination of groupId:artifactId
|
ShrinkWrap Resolver Maven API 2.0.0-cr-1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||