Package org.springframework.roo.support.util

Interface Summary
ReflectionUtils.FieldCallback Callback interface invoked on each field in the hierarchy.
ReflectionUtils.FieldFilter Callback optionally used to filter fields to be operated on by a field callback.
ReflectionUtils.MethodCallback Action to take on each method.
ReflectionUtils.MethodFilter Callback optionally used to method fields to be operated on by a method callback.
 

Class Summary
Assert Assertion utility class that assists in validating arguments.
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
ClassUtils Miscellaneous class utility methods.
CollectionUtils Miscellaneous collection utility methods.
DomUtils Convenience methods for working with the DOM API, in particular for working with DOM Nodes and DOM Elements.
ExceptionUtils Methods for working with exceptions.
FileCopyUtils Simple utility methods for file and stream copying.
FileUtils Utilities for handling File instances.
ObjectUtils Miscellaneous object utility methods.
ReflectionUtils Simple utility class for working with the reflection API and handling reflection exceptions.
StringUtils Miscellaneous String utility methods.
TemplateUtils Utilities for dealing with "templates", which are commonly used by ROO add-ons.
WebXmlUtils Helper util class to allow more convenient handling of web.xml file in Web projects.
WebXmlUtils.WebXmlParam Value object used to hold init-param style information
XmlElementBuilder Very simple convenience Builder for XML Elements
XmlRoundTripUtils Utilities related to Dround tripping XML documents
XmlUtils Utilities related to DOM and XML usage.
 

Enum Summary
WebXmlUtils.FilterPosition Enum to define filter position
 



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