org.springframework.roo.shell.converters
Interface StaticFieldConverter

All Superinterfaces:
Converter
All Known Implementing Classes:
StaticFieldConverterImpl

public interface StaticFieldConverter
extends Converter

Interface for adding and removing classes that provide static fields which should be made available via a Converter.

Since:
1.0
Author:
Ben Alex

Method Summary
 void add(Class<?> clazz)
           
 void remove(Class<?> clazz)
           
 
Methods inherited from interface org.springframework.roo.shell.Converter
convertFromText, getAllPossibleValues, supports
 

Method Detail

add

void add(Class<?> clazz)

remove

void remove(Class<?> clazz)


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.