org.apache.whirr.examples
Class Example

java.lang.Object
  extended by org.apache.whirr.examples.Example
Direct Known Subclasses:
HadoopClusterExample

public abstract class Example
extends Object


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

Constructor Detail

Example

public Example()
Method Detail

getName

public abstract String getName()

main

public abstract int main(String[] args)
                  throws Exception
Throws:
Exception


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.