org.openrdf.console
Class Console
java.lang.Object
org.openrdf.console.Console
public class Console
- extends Object
The Sesame Console is a command-line application for interacting with Sesame.
It reads commands from standard input and prints feedback to standard output.
Available options include loading and querying of data in repositories,
repository creation and verification of RDF files.
- Author:
- jeen, Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG_LEVELS
public static final Map<String,Level> LOG_LEVELS
Console
public Console()
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
start
public void start()
throws IOException
- Throws:
IOException
Copyright © 2001-2010 Aduna. All Rights Reserved.