Uses of Class
org.apache.ivy.core.install.InstallOptions
Packages that use InstallOptions
-
Uses of InstallOptions in org.apache.ivy
Methods in org.apache.ivy with parameters of type InstallOptionsModifier and TypeMethodDescriptionIvy.install
(ModuleRevisionId mrid, String from, String to, InstallOptions options) -
Uses of InstallOptions in org.apache.ivy.core.install
Methods in org.apache.ivy.core.install that return InstallOptionsModifier and TypeMethodDescriptionInstallOptions.setArtifactFilter
(Filter<Artifact> artifactFilter) InstallOptions.setInstallOriginalMetadata
(boolean installOriginalMetadata) InstallOptions.setMatcherName
(String matcherName) InstallOptions.setOverwrite
(boolean overwrite) InstallOptions.setTransitive
(boolean transitive) InstallOptions.setValidate
(boolean validate) Methods in org.apache.ivy.core.install with parameters of type InstallOptionsModifier and TypeMethodDescriptionInstallEngine.install
(ModuleRevisionId mrid, String from, String to, InstallOptions options)