public interface ParsedPomFile
| Modifier and Type | Method and Description |
|---|---|
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
|
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.
|
File |
getSourceDirectory()
Returns a directory where project sources are stored.
|
File |
getTestSourceDirectory()
Returns a directory where project test sources are stored.
|
String getFinalName()
PackagingType getPackagingType()
File getBaseDirectory()
null.File getSourceDirectory()
null.tFile getBuildOutputDirectory()
null.File getTestSourceDirectory()
null.Set<MavenDependency> getDependencies()
Set<MavenDependency> getDependencyManagement()
List<File> getProjectResources()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.