Uses of Interface
org.apache.ivy.util.filter.Filter
-
Packages that use Filter Package Description org.apache.ivy org.apache.ivy.ant org.apache.ivy.core.event org.apache.ivy.core.install org.apache.ivy.core.module.id This packages gathers classes used to represent identifiers of objects involved in dependency management.org.apache.ivy.core.report org.apache.ivy.core.resolve org.apache.ivy.core.retrieve org.apache.ivy.plugins.trigger org.apache.ivy.util.filter -
-
Uses of Filter in org.apache.ivy
Methods in org.apache.ivy with parameters of type Filter Modifier and Type Method Description java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>>Ivy14. determineArtifactsToCopy(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter)ResolveReportIvy14. install(ModuleRevisionId mrid, java.lang.String from, java.lang.String to, boolean transitive, boolean validate, boolean overwrite, Filter<Artifact> artifactFilter, java.io.File cache, java.lang.String matcherName)private ResolveOptionsIvy14. newResolveOptions(java.lang.String[] confs, java.lang.String revision, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, boolean download, boolean outputReport, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(java.net.URL ivySource, java.lang.String revision, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(java.net.URL ivySource, java.lang.String revision, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(java.net.URL ivySource, java.lang.String revision, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, boolean download, boolean outputReport, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean download, boolean outputReport, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean transitive, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleRevisionId mrid, java.lang.String[] confs, boolean transitive, boolean changing, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, boolean useOrigin, Filter<Artifact> artifactFilter)ResolveReportIvy14. resolve(ModuleRevisionId mrid, java.lang.String[] confs, boolean transitive, boolean changing, java.io.File cache, java.util.Date date, boolean validate, boolean useCacheOnly, Filter<Artifact> artifactFilter)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter, boolean sync, boolean useOrigin)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.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 Filter Modifier and Type Field Description private Filter<Artifact>IvyPostResolveTask. artifactFilterMethods in org.apache.ivy.ant that return Filter Modifier and Type Method Description Filter<Artifact>IvyPostResolveTask. getArtifactFilter() -
Uses of Filter in org.apache.ivy.core.event
Classes in org.apache.ivy.core.event that implement Filter Modifier and Type Class Description classIvyEventFilterA filter implementation filteringIvyEventbased upon an event name and a filter expression.Fields in org.apache.ivy.core.event declared as Filter Modifier and Type Field Description private Filter<IvyEvent>IvyEventFilter. attFilterprivate Filter<IvyEvent>FilteredIvyListener. filterprivate Filter<IvyEvent>IvyEventFilter. nameFilterMethods in org.apache.ivy.core.event that return Filter Modifier and Type Method Description Filter<IvyEvent>FilteredIvyListener. getFilter()private Filter<IvyEvent>IvyEventFilter. parseExpression(java.lang.String filterExpression)Methods in org.apache.ivy.core.event with parameters of type Filter Modifier and Type Method Description voidEventManager. addIvyListener(IvyListener listener, Filter<IvyEvent> filter)Constructors in org.apache.ivy.core.event with parameters of type Filter Constructor Description FilteredIvyListener(IvyListener listener, Filter<IvyEvent> filter) -
Uses of Filter in org.apache.ivy.core.install
Fields in org.apache.ivy.core.install declared as Filter Modifier and Type Field Description private Filter<Artifact>InstallOptions. artifactFilterMethods in org.apache.ivy.core.install that return Filter Modifier and Type Method Description Filter<Artifact>InstallOptions. getArtifactFilter()Methods in org.apache.ivy.core.install with parameters of type Filter Modifier and Type Method Description InstallOptionsInstallOptions. 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 Filter Modifier and Type Method Description private TModuleRules. getRule(java.util.Map<java.lang.String,java.lang.String> moduleAttributes, Filter<T> filter)TModuleRules. getRule(ModuleId mid, Filter<T> filter)TModuleRules. getRule(ModuleRevisionId mrid, Filter<T> filter)Returns the rule object matching the givenModuleRevisionIdand accepted by the givenFilter, ornullif no rule applies.private java.util.List<T>ModuleRules. getRules(java.util.Map<java.lang.String,java.lang.String> moduleAttributes, Filter<T> filter)java.util.List<T>ModuleRules. getRules(ModuleRevisionId mrid, Filter<T> filter)Returns the rules object matching the givenModuleRevisionIdand 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 Filter Modifier and Type Method Description voidResolveReport. setDependencies(java.util.List<IvyNode> dependencies, Filter<Artifact> artifactFilter) -
Uses of Filter in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve declared as Filter Modifier and Type Field Description private Filter<Artifact>ResolveOptions. artifactFilterA filter to use to avoid downloading all artifacts.Methods in org.apache.ivy.core.resolve that return Filter Modifier and Type Method Description Filter<Artifact>ResolveOptions. getArtifactFilter()Methods in org.apache.ivy.core.resolve with parameters of type Filter Modifier and Type Method Description voidResolveEngine. 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 blacklistedResolveOptionsResolveOptions. setArtifactFilter(Filter<Artifact> artifactFilter) -
Uses of Filter in org.apache.ivy.core.retrieve
Fields in org.apache.ivy.core.retrieve declared as Filter Modifier and Type Field Description private Filter<Artifact>RetrieveOptions. artifactFilterThe filter to apply before retrieving artifacts.Methods in org.apache.ivy.core.retrieve that return Filter Modifier and Type Method Description Filter<Artifact>RetrieveOptions. getArtifactFilter()Methods in org.apache.ivy.core.retrieve with parameters of type Filter Modifier and Type Method Description RetrieveOptionsRetrieveOptions. setArtifactFilter(Filter<Artifact> artifactFilter) -
Uses of Filter in org.apache.ivy.plugins.trigger
Fields in org.apache.ivy.plugins.trigger declared as Filter Modifier and Type Field Description private Filter<IvyEvent>AbstractTrigger. filterMethods in org.apache.ivy.plugins.trigger that return Filter Modifier and Type Method Description private Filter<IvyEvent>AbstractTrigger. createFilter()Filter<IvyEvent>AbstractTrigger. getEventFilter()Filter<IvyEvent>Trigger. getEventFilter() -
Uses of Filter in org.apache.ivy.util.filter
Classes in org.apache.ivy.util.filter that implement Filter Modifier and Type Class Description classAndFilter<T>classArtifactTypeFilterclassNoFilter<T>classNotFilter<T>classOrFilter<T>Fields in org.apache.ivy.util.filter declared as Filter Modifier and Type Field Description static FilterNoFilter. INSTANCEstatic Filter<Artifact>FilterHelper. NO_FILTERprivate Filter<T>NotFilter. opprivate Filter<T>AndFilter. op1private Filter<T>OrFilter. op1private Filter<T>AndFilter. op2private Filter<T>OrFilter. op2Methods in org.apache.ivy.util.filter that return Filter Modifier and Type Method Description static Filter<Artifact>FilterHelper. getArtifactTypeFilter(java.lang.String types)static Filter<Artifact>FilterHelper. getArtifactTypeFilter(java.lang.String[] types)Filter<T>NotFilter. getOp()Filter<T>AndFilter. getOp1()Filter<T>OrFilter. getOp1()Filter<T>AndFilter. getOp2()Filter<T>OrFilter. getOp2()static <T> Filter<T>NoFilter. instance()Methods in org.apache.ivy.util.filter with parameters of type Filter Modifier and Type Method Description static <T> java.util.Collection<T>FilterHelper. filter(java.util.Collection<T> col, Filter<T> filter)Constructors in org.apache.ivy.util.filter with parameters of type Filter Constructor Description AndFilter(Filter<T> op1, Filter<T> op2)NotFilter(Filter<T> op)OrFilter(Filter<T> op1, Filter<T> op2)
-