Package aQute.bnd.maven.support
Class CachedPom
- java.lang.Object
-
- aQute.bnd.maven.support.Pom
-
- aQute.bnd.maven.support.CachedPom
-
public class CachedPom extends Pom
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class aQute.bnd.maven.support.Pom
Pom.Dependency, Pom.Scope
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getArtifact()
MavenEntry
getMavenEntry()
-
Methods inherited from class aQute.bnd.maven.support.Pom
getArtifactId, getDependencies, getDependencies, getDescription, getGroupId, getLibrary, getName, getPomFile, getVersion, parse, replace, toString
-
-
-
-
Method Detail
-
getArtifact
public java.io.File getArtifact() throws java.lang.Exception
- Specified by:
getArtifact
in classPom
- Throws:
java.lang.Exception
-
getMavenEntry
public MavenEntry getMavenEntry()
-
-