| Constructor and Description |
|---|
Modules(BaseHome basehome,
StartArgs args) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkEnabledModules() |
void |
dump(List<String> tags) |
void |
dumpEnabled() |
Set<String> |
enable(String name,
String enabledFrom)
Enable a module
|
Module |
get(String name) |
List<Module> |
getEnabled() |
Iterator<Module> |
iterator() |
void |
registerAll() |
Stream<Module> |
stream() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void dumpEnabled()
public void registerAll()
throws IOException
IOExceptionpublic Set<String> enable(String name, String enabledFrom)
name - The name of the module to enableenabledFrom - The source the module was enabled frompublic void checkEnabledModules()
Copyright © 1995–2017 Webtide. All rights reserved.