protected static class TestCase2.MyProperties extends Properties
Properties
.
We use this class exclusively when loading properties so that
we can correctly report what properties are bound at what level
and what resource or file the properties were loaded from.defaults
Constructor and Description |
---|
TestCase2.MyProperties(String source) |
TestCase2.MyProperties(String source,
TestCase2.MyProperties defaults) |
Modifier and Type | Method and Description |
---|---|
TestCase2.MyProperties |
getDefaults()
Exposes the protected member in the
Properties
class. |
String |
getSource()
The file or CLASSPATH resource from which the properties
were loaded.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
public TestCase2.MyProperties(String source)
public TestCase2.MyProperties(String source, TestCase2.MyProperties defaults)
public String getSource()
public TestCase2.MyProperties getDefaults()
Properties
class.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.