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 |
REPOSITORY_LIST_QUERY
public static final String REPOSITORY_LIST_QUERY
- Query that produces the list of the IDs and (optionally) titles of
configured repositories.
REPOSITORY_CONTEXT_QUERY
public static final String REPOSITORY_CONTEXT_QUERY
- Query that yields the context of a specific repository configuration.
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-2008 Aduna. All Rights Reserved.