public final class PropertyConstraints
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PropertyEntry |
findEntry(java.lang.String v)
Find an entry based on a string.
|
java.util.List<PropertyEntry> |
getEntries(java.lang.String section,
java.lang.String subSection)
Get all entries for a section/subsection.
|
PropertyEntry |
getEntry(java.lang.String section,
java.lang.String subSection,
java.lang.String name)
Get a single property entry.
|
static PropertyConstraints |
getInstance() |
public static PropertyConstraints getInstance()
public PropertyEntry findEntry(java.lang.String v)
v - The property to find.public java.util.List<PropertyEntry> getEntries(java.lang.String section, java.lang.String subSection)
section - The section to find.subSection - The subsection to find.public PropertyEntry getEntry(java.lang.String section, java.lang.String subSection, java.lang.String name)
section - The section.subSection - The subsection.name - The name of the property.