public abstract class SimpleProvisioner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected File |
localRepository |
protected String |
remoteRepositoryUrl |
protected io.tesla.proviso.archive.UnArchiver |
unarchiver |
| Constructor and Description |
|---|
SimpleProvisioner() |
SimpleProvisioner(File localRepository,
String remoteRepository) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
coordinateToPath(String coords) |
protected String |
get(String value,
String defaultValue) |
protected String |
repositoryPathOf(String groupId,
String artifactId,
String extension,
String classifier,
String version) |
protected File |
resolveFromRepository(String coordinate) |
protected File |
resolveFromRepository(String repositoryUrl,
String coordinate) |
protected File |
resolveFromServer(String archiveUrl,
String coordinate) |
protected final io.tesla.proviso.archive.UnArchiver unarchiver
protected final File localRepository
protected final String remoteRepositoryUrl
protected File resolveFromRepository(String coordinate) throws IOException
IOExceptionprotected File resolveFromRepository(String repositoryUrl, String coordinate) throws IOException
IOExceptionprotected File resolveFromServer(String archiveUrl, String coordinate) throws IOException
IOExceptionCopyright © 2016. All rights reserved.