| Package | Description |
|---|---|
| stella.xml |
| Modifier and Type | Method and Description |
|---|---|
static ElementHelper |
ElementHelper.createElementHelper(Map<String,String> prop)
Creates a
ElementHelper using the provided properties. |
static ElementHelper |
ElementHelper.fromResourceName(ResourceSupplying i,
String file)
Creates a single element helper from a specified named resource, normally
a properties file.
|
protected ElementHelper |
ElementHelper.fromResourceName(String file)
Creates a single element helper from a specified named resource, normally
a properties file.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ElementHelper> |
ElementHelper.createElementHelpers(ResourceSupplying i,
String props)
Converts a comma-separated list of property files into a list of
ElementHelpers by reading the properties and passing them to the
element helper constructor. |
protected List<ElementHelper> |
ElementHelper.createElementHelpers(String props)
Converts a comma-separated list of property files into a list of
ElementHelpers by reading the properties and passing them to the
element helper constructor. |
static Map<Object,ElementHelper> |
ElementHelper.createHelperMap(ResourceSupplying i,
String props)
Converts a comma-separted list of property files into a mapping of
ElementHelpers to keys queried from the helpers by asking their
property named according to the second argument. |
protected Map<Object,ElementHelper> |
ElementHelper.createHelperMap(String props)
Converts a comma-separted list of property files into a mapping of
ElementHelpers to keys queried from the helpers by asking their
property named according to the second argument. |