public class MirrorOptions extends Object
Constructor and Description |
---|
MirrorOptions()
Creates mirror options with default values.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getFilter()
Filter properties
|
boolean |
isFollowOnlyFilteredRequirements() |
boolean |
isFollowStrictOnly() |
boolean |
isIgnoreErrors() |
boolean |
isIncludeFeatures() |
boolean |
isIncludeNonGreedy() |
boolean |
isIncludeOptional() |
boolean |
isIncludePacked() |
boolean |
isLatestVersionOnly() |
void |
setFollowOnlyFilteredRequirements(boolean followOnlyFilteredRequirements)
Whether to follow only requirements which match the given filter.
|
void |
setFollowStrictOnly(boolean followStrictOnly)
Set to true if only strict dependencies should be followed.
|
void |
setIgnoreErrors(boolean ignoreErrors)
When set to true,the mirroring application continues to run in the event of an error during the
mirroring process.
|
void |
setIncludeFeatures(boolean includeFeatures) |
void |
setIncludeNonGreedy(boolean includeNonGreedy)
Whether or not to follow non-greedy requirements.
|
void |
setIncludeOptional(boolean includeOptional)
Whether or not to follow optional requirements.
|
void |
setIncludePacked(boolean includePacked) |
void |
setLatestVersionOnly(boolean latestVersionOnly)
Set to "true" to filter the resulting set of IUs to only included the latest version of each
Installable Unit.
|
void |
setPlatformFilter(String os,
String ws,
String arch) |
public boolean isFollowStrictOnly()
public void setFollowStrictOnly(boolean followStrictOnly)
public boolean isIncludeOptional()
public void setIncludeOptional(boolean includeOptional)
public boolean isIncludeNonGreedy()
public boolean isIncludePacked()
public void setIncludeNonGreedy(boolean includeNonGreedy)
public boolean isIncludeFeatures()
public void setIncludeFeatures(boolean includeFeatures)
public boolean isFollowOnlyFilteredRequirements()
public void setFollowOnlyFilteredRequirements(boolean followOnlyFilteredRequirements)
public boolean isLatestVersionOnly()
public void setLatestVersionOnly(boolean latestVersionOnly)
public void setIncludePacked(boolean includePacked)
public void setIgnoreErrors(boolean ignoreErrors)
public boolean isIgnoreErrors()
Copyright © 2008–2018 Eclipse Foundation. All rights reserved.