Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

public class CheckELKIProperties
extends AbstractLoggable

Helper application to test the ELKI properties file for "missing" implementations.

Author:
Erich Schubert

Field Summary
private  String[] skippackages
          Package to skip matches in - unreleased code.
private  Pattern strip
          Pattern to strip comments, while keeping commented class names.
 
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debug, logger
 
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 de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debugFine, debugFiner, debugFinest, exception, progress, verbose, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.3 (2010-03-31_1612)