Uses of Interface
org.apache.ivy.util.filter.Filter
Packages that use Filter
Package
Description
This packages gathers classes used to represent identifiers of objects involved in dependency management.
-
Uses of Filter in org.apache.ivy
Methods in org.apache.ivy with parameters of type FilterModifier and TypeMethodDescriptionIvy14.determineArtifactsToCopy
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern, Filter<Artifact> artifactFilter) Ivy14.install
(ModuleRevisionId mrid, String from, String to, boolean transitive, boolean validate, boolean overwrite, Filter<Artifact> artifactFilter, File cache, String matcherName) private ResolveOptions
Ivy14.newResolveOptions
(String[] confs, String revision, File cache, Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, boolean download, boolean outputReport, Filter<Artifact> artifactFilter) Ivy14.resolve
(URL ivySource, String revision, String[] confs, File cache, Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, Filter<Artifact> artifactFilter) Ivy14.resolve
(URL ivySource, String revision, String[] confs, File cache, Date date, boolean validate, boolean useCacheOnly, boolean transitive, Filter<Artifact> artifactFilter) Ivy14.resolve
(URL ivySource, String revision, String[] confs, File cache, Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter) Ivy14.resolve
(ModuleDescriptor md, String[] confs, File cache, Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, boolean download, boolean outputReport, Filter<Artifact> artifactFilter) Ivy14.resolve
(ModuleDescriptor md, String[] confs, File cache, Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean download, boolean outputReport, Filter<Artifact> artifactFilter) Ivy14.resolve
(ModuleDescriptor md, String[] confs, File cache, Date date, boolean validate, boolean useCacheOnly, boolean transitive, Filter<Artifact> artifactFilter) Ivy14.resolve
(ModuleDescriptor md, String[] confs, File cache, Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter) Ivy14.resolve
(ModuleRevisionId mrid, String[] confs, boolean transitive, boolean changing, File cache, Date date, boolean validate, boolean useCacheOnly, boolean useOrigin, Filter<Artifact> artifactFilter) Ivy14.resolve
(ModuleRevisionId mrid, String[] confs, boolean transitive, boolean changing, File cache, Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter) int
Ivy14.retrieve
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern, Filter<Artifact> artifactFilter) int
Ivy14.retrieve
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern, Filter<Artifact> artifactFilter, boolean sync, boolean useOrigin) int
Ivy14.retrieve
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern, Filter<Artifact> artifactFilter, boolean sync, boolean useOrigin, boolean makeSymlinks) -
Uses of Filter in org.apache.ivy.ant
Fields in org.apache.ivy.ant declared as FilterMethods in org.apache.ivy.ant that return Filter -
Uses of Filter in org.apache.ivy.core.event
Classes in org.apache.ivy.core.event that implement FilterModifier and TypeClassDescriptionclass
A filter implementation filteringIvyEvent
based upon an event name and a filter expression.Fields in org.apache.ivy.core.event declared as FilterModifier and TypeFieldDescriptionIvyEventFilter.attFilter
FilteredIvyListener.filter
IvyEventFilter.nameFilter
Methods in org.apache.ivy.core.event that return FilterModifier and TypeMethodDescriptionFilteredIvyListener.getFilter()
IvyEventFilter.parseExpression
(String filterExpression) Methods in org.apache.ivy.core.event with parameters of type FilterModifier and TypeMethodDescriptionvoid
EventManager.addIvyListener
(IvyListener listener, Filter<IvyEvent> filter) Constructors in org.apache.ivy.core.event with parameters of type Filter -
Uses of Filter in org.apache.ivy.core.install
Fields in org.apache.ivy.core.install declared as FilterMethods in org.apache.ivy.core.install that return FilterMethods in org.apache.ivy.core.install with parameters of type FilterModifier and TypeMethodDescriptionInstallOptions.setArtifactFilter
(Filter<Artifact> artifactFilter) -
Uses of Filter in org.apache.ivy.core.module.id
Methods in org.apache.ivy.core.module.id with parameters of type FilterModifier and TypeMethodDescriptionprivate T
ModuleRules.getRule
(ModuleRevisionId mrid, Filter<T> filter) Returns the rule object matching the givenModuleRevisionId
and accepted by the givenFilter
, ornull
if no rule applies.ModuleRules.getRules
(ModuleRevisionId mrid, Filter<T> filter) Returns the rules object matching the givenModuleRevisionId
and accepted by the givenFilter
, or an empty array if no rule applies. -
Uses of Filter in org.apache.ivy.core.report
Methods in org.apache.ivy.core.report with parameters of type FilterModifier and TypeMethodDescriptionvoid
ResolveReport.setDependencies
(List<IvyNode> dependencies, Filter<Artifact> artifactFilter) -
Uses of Filter in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve declared as FilterModifier and TypeFieldDescriptionResolveOptions.artifactFilter
A filter to use to avoid downloading all artifacts.Methods in org.apache.ivy.core.resolve that return FilterMethods in org.apache.ivy.core.resolve with parameters of type FilterModifier and TypeMethodDescriptionvoid
ResolveEngine.downloadArtifacts
(ResolveReport report, Filter<Artifact> artifactFilter, DownloadOptions options) Artifact[]
IvyNode.getSelectedArtifacts
(Filter<Artifact> artifactFilter) Returns all the artifacts of this dependency required in the root module configurations in which the node is not evicted nor blacklistedResolveOptions.setArtifactFilter
(Filter<Artifact> artifactFilter) -
Uses of Filter in org.apache.ivy.core.retrieve
Fields in org.apache.ivy.core.retrieve declared as FilterModifier and TypeFieldDescriptionRetrieveOptions.artifactFilter
The filter to apply before retrieving artifacts.Methods in org.apache.ivy.core.retrieve that return FilterMethods in org.apache.ivy.core.retrieve with parameters of type FilterModifier and TypeMethodDescriptionRetrieveOptions.setArtifactFilter
(Filter<Artifact> artifactFilter) -
Uses of Filter in org.apache.ivy.plugins.trigger
Fields in org.apache.ivy.plugins.trigger declared as FilterMethods in org.apache.ivy.plugins.trigger that return FilterModifier and TypeMethodDescriptionAbstractTrigger.createFilter()
AbstractTrigger.getEventFilter()
Trigger.getEventFilter()
-
Uses of Filter in org.apache.ivy.util.filter
Classes in org.apache.ivy.util.filter that implement FilterModifier and TypeClassDescriptionclass
AndFilter<T>
class
final class
NoFilter<T>
class
NotFilter<T>
class
OrFilter<T>
Fields in org.apache.ivy.util.filter declared as FilterModifier and TypeFieldDescriptionstatic final Filter
NoFilter.INSTANCE
FilterHelper.NO_FILTER
NotFilter.op
AndFilter.op1
OrFilter.op1
AndFilter.op2
OrFilter.op2
Methods in org.apache.ivy.util.filter that return FilterModifier and TypeMethodDescriptionFilterHelper.getArtifactTypeFilter
(String types) FilterHelper.getArtifactTypeFilter
(String[] types) NotFilter.getOp()
AndFilter.getOp1()
OrFilter.getOp1()
AndFilter.getOp2()
OrFilter.getOp2()
static <T> Filter<T>
NoFilter.instance()
Methods in org.apache.ivy.util.filter with parameters of type FilterModifier and TypeMethodDescriptionstatic <T> Collection<T>
FilterHelper.filter
(Collection<T> col, Filter<T> filter) Constructors in org.apache.ivy.util.filter with parameters of type Filter