|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectaQute.bnd.maven.support.MavenEntry
public class MavenEntry
An entry (a group/artifact) in the maven cache in the .m2/repository directory. It provides methods to get the pom and the artifact.
| Method Summary | |
|---|---|
void |
close()
|
File |
getArtifact()
|
CachedPom |
getPom(URI[] urls)
This is the method to get the POM for a cached entry. |
File |
getPomFile()
|
protected Properties |
getProperties()
Answer the properties, loading if needed. |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CachedPom getPom(URI[] urls)
throws Exception
urls - The allowed URLs
Exception - If something goes haywireprotected Properties getProperties()
public File getArtifact()
throws Exception
Exceptionpublic File getPomFile()
public void close()
throws IOException
close in interface CloseableIOExceptionpublic void remove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||