public class MavenEntry extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
File |
getArtifact() |
File |
getArtifactFile() |
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() |
public File getArtifactFile()
public CachedPom getPom(URI[] urls) throws Exception
urls - The allowed URLsException - If something goes haywireprotected Properties getProperties()
public File getPomFile()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void remove()
Copyright © 2019 aQute SARL. All rights reserved.