|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
|---|---|
| org.simpleframework.xml.core | |
| org.simpleframework.xml.filter | |
| Uses of Filter in org.simpleframework.xml.core |
|---|
| Constructors in org.simpleframework.xml.core with parameters of type Filter | |
|---|---|
Persister(Filter filter)
Constructor for the Persister object. |
|
Persister(Filter filter,
Format format)
Constructor for the Persister object. |
|
Persister(Filter filter,
Matcher matcher)
Constructor for the Persister object. |
|
Persister(Filter filter,
Matcher matcher,
Format format)
Constructor for the Persister object. |
|
Persister(Strategy strategy,
Filter filter)
Constructor for the Persister object. |
|
Persister(Strategy strategy,
Filter filter,
Format format)
Constructor for the Persister object. |
|
Persister(Strategy strategy,
Filter filter,
Matcher matcher)
Constructor for the Persister object. |
|
Persister(Strategy strategy,
Filter filter,
Matcher matcher,
Format format)
Constructor for the Persister object. |
|
| Uses of Filter in org.simpleframework.xml.filter |
|---|
| Classes in org.simpleframework.xml.filter that implement Filter | |
|---|---|
class |
EnvironmentFilter
The EnvironmentFilter object is used to provide a
filter that will replace the specified values with an environment
variable from the OS. |
class |
MapFilter
The MapFilter object is a filter that can make use
of user specified mappings for replacement. |
class |
PlatformFilter
The PlatformFilter object makes use of all filter
types this resolves user specified properties first, followed
by system properties, and finally environment variables. |
class |
StackFilter
The StackFilter object provides a filter that can
be given a collection of filters which can be used to resolve a
replacement. |
class |
SystemFilter
The SystemFilter object 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 Filter | |
|---|---|
void |
StackFilter.push(Filter filter)
This pushes the the provided Filter on to the top
of the stack. |
| Constructors in org.simpleframework.xml.filter with parameters of type Filter | |
|---|---|
EnvironmentFilter(Filter filter)
Constructor for the EnvironmentFilter object. |
|
MapFilter(Map map,
Filter filter)
Constructor for the MapFilter object. |
|
SystemFilter(Filter filter)
Constructor for the SystemFilter object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||