public class SysPropertiesFunction extends Object implements PropertiesFunction
PropertiesFunction that lookup the property value from
JVM system property.| Constructor and Description |
|---|
SysPropertiesFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String remainder)
Applies the function
|
String |
getName()
Name of the function which is used as name: to let the properties component know its a function.
|
public String getName()
PropertiesFunctiongetName in interface PropertiesFunctionpublic String apply(String remainder)
PropertiesFunctionapply in interface PropertiesFunctionremainder - the remainder valueCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.