Package gw.lang.reflect.module
Interface IClassPath.ClassPathFilter
-
- Enclosing interface:
- IClassPath
public static interface IClassPath.ClassPathFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
acceptClass(String className)
boolean
isIgnoreAnonymous()
-
-
-
Method Detail
-
acceptClass
boolean acceptClass(String className)
-
isIgnoreAnonymous
boolean isIgnoreAnonymous()
-
-