|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.simpleframework.xml.filter.StackFilter
org.simpleframework.xml.filter.PlatformFilter
public 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. This
filter will be the default filter used by most applications as
it can make use of all values within the application platform.
| Constructor Summary | |
|---|---|
PlatformFilter()
Constructor for the PlatformFilter object. |
|
PlatformFilter(java.util.Map map)
Constructor for the PlatformFilter object. |
|
| Method Summary |
|---|
| Methods inherited from class org.simpleframework.xml.filter.StackFilter |
|---|
push, replace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlatformFilter()
PlatformFilter object. This
adds a filter which can be used to resolve environment
variables followed by one that can be used to resolve system
properties and finally one to resolve user specified values.
public PlatformFilter(java.util.Map map)
PlatformFilter object. This
adds a filter which can be used to resolve environment
variables followed by one that can be used to resolve system
properties and finally one to resolve user specified values.
map - this is a map contain the user mappings
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||