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

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-2010 Aduna. All Rights Reserved.