|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.application.internal.CheckELKIProperties
public class CheckELKIProperties
Helper application to test the ELKI properties file for "missing" implementations.
Field Summary | |
---|---|
private static Logging |
logger
The logger for this class. |
private String[] |
skippackages
Package to skip matches in - unreleased code. |
private Pattern |
strip
Pattern to strip comments, while keeping commented class names. |
Constructor Summary | |
---|---|
CheckELKIProperties()
|
Method Summary | |
---|---|
void |
checkProperties()
Retrieve all properties and check them. |
private void |
checkProperty(String prop)
Check a single property |
static void |
main(String[] argv)
Main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Logging logger
private Pattern strip
private String[] skippackages
Constructor Detail |
---|
public CheckELKIProperties()
Method Detail |
---|
public static void main(String[] argv)
argv
- Command line argumentspublic void checkProperties()
private void checkProperty(String prop)
prop
- Property = Class name.
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |