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, isPropertyEmptypublic String getProperty(String key)
getProperty in class PropertyLoaderkey - the name of the propertySystem.getProperty(String)Copyright © 2015. All rights reserved.