|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.classloader.plugins.filter.CombiningClassFilter
public class CombiningClassFilter
CombiningClassFilter.
| Field Summary |
|---|
| Fields inherited from interface org.jboss.classloader.spi.filter.ClassFilter |
|---|
EVERYTHING, JAVA_ONLY, NOTHING, NOTHING_BUT_JAVA |
| Constructor Summary | |
|---|---|
CombiningClassFilter(ClassFilter[] filters)
Create a new CombiningClassFilter. |
|
| Method Summary | |
|---|---|
static CombiningClassFilter |
create(ClassFilter... filters)
Create a new CombiningClassFilter. |
boolean |
matchesClassName(String className)
Whether the class name matches the filter |
boolean |
matchesResourcePath(String resourcePath)
Whether the resource name matches the filter |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CombiningClassFilter(ClassFilter[] filters)
filters - the filters
IllegalArgumentException - for null filters| Method Detail |
|---|
public static CombiningClassFilter create(ClassFilter... filters)
filters - the filters
IllegalArgumentException - for null filterspublic boolean matchesClassName(String className)
ClassFilter
matchesClassName in interface ClassFilterclassName - the class name
public boolean matchesResourcePath(String resourcePath)
ClassFilter
matchesResourcePath in interface ClassFilterresourcePath - the resource path
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||