Uses of Interface
org.dellroad.jct.core.simple.CommandBundle
Packages that use CommandBundle
Package
Description
Simple console implementation for the Java Console Toolkit.
A few simple commands.
JShell commands.
-
Uses of CommandBundle in org.dellroad.jct.core.simple
Classes in org.dellroad.jct.core.simple that implement CommandBundleFields in org.dellroad.jct.core.simple with type parameters of type CommandBundleModifier and TypeFieldDescriptionprotected List<CommandBundle>SimpleCommandSupport.commandBundlesMethods in org.dellroad.jct.core.simple that return types with arguments of type CommandBundleModifier and TypeMethodDescriptionSimpleCommandSupport.getCommandBundles()Get the list of command bundles.static Stream<CommandBundle>CommandBundle.scanAndGenerate()Scan the classpath forCommandBundleimplementations, instantiate, and return them.static Stream<CommandBundle>CommandBundle.scanAndGenerate(ClassLoader loader) Scan the classpath forCommandBundleimplementations and instantiate and return them. -
Uses of CommandBundle in org.dellroad.jct.core.simple.command
Classes in org.dellroad.jct.core.simple.command that implement CommandBundleMethod parameters in org.dellroad.jct.core.simple.command with type arguments of type CommandBundleModifier and TypeMethodDescriptionstatic voidHelpCommand.listCommands(PrintStream out, Collection<? extends CommandBundle> bundles) Pretty-print command names and descriptions. -
Uses of CommandBundle in org.dellroad.jct.jshell.command
Classes in org.dellroad.jct.jshell.command that implement CommandBundle