org.openrdf.http.object
Class Server
java.lang.Object
org.openrdf.http.object.Server
public class Server
- extends Object
Command line tool for launching the server.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server()
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.