Package org.apache.ivy.core.retrieve
Class RetrieveOptions
java.lang.Object
org.apache.ivy.core.LogOptions
org.apache.ivy.core.retrieve.RetrieveOptions
A set of options used during retrieve related tasks
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class org.apache.ivy.core.LogOptions
LOG_DEFAULT, LOG_DOWNLOAD_ONLY, LOG_QUIET
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
getConfs()
boolean
boolean
Deprecated.Starting 2.5, creating symlinks in mass is no longer supported and this method will always return falseboolean
isSync()
boolean
setArtifactFilter
(Filter<Artifact> artifactFilter) setDestArtifactPattern
(String destArtifactPattern) setDestIvyPattern
(String destIvyPattern) setMakeSymlinks
(boolean makeSymlinks) setMakeSymlinksInMass
(boolean makeSymlinksInMass) Deprecated.Starting 2.5, creating symlinks in mass is no longer supported and this method plays no role in creation of symlinks.setMapper
(FileNameMapper mapper) setOverwriteMode
(String overwriteMode) setResolveId
(String resolveId) setSync
(boolean sync) setUseOrigin
(boolean useOrigin) Methods inherited from class org.apache.ivy.core.LogOptions
getLog, setLog
-
Field Details
-
OVERWRITEMODE_NEVER
- See Also:
-
OVERWRITEMODE_ALWAYS
- See Also:
-
OVERWRITEMODE_NEWER
- See Also:
-
OVERWRITEMODE_DIFFERENT
- See Also:
-
-
Constructor Details
-
RetrieveOptions
public RetrieveOptions() -
RetrieveOptions
-
-
Method Details
-
getDestArtifactPattern
-
setDestArtifactPattern
-
getArtifactFilter
-
setArtifactFilter
-
getConfs
-
setConfs
-
getOverwriteMode
-
setOverwriteMode
-
getDestIvyPattern
-
setDestIvyPattern
-
isMakeSymlinks
public boolean isMakeSymlinks() -
isMakeSymlinksInMass
Deprecated.Starting 2.5, creating symlinks in mass is no longer supported and this method will always return false- Returns:
- false
-
setMakeSymlinks
-
setMakeSymlinksInMass
Deprecated.Starting 2.5, creating symlinks in mass is no longer supported and this method plays no role in creation of symlinks. UsesetMakeSymlinks(boolean)
instead- Parameters:
makeSymlinksInMass
- ditto- Returns:
- RetrieveOptions
-
isSync
public boolean isSync() -
setSync
-
isUseOrigin
public boolean isUseOrigin() -
setUseOrigin
-
getResolveId
-
setResolveId
-
getMapper
-
setMapper
-