org.sonatype.gshell.commands.pref
Class PreferenceCommandSupport

java.lang.Object
  extended by org.sonatype.gshell.command.support.CommandActionSupport
      extended by org.sonatype.gshell.commands.pref.PreferenceCommandSupport
All Implemented Interfaces:
Cloneable, CommandAction, NameAware
Direct Known Subclasses:
ImportPreferencesCommand, PreferenceNodeCommandSupport

public abstract class PreferenceCommandSupport
extends CommandActionSupport

Support for preference commands.

Since:
2.0
Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonatype.gshell.command.CommandAction
CommandAction.Result
 
Field Summary
 
Fields inherited from class org.sonatype.gshell.command.support.CommandActionSupport
log
 
Constructor Summary
PreferenceCommandSupport()
           
 
Method Summary
protected  Preferences root()
           
 
Methods inherited from class org.sonatype.gshell.command.support.CommandActionSupport
clone, createMessages, getCompleters, getMessages, getName, getSimpleName, setCompleters, setCompleters, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sonatype.gshell.command.CommandAction
execute
 

Constructor Detail

PreferenceCommandSupport

public PreferenceCommandSupport()
Method Detail

root

protected Preferences root()


Copyright © 2008-2011 Sonatype. All Rights Reserved.