Package aQute.bnd.maven.support
Class CachedPom
java.lang.Object
aQute.bnd.maven.support.Pom
aQute.bnd.maven.support.CachedPom
-
Nested Class Summary
Nested classes/interfaces inherited from class aQute.bnd.maven.support.Pom
Pom.Dependency, Pom.Rover, Pom.Scope
-
Field Summary
FieldsFields inherited from class aQute.bnd.maven.support.Pom
artifactId, dbf, dependencies, description, groupId, home, name, pomFile, reporter, version, xpf
-
Constructor Summary
ConstructorsConstructorDescriptionCachedPom
(MavenEntry mavenEntry, URI repo) CachedPom
(MavenEntry mavenEntry, URI repo, Reporter reporter) -
Method Summary
Methods inherited from class aQute.bnd.maven.support.Pom
getArtifactId, getDependencies, getDependencies, getDescription, getGroupId, getLibrary, getName, getPomFile, getVersion, parse, parse, replace, toString
-
Field Details
-
maven
-
-
Constructor Details
-
CachedPom
CachedPom(MavenEntry mavenEntry, URI repo) throws Exception - Throws:
Exception
-
CachedPom
CachedPom(MavenEntry mavenEntry, URI repo, Reporter reporter) throws Exception - Throws:
Exception
-
-
Method Details
-
getArtifact
- Specified by:
getArtifact
in classPom
- Throws:
Exception
-
getMavenEntry
-