Package org.eclipse.jetty.start
Class Modules
java.lang.Object
org.eclipse.jetty.start.Modules
Access for all modules declared, as well as what is enabled.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enable a modulegetSortedNames
(Set<String> enabledModules) iterator()
void
listEnabled
(PrintStream out) void
listModules
(PrintStream out, List<String> tags) void
void
showModules
(PrintStream out, List<String> modules) stream()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Modules
-
-
Method Details
-
showModules
-
listModules
-
listEnabled
-
registerAll
- Throws:
IOException
-
toString
-
getEnabled
-
getSortedAll
-
getSortedNames
-
enable
Enable a module- Parameters:
name
- The name of the module to enableenabledFrom
- The source the module was enabled from- Returns:
- The set of modules newly enabled
-
get
-
iterator
-
stream
-
checkEnabledModules
public void checkEnabledModules()
-