org.apache.flume.node
Class Application

java.lang.Object
  extended by org.apache.flume.node.Application

public class Application
extends Object


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

Constructor Detail

Application

public Application()
Method Detail

main

public static void main(String[] args)

parseOptions

public boolean parseOptions()
                     throws org.apache.commons.cli.ParseException
Throws:
org.apache.commons.cli.ParseException

run

public void run()
         throws LifecycleException,
                InterruptedException,
                InstantiationException
Throws:
LifecycleException
InterruptedException
InstantiationException

getArgs

public String[] getArgs()

setArgs

public void setArgs(String[] args)


Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.