com.ontimize.dms.jcr
Class CpCheck
java.lang.Object
com.ontimize.dms.jcr.CpCheck
public class CpCheck
- extends java.lang.Object
|
Constructor Summary |
CpCheck(java.lang.String resource)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEPARATOR_COMMA
protected static final java.lang.String SEPARATOR_COMMA
- See Also:
- Constant Field Values
SEPARATOR_BAR
protected static final java.lang.String SEPARATOR_BAR
- See Also:
- Constant Field Values
BRANCH_OPEN
protected static final java.lang.String BRANCH_OPEN
- See Also:
- Constant Field Values
BRANCH_CLOSE
protected static final java.lang.String BRANCH_CLOSE
- See Also:
- Constant Field Values
map
protected java.util.Map map
CpCheck
public CpCheck(java.lang.String resource)
load
protected java.util.Map load(java.lang.String resource)
check
public void check()
throws java.lang.Exception
- Throws:
java.lang.Exception
parseItem
protected CpCheck.CpItem parseItem(java.lang.String item)
checkItem
protected void checkItem(CpCheck.CpItem item)
throws java.lang.Exception
- Throws:
java.lang.Exception
parseError
protected void parseError(java.lang.String message,
java.lang.String cause)
throws CpException
- Throws:
CpException