Class SystemPropertyProvider (1.46.0)

public class SystemPropertyProvider implements PropertyProvider, Serializable

Represents the default system property provider.

For internal use only.

Inheritance

java.lang.Object > SystemPropertyProvider

Static Fields

INSTANCE

public static final SystemPropertyProvider INSTANCE
Field Value
Type Description
SystemPropertyProvider

Static Methods

getInstance()

public static SystemPropertyProvider getInstance()
Returns
Type Description
SystemPropertyProvider

Methods

getProperty(String property, String def)

public String getProperty(String property, String def)
Parameters
Name Description
property String
def String
Returns
Type Description
String