public abstract class PropertyLists
extends java.lang.Object
Idea for expansion, create extensions of this class for different kinds of data, allow user to specify which one to use in the text interface.
Constructor and Description |
---|
PropertyLists() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
getPropertySet(java.lang.String name)
Generate a list of properties based on pre-defined sets.
|
public static java.lang.String[] getPropertySet(java.lang.String name) throws java.lang.Exception
name
- Name of pre-defined listjava.lang.Exception
- If property set not defined