Uses of Interface
org.simpleframework.xml.filter.Filter
Packages that use Filter
-
Uses of Filter in org.simpleframework.xml.core
Constructors in org.simpleframework.xml.core with parameters of type FilterModifierConstructorDescriptionConstructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject. -
Uses of Filter in org.simpleframework.xml.filter
Classes in org.simpleframework.xml.filter that implement FilterModifier and TypeClassDescriptionclassTheEnvironmentFilterobject is used to provide a filter that will replace the specified values with an environment variable from the OS.classTheMapFilterobject is a filter that can make use of user specified mappings for replacement.classThePlatformFilterobject makes use of all filter types this resolves user specified properties first, followed by system properties, and finally environment variables.classTheStackFilterobject provides a filter that can be given a collection of filters which can be used to resolve a replacement.classTheSystemFilterobject is used to provide a filter that will replace the specified values with system properties.Methods in org.simpleframework.xml.filter with parameters of type FilterModifier and TypeMethodDescriptionvoidThis pushes the the providedFilteron to the top of the stack.Constructors in org.simpleframework.xml.filter with parameters of type FilterModifierConstructorDescriptionEnvironmentFilter(Filter filter) Constructor for theEnvironmentFilterobject.Constructor for theMapFilterobject.SystemFilter(Filter filter) Constructor for theSystemFilterobject.