public class ClassFinderByteCodeScanner extends AppByteCodeScannerBase
Scans all public non-abstract methods for SubClassFinder
annotations. If found then it will create a ClassFinderData
and schedule it to run finding process
logger
Constructor and Description |
---|
ClassFinderByteCodeScanner() |
Modifier and Type | Method and Description |
---|---|
ByteCodeVisitor |
byteCodeVisitor()
Returns the
ByteCodeVisitor |
void |
scanFinished(java.lang.String className)
Called when scanning for one class finished
|
protected boolean |
shouldScan(java.lang.String className) |
addDependencyClass, addDependencyClassToScanner, addDependencyClassToScanner, dependencyClasses, reset
app, config, equals, hashCode, onAppSet, reset, setApp, start, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setApp, start
protected boolean shouldScan(java.lang.String className)
shouldScan
in class AppCodeScannerBase
public ByteCodeVisitor byteCodeVisitor()
AppByteCodeScanner
Returns the ByteCodeVisitor
public void scanFinished(java.lang.String className)
AppByteCodeScanner
Called when scanning for one class finished
Copyright © 2014–2017 ActFramework. All rights reserved.