Interface IBundleFilter
- All Known Implementing Classes:
NegatingFilter,SimpleManifestNameFilter,SimpleNameFilter
public interface IBundleFilter
The interface for a simple bundle filter.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the givenjarshall be accepted.booleanacceptSymbolicName(String name) Returns whether the given symbolicnameshall be accepted.
-
Method Details
-
acceptJar
Returns whether the givenjarshall be accepted.- Parameters:
jar- the JAR to be analyzed- Returns:
trueif it shall be accepted,falseelse
-
acceptSymbolicName
Returns whether the given symbolicnameshall be accepted.- Parameters:
name- the name to be analyzed- Returns:
trueif it shall be accepted,falseelse
-