Interface PropertyProvider (1.46.0)

public interface PropertyProvider

Interface for a system property provider.

For internal use only.

Methods

getProperty(String property, String def)

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