|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tensegrity.palowebviewer.server.PaloConfigurator.BasePropertyConfigurator
public abstract static class PaloConfigurator.BasePropertyConfigurator
Constructor Summary | |
---|---|
PaloConfigurator.BasePropertyConfigurator(java.lang.String key)
|
Method Summary | |
---|---|
java.util.regex.Pattern |
getPattern()
|
protected abstract void |
onKeyMatch(java.lang.String value,
PaloConfiguration config)
|
void |
parse(PaloConfiguration config,
java.util.regex.Matcher m,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaloConfigurator.BasePropertyConfigurator(java.lang.String key)
Method Detail |
---|
public java.util.regex.Pattern getPattern()
getPattern
in interface PaloConfigurator.IPropertyConfigurator
protected abstract void onKeyMatch(java.lang.String value, PaloConfiguration config) throws ConfigurationException
ConfigurationException
public void parse(PaloConfiguration config, java.util.regex.Matcher m, java.lang.String value) throws ConfigurationException
parse
in interface PaloConfigurator.IPropertyConfigurator
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |