org.sonatype.gshell.commands.pref
Class PreferenceNodeCommandSupport

java.lang.Object
  extended by org.sonatype.gshell.command.support.CommandActionSupport
      extended by org.sonatype.gshell.commands.pref.PreferenceCommandSupport
          extended by org.sonatype.gshell.commands.pref.PreferenceNodeCommandSupport
All Implemented Interfaces:
Cloneable, CommandAction, NameAware
Direct Known Subclasses:
ExportPreferencesCommand, GetPreferenceCommand, ListPreferencesCommand, RemovePreferencesCommand, SetPreferenceCommand, UnsetPreferenceCommand

public abstract class PreferenceNodeCommandSupport
extends PreferenceCommandSupport

Support for preference node 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
PreferenceNodeCommandSupport()
           
 
Method Summary
protected  Preferences node()
           
 
Methods inherited from class org.sonatype.gshell.commands.pref.PreferenceCommandSupport
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

PreferenceNodeCommandSupport

public PreferenceNodeCommandSupport()
Method Detail

node

protected Preferences node()
                    throws Exception
Throws:
Exception


Copyright © 2008-2011 Sonatype. All Rights Reserved.