org.apache.ivy.core.install
Class InstallEngine
java.lang.Object
org.apache.ivy.core.install.InstallEngine
public class InstallEngine
- extends java.lang.Object
Method Summary |
ResolveReport |
install(ModuleRevisionId mrid,
java.lang.String from,
java.lang.String to,
boolean transitive,
boolean validate,
boolean overwrite,
Filter artifactFilter,
java.io.File cache,
java.lang.String matcherName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallEngine
public InstallEngine(IvySettings settings,
SearchEngine searchEngine,
ResolveEngine resolveEngine,
PublishEngine publishEngine)
install
public ResolveReport install(ModuleRevisionId mrid,
java.lang.String from,
java.lang.String to,
boolean transitive,
boolean validate,
boolean overwrite,
Filter artifactFilter,
java.io.File cache,
java.lang.String matcherName)
throws java.io.IOException
- Throws:
java.io.IOException