org.openrdf.console
Class Console

java.lang.Object
  extended by 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

Field Summary
static Map<String,Level> LOG_LEVELS
           
static String REPOSITORY_CONTEXT_QUERY
          Query that yields the context of a specific repository configuration.
static String REPOSITORY_LIST_QUERY
          Query that produces the list of the IDs and (optionally) titles of configured repositories.
 
Constructor Summary
Console()
           
 
Method Summary
static void main(String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Console

public Console()
        throws IOException
Throws:
IOException
Method Detail

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.