org.sonatype.gshell.commands.pref
Class ListPreferencesCommand
java.lang.Object
org.sonatype.gshell.command.support.CommandActionSupport
org.sonatype.gshell.commands.pref.PreferenceCommandSupport
org.sonatype.gshell.commands.pref.PreferenceNodeCommandSupport
org.sonatype.gshell.commands.pref.ListPreferencesCommand
- All Implemented Interfaces:
- Cloneable, CommandAction, NameAware
@Command(name="pref/list")
public class ListPreferencesCommand
- extends PreferenceNodeCommandSupport
List preferences.
- Since:
- 2.0
- Author:
- Jason Dillon
ListPreferencesCommand
public ListPreferencesCommand()
execute
public Object execute(CommandContext context)
throws Exception
- Description copied from interface:
CommandAction
- Execute the command action.
- Parameters:
context - The execution context of the command.
- Returns:
- The result of the command execution.
- Throws:
Exception - Command execution failed.
Copyright © 2008-2011 Sonatype. All Rights Reserved.