public class CheckELKIServices extends Object
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
The logger for this class.
|
private Pattern |
strip
Pattern to strip comments, while keeping commented class names.
|
Constructor and Description |
---|
CheckELKIServices() |
Modifier and Type | Method and Description |
---|---|
private void |
checkAliases(Class<?> parent,
String classname,
String[] parts)
Check if aliases are listed completely.
|
private void |
checkService(String prop,
String update)
Check a single service class
|
void |
checkServices(String update)
Retrieve all properties and check them.
|
static void |
main(String[] argv)
Main method.
|
private static final Logging LOG
private Pattern strip
public static void main(String[] argv)
argv
- Command line argumentspublic void checkServices(String update)
update
- Folder to update service files inprivate void checkService(String prop, String update)
prop
- Class name.update
- Folder to update service files inCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.