public interface Deliverable extends Entity, Comparable<Deliverable>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Deliverable.Type |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Path installDir) |
File |
download() |
Path |
getBasePath() |
String |
getDescription() |
URL |
getHomepage() |
String |
getName() |
Deliverable.Type |
getType() |
URL |
getUrl() |
String |
getVersion() |
void |
install(File deliverable,
Path targetDir) |
void |
install(Path targetDir) |
compareToURL getUrl()
URL getHomepage()
Path getBasePath()
String getName()
String getDescription()
String getVersion()
Deliverable.Type getType()
File download() throws IOException
IOExceptionvoid install(File deliverable, Path targetDir) throws IOException
IOExceptionvoid install(Path targetDir) throws IOException
IOExceptionvoid delete(Path installDir) throws IOException
IOExceptionCopyright © 2020–2022 ICIJ. All rights reserved.