Uses of Interface
de.uni_hildesheim.sse.easy.loader.framework.IBundleFilter
Packages that use IBundleFilter
Package
Description
Implements the infrastructure framework for the standalone loader for EASy-Producer.
-
Uses of IBundleFilter in de.uni_hildesheim.sse.easy.loader.framework
Classes in de.uni_hildesheim.sse.easy.loader.framework that implement IBundleFilterModifier and TypeClassDescriptionclassImplements a negating delegating filter, i.e., a filter which obtains the initial results from a delegate filter and negates the return values.classImplements a simple name filter filtering the symbolic name from the JAR manifests for the given regular expression.classImplements a simple name filter filtering both, JAR name and symbolic name for the given regular expression.Fields in de.uni_hildesheim.sse.easy.loader.framework declared as IBundleFilterMethods in de.uni_hildesheim.sse.easy.loader.framework with parameters of type IBundleFilterModifier and TypeMethodDescriptionstatic List<BundleInfo> Utils.filter(List<BundleInfo> infos, IBundleFilter filter) Filters the giveninfosaccording tofilter.static voidUtils.loadBundles(List<File> files, IBundleFilter filter, Object tag) Loads the bundles from the given file folder.Constructors in de.uni_hildesheim.sse.easy.loader.framework with parameters of type IBundleFilterModifierConstructorDescriptionNegatingFilter(IBundleFilter filter) Creates a negating delegating filter.