|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ModScanner
This class is used for scanning specific locations for modules. These locations are defined by the application which uses this scanner.
Constructor Summary | |
ModScanner()
|
Method Summary | |
ModSpec[] |
getModSpecs()
This method is used to retrieve all of the ModSpec objects currently loaded. |
void |
scan(java.io.File path)
This method scans the specified path for modules. |
void |
scan(java.io.File[] paths)
This method scans the specified paths for modules. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModScanner()
Method Detail |
public void scan(java.io.File[] paths) throws java.io.IOException
java.io.IOException
public void scan(java.io.File path) throws java.io.IOException
java.io.IOException
public ModSpec[] getModSpecs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |