Package org.simpleframework.xml.filter
-
Interface Summary Interface Description Filter TheFilterobject is used to provide replacement string values for a provided key. -
Class Summary Class Description EnvironmentFilter TheEnvironmentFilterobject is used to provide a filter that will replace the specified values with an environment variable from the OS.MapFilter TheMapFilterobject is a filter that can make use of user specified mappings for replacement.PlatformFilter ThePlatformFilterobject makes use of all filter types this resolves user specified properties first, followed by system properties, and finally environment variables.StackFilter TheStackFilterobject provides a filter that can be given a collection of filters which can be used to resolve a replacement.SystemFilter TheSystemFilterobject is used to provide a filter that will replace the specified values with system properties.