public class GlobalPropertyResolver.SystemPropertyHolder extends Object implements TestPropertyHolder
Constructor and Description |
---|
SystemPropertyHolder() |
Modifier and Type | Method and Description |
---|---|
void |
addTestPropertyListener(TestPropertyListener listener) |
ModelItem |
getModelItem() |
Map<String,TestProperty> |
getProperties() |
String |
getPropertiesLabel() |
TestProperty |
getProperty(String name) |
TestProperty |
getPropertyAt(int index) |
int |
getPropertyCount() |
List<TestProperty> |
getPropertyList() |
String[] |
getPropertyNames() |
String |
getPropertyValue(String name) |
boolean |
hasProperty(String name) |
void |
removeTestPropertyListener(TestPropertyListener listener) |
void |
setPropertyValue(String name,
String value) |
public void addTestPropertyListener(TestPropertyListener listener)
addTestPropertyListener
in interface TestPropertyHolder
public ModelItem getModelItem()
getModelItem
in interface TestPropertyHolder
public Map<String,TestProperty> getProperties()
getProperties
in interface TestPropertyHolder
public String getPropertiesLabel()
getPropertiesLabel
in interface TestPropertyHolder
public TestProperty getProperty(String name)
getProperty
in interface TestPropertyHolder
public TestProperty getPropertyAt(int index)
getPropertyAt
in interface TestPropertyHolder
public int getPropertyCount()
getPropertyCount
in interface TestPropertyHolder
public List<TestProperty> getPropertyList()
getPropertyList
in interface TestPropertyHolder
public String[] getPropertyNames()
getPropertyNames
in interface TestPropertyHolder
public String getPropertyValue(String name)
getPropertyValue
in interface TestPropertyHolder
public boolean hasProperty(String name)
hasProperty
in interface TestPropertyHolder
public void removeTestPropertyListener(TestPropertyListener listener)
removeTestPropertyListener
in interface TestPropertyHolder
public void setPropertyValue(String name, String value)
setPropertyValue
in interface TestPropertyHolder
Copyright © 2019. All Rights Reserved.