@LifecycleClass(uri="http://www.xchain.org/scanner") public class ScannerLifecycle extends java.lang.Object
Constructor and Description |
---|
ScannerLifecycle() |
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Clears internal cache of ScanNode instances.
|
static ScannerLifecycle |
getInstance() |
ScanNode |
scanNode()
Returns the root scan node.
|
ScanNode |
scanNode(java.lang.ClassLoader classLoader,
RootUrlLocator locator) |
ScanNode |
scanNode(RootUrlLocator locator)
Scans the root urls found by the locator and returns the root scan node for those roots.
|
@LifecycleAccessor public static ScannerLifecycle getInstance()
public ScanNode scanNode() throws java.lang.Exception
java.lang.Exception
public ScanNode scanNode(RootUrlLocator locator) throws java.lang.Exception
Scans the root urls found by the locator and returns the root scan node for those roots.
java.lang.Exception
public ScanNode scanNode(java.lang.ClassLoader classLoader, RootUrlLocator locator) throws java.lang.Exception
java.lang.Exception
public void clearCache()
Copyright © 2013 XChain Framework. All Rights Reserved.