org.apache.nutch.api
Class NutchServer

java.lang.Object
  extended by org.apache.nutch.api.NutchServer

public class NutchServer
extends Object


Constructor Summary
NutchServer(int port)
           
 
Method Summary
 boolean canStop()
           
 boolean isRunning()
           
static void main(String[] args)
           
 void start()
           
 boolean stop(boolean force)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NutchServer

public NutchServer(int port)
Method Detail

isRunning

public boolean isRunning()

start

public void start()
           throws Exception
Throws:
Exception

canStop

public boolean canStop()
                throws Exception
Throws:
Exception

stop

public boolean stop(boolean force)
             throws Exception
Throws:
Exception

main

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


Copyright © 2012 The Apache Software Foundation