Package org.yamcs
Class YConfiguration.DefaultPropertyProvider
java.lang.Object
org.yamcs.YConfiguration.DefaultPropertyProvider
- All Implemented Interfaces:
YConfigurationPropertyProvider
- Enclosing class:
- YConfiguration
public static class YConfiguration.DefaultPropertyProvider
extends Object
implements YConfigurationPropertyProvider
Default property provider. Looks up values with
System.getProperty(String)
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultPropertyProvider
public DefaultPropertyProvider()
-
-
Method Details
-
get
Description copied from interface:YConfigurationPropertyProvider
Get the value of a named property, ornull
if not found.- Specified by:
get
in interfaceYConfigurationPropertyProvider
-