org.apache.droids
Class Cli

Package class diagram package Cli
java.lang.Object
  extended by org.apache.droids.Cli

public class Cli
extends Object

The principal class to start droids. The commandline prepares the context and starts the droid that is specified in the arguments.


Method Summary
static void main(String[] args)
          Invoke the processing with droids.
 
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(String[] args)
                 throws DroidsException
Invoke the processing with droids.

Parameters:
args - You need to provide the droid name (e.g. crawler-x-m02y07) and optional the config file.
Throws:
DroidsException


Copyright © 2008 The Apache Software Foundation