Method | Description | |
---|---|---|
EnvironmentFilter ( ) : System |
Constructor for the
|
|
EnvironmentFilter ( Filter filter ) : System |
Constructor for the
|
|
Replace ( String text ) : String |
Replaces the text provided with the value resolved from the environment variables. If the environment variables fail this will delegate to the specified
|
public EnvironmentFilter ( Filter filter ) : System | ||
filter | Filter | /// the filter delegated to should resolution fail /// |
return | System |
public Replace ( String text ) : String | ||
text | String | /// this is the text value to be replaced /// |
return | String |