edu.udo.cs.miningmart.compiler
Class CreateCompiler

java.lang.Object
  extended byedu.udo.cs.miningmart.compiler.CreateCompiler

public class CreateCompiler
extends java.lang.Object

The class CreateCompiler can be used for local compiler tests. It does not use the client/server framework. It consists only of the method main.

Version:
$Id: CreateCompiler.java,v 1.3 2006/04/11 14:10:09 euler Exp $
Author:
Martin Scholz, Timm Euler

Method Summary
static void main(java.lang.String[] args)
          Method main for class CreateCompiler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Method main for class CreateCompiler. Usage: java CreateCompiler <databaseConfigFile> <action> <object-id> <lazy-mode> <verbosity>, where
<databaseConfigFile> is the filename with complete path for the file with DB access info,
<action> is one of step, case, status, stat-con, stat-cs, stat-col, gc-step, gc-case, ready
, restOf
<object-id> is a number (the id of an M4 object, depends on the action to be performed), and
<lazy-mode> is either 'y' or 'n' to run the compiler in lazy mode or not. This is not supported for all actions.
<verbosity> a string specifying the verbosity level of the compiler. This is not supported for all actions.

Throws:
java.lang.Exception


Copyright © 2001-2005