de.lmu.ifi.dbs.elki.application.internal
Class CheckELKIProperties

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.application.internal.CheckELKIProperties

public class CheckELKIProperties
extends Object

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

logger

private static final Logging logger
The logger for this class.


strip

private Pattern strip
Pattern to strip comments, while keeping commented class names.


skippackages

private String[] skippackages
Package to skip matches in - unreleased code.

Constructor Detail

CheckELKIProperties

public CheckELKIProperties()
Method Detail

main

public static void main(String[] argv)
Main method.

Parameters:
argv - Command line arguments

checkProperties

public void checkProperties()
Retrieve all properties and check them.


checkProperty

private void checkProperty(String prop)
Check a single property

Parameters:
prop - Property = Class name.

Release 0.4.0 (2011-09-20_1324)