org.sonatype.gshell.util.pref
Class PreferenceProcessor

java.lang.Object
  extended by org.sonatype.gshell.util.pref.PreferenceProcessor

public class PreferenceProcessor
extends Object

Processes an object for preference annotations.

Since:
2.0
Author:
Jason Dillon

Constructor Summary
PreferenceProcessor()
           
 
Method Summary
 void addBean(Object bean)
           
 String getBasePath()
           
 List<PreferenceDescriptor> getDescriptors()
           
 void process()
           
 void setBasePath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferenceProcessor

public PreferenceProcessor()
Method Detail

getDescriptors

public List<PreferenceDescriptor> getDescriptors()

addBean

public void addBean(Object bean)

getBasePath

public String getBasePath()

setBasePath

public void setBasePath(String path)

process

public void process()
             throws Exception
Throws:
Exception


Copyright © 2008-2011 Sonatype. All Rights Reserved.