public class ClassBytesScanner extends Object
| Constructor and Description |
|---|
ClassBytesScanner() |
| Modifier and Type | Method and Description |
|---|---|
Set<Class> |
scanClass(Class clazz)
Scan class using UTF-8 for references of another classes, without recursion
|
Set<Class> |
scanClass(Class clazz,
String charsetName,
boolean recursive,
IgnoreClassIf ignoreIf)
Scan class for references of another classes
|
public Set<Class> scanClass(Class clazz) throws IOException
clazz - Class to scanIOException - if some I/O error occurspublic Set<Class> scanClass(Class clazz, String charsetName, boolean recursive, IgnoreClassIf ignoreIf) throws IOException
clazz - Class to scancharsetName - Witch charset that clazz is encodedrecursive - If should scan recursivelyignoreIf - Classes to ignoreIOException - if some I/O error occursCopyright © 2017. All rights reserved.