public interface DependencyInstaller
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CURRENT_VERSION_INDICATOR_FILE |
| Modifier and Type | Method and Description |
|---|---|
void |
install(ResolvedDependency dependency,
java.io.File targetDirectory)
Copy all necessary files of this
dependency to the targetDirectory. |
static final java.lang.String CURRENT_VERSION_INDICATOR_FILE
void install(ResolvedDependency dependency, java.io.File targetDirectory)
dependency to the targetDirectory.dependency - the dependencytargetDirectory - the target directory