Package org.apache.tools.ant.taskdefs.optional.jmx.converter

This package provides optional Ant types that can be used with JMX4Ant taks.

See:
          Description

Interface Summary
ValueConverter Objects that implement this interface are capable of converting a java.lang.String value into an equivalent value object of a given type.
 

Class Summary
DefaultValueConverter Converts a String to its equivalent object type.
PropertiesValueConverter Converts a String to an equivalent java.lang.Properties value.
SetValueConverter Converts a String to an equivalent java.lang.Set value.
ValueFactory ValueFactory is a singleton implementation of ValueConverter and is considered the main entry point for ValueConverter clients.
 

Package org.apache.tools.ant.taskdefs.optional.jmx.converter Description

This package provides optional Ant types that can be used with JMX4Ant taks.