de.kumpe.hadooptimizer.examples
Class CliExamplesRunner

java.lang.Object
  extended by de.kumpe.hadooptimizer.examples.CliExamplesRunner

public class CliExamplesRunner
extends Object

The main entry class for the generated jar file. It's specified in the corresponding MANIFEST.MF entry. If the jar is started it takes the first argument as a Example subclass instantiates it and invokes its Example.run(String[]) method.

Author:
Christian Kumpe

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

Constructor Detail

CliExamplesRunner

public CliExamplesRunner()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2011 Christian Kumpe. All Rights Reserved.