Package | Description |
---|---|
org.sonatype.gshell.command |
Command components.
|
org.sonatype.gshell.command.registry |
Command registry components.
|
org.sonatype.gshell.command.resolver |
Command resolver components.
|
org.sonatype.gshell.command.support |
Command support components.
|
org.sonatype.gshell.commands.file |
File commands.
|
org.sonatype.gshell.commands.groovy | |
org.sonatype.gshell.commands.jetty | |
org.sonatype.gshell.commands.logging.component | |
org.sonatype.gshell.commands.logging.logger | |
org.sonatype.gshell.commands.network |
Network commands.
|
org.sonatype.gshell.commands.pref |
Preference management commands.
|
org.sonatype.gshell.commands.standard |
Standard commands.
|
Modifier and Type | Class and Description |
---|---|
class |
AliasAction
CommandAction to execute an alias. |
class |
GroupAction
CommandAction to switch groups. |
Modifier and Type | Method and Description |
---|---|
CommandAction |
AliasAction.clone() |
CommandAction |
CommandAction.clone() |
CommandAction |
GroupAction.clone() |
Modifier and Type | Method and Description |
---|---|
CommandAction |
CommandRegisteredEvent.getCommand() |
CommandAction |
CommandRegistry.getCommand(String name) |
CommandAction |
CommandRegistryImpl.getCommand(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<CommandAction> |
CommandRegistry.getCommands() |
Collection<CommandAction> |
CommandRegistryImpl.getCommands() |
Modifier and Type | Method and Description |
---|---|
void |
CommandRegistry.registerCommand(String name,
CommandAction command) |
void |
CommandRegistryImpl.registerCommand(String name,
CommandAction command) |
Constructor and Description |
---|
CommandRegisteredEvent(String name,
CommandAction command) |
Modifier and Type | Method and Description |
---|---|
CommandAction |
Node.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
Node.add(String name,
CommandAction command) |
Constructor and Description |
---|
Node(String name,
CommandAction action) |
Node(String name,
CommandAction action,
Node parent) |
Modifier and Type | Class and Description |
---|---|
class |
CommandActionSupport
Provides support for
CommandAction implementations. |
Modifier and Type | Method and Description |
---|---|
CommandAction |
CommandActionSupport.clone() |
Modifier and Type | Method and Description |
---|---|
CliProcessor |
CommandHelpSupport.createProcessor(CommandAction command) |
static PreferenceProcessor |
CommandPreferenceSupport.createProcessor(CommandAction command) |
static String |
CommandHelpSupport.getDescription(CommandAction command) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeDirectoryCommand
Changes the current directory.
|
class |
CopyCommand
Copy file or directory
|
class |
CreateDirectoryCommand
Create a directory.
|
class |
CurrentDirectoryCommand
Displays the current directory.
|
class |
DeleteDirectoryCommand
Remove a directory.
|
class |
DeleteFileCommand
Remove a file.
|
class |
ListDirectoryCommand
List the contents of a file or directory.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyCommand
Execute a Groovy script.
|
Modifier and Type | Class and Description |
---|---|
class |
JettyCommand
Start a Jetty server.
|
class |
JettyStopCommand
Start a Jetty server.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentListCommand
List components.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggerLevelsCommand
List valid logger levels.
|
class |
LoggerListCommand
List loggers.
|
class |
LoggerSetLevelCommand
Set the level of a logger.
|
Modifier and Type | Class and Description |
---|---|
class |
HostnameCommand
Displays the name of the current host.
|
class |
WgetCommand
Fetch a file from a URL.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportPreferencesCommand
Export preference nodes to a file.
|
class |
GetPreferenceCommand
Get a preference value.
|
class |
ImportPreferencesCommand
Import preference nodes from a file.
|
class |
ListPreferencesCommand
List preferences.
|
class |
PreferenceCommandSupport
Support for preference commands.
|
class |
PreferenceNodeCommandSupport
Support for preference node commands.
|
class |
RemovePreferencesCommand
Remove a tree of preferences.
|
class |
SetPreferenceCommand
Set a preference value.
|
class |
UnsetPreferenceCommand
Unset a preference value.
|
Modifier and Type | Class and Description |
---|---|
class |
AliasCommand
Define an alias or list defined aliases.
|
class |
EchoCommand
Print all arguments to the commands standard output.
|
class |
ExitCommand
Exit the current shell.
|
class |
HelpCommand
Display help pages.
|
class |
HistoryCommand
Display history.
|
class |
InfoCommand
Display shell information.
|
class |
RecallHistoryCommand
Recall history.
|
class |
SetCommand
Set a variable or property.
|
class |
SourceCommand
Read and execute commands from a file in the current shell.
|
class |
UnaliasCommand
Undefine an alias.
|
class |
UnsetCommand
Unset a variable or property.
|
Copyright © 2008-2012 Sonatype. All Rights Reserved.