net.eduvax.util
public interface ConfigChecker
Modifier and Type | Field and Description |
---|---|
static int |
CC_ERR |
static int |
CC_FATAL |
static int |
CC_INFO |
static int |
CC_OK |
static int |
CC_WARN |
Modifier and Type | Method and Description |
---|---|
int |
check(java.util.Properties prop) |
int |
checkProperty(java.lang.String name,
java.lang.String value) |
static final int CC_OK
static final int CC_INFO
static final int CC_WARN
static final int CC_ERR
static final int CC_FATAL