Package | Description |
---|---|
org.sonatype.gshell.command |
Command 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 | Method and Description |
---|---|
Object |
AliasAction.execute(CommandContext context) |
Object |
CommandAction.execute(CommandContext context)
Execute the command action.
|
Object |
GroupAction.execute(CommandContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
DeleteDirectoryCommand.execute(CommandContext context) |
Object |
DeleteFileCommand.execute(CommandContext context) |
Object |
CreateDirectoryCommand.execute(CommandContext context) |
Object |
CopyCommand.execute(CommandContext context) |
Object |
ChangeDirectoryCommand.execute(CommandContext context) |
Object |
CurrentDirectoryCommand.execute(CommandContext context) |
Object |
ListDirectoryCommand.execute(CommandContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
GroovyCommand.execute(CommandContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
JettyCommand.execute(CommandContext context) |
Object |
JettyStopCommand.execute(CommandContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
ComponentListCommand.execute(CommandContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
LoggerSetLevelCommand.execute(CommandContext context) |
Object |
LoggerListCommand.execute(CommandContext context) |
Object |
LoggerLevelsCommand.execute(CommandContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
HostnameCommand.execute(CommandContext context) |
Object |
WgetCommand.execute(CommandContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
UnsetPreferenceCommand.execute(CommandContext context) |
Object |
SetPreferenceCommand.execute(CommandContext context) |
Object |
ListPreferencesCommand.execute(CommandContext context) |
Object |
GetPreferenceCommand.execute(CommandContext context) |
Object |
ExportPreferencesCommand.execute(CommandContext context) |
Object |
ImportPreferencesCommand.execute(CommandContext context) |
Object |
RemovePreferencesCommand.execute(CommandContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
UnaliasCommand.execute(CommandContext context) |
Object |
UnsetCommand.execute(CommandContext context) |
Object |
AliasCommand.execute(CommandContext context) |
Object |
ExitCommand.execute(CommandContext context) |
Object |
SetCommand.execute(CommandContext context) |
Object |
SourceCommand.execute(CommandContext context) |
Object |
RecallHistoryCommand.execute(CommandContext context) |
Object |
InfoCommand.execute(CommandContext context) |
Object |
HistoryCommand.execute(CommandContext context) |
Object |
EchoCommand.execute(CommandContext context) |
Object |
HelpCommand.execute(CommandContext context) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.