public class PropertyLoaderFromSystem extends PropertyLoader
Such properties can be defined e.g. as -D arguments to the mvn
command.
System.getProperties()
Constructor and Description |
---|
PropertyLoaderFromSystem() |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String key) |
isPropertyDefined, isPropertyEmpty
public String getProperty(String key)
getProperty
in class PropertyLoader
key
- the name of the propertySystem.getProperty(String)
Copyright © 2015. All rights reserved.