org.openrdf.http.object
Class Server

java.lang.Object
  extended by org.openrdf.http.object.Server

public class Server
extends Object

Command line tool for launching the server.

Author:
James Leigh

Constructor Summary
Server()
           
 
Method Summary
 void destroy()
           
 File getCacheDir()
           
 int[] getPorts()
           
 Repository getRepository()
           
 File getWebDir()
           
 void init(String[] args)
           
 boolean isRunning()
           
static void main(String[] args)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

main

public static void main(String[] args)

getPorts

public int[] getPorts()

getRepository

public Repository getRepository()

getWebDir

public File getWebDir()

getCacheDir

public File getCacheDir()

init

public void init(String[] args)

start

public void start()
           throws Exception
Throws:
Exception

isRunning

public boolean isRunning()

stop

public void stop()
          throws Exception
Throws:
Exception

destroy

public void destroy()
             throws Exception
Throws:
Exception


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.