org.exist.client
Class InteractiveClient

java.lang.Object
  extended by org.exist.client.InteractiveClient

public class InteractiveClient
extends Object

Command-line client based on the XML:DB API.

Author:
wolf

Nested Class Summary
static class InteractiveClient.ProgressObserver
           
 
Field Summary
static String CONFIGURATION
           
static String DRIVER
           
static String PASSWORD
           
static String URI
           
static String USER
           
 
Constructor Summary
InteractiveClient()
           
 
Method Summary
static String getExceptionMessage(Throwable e)
           
static Properties getSystemProperties()
           
static void main(String[] args)
          The main program for the InteractiveClient class.
 void printNotice()
           
 void readlineInputLoop(String home)
           
 void run(String[] args)
          Main processing method for the InteractiveClient object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER

public static final String USER
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

URI

public static final String URI
See Also:
Constant Field Values

CONFIGURATION

public static final String CONFIGURATION
See Also:
Constant Field Values

DRIVER

public static final String DRIVER
See Also:
Constant Field Values
Constructor Detail

InteractiveClient

public InteractiveClient()
Method Detail

main

public static void main(String[] args)
The main program for the InteractiveClient class.

Parameters:
args - The command line arguments

run

public void run(String[] args)
         throws Exception
Main processing method for the InteractiveClient object

Parameters:
args - arguments from main()
Throws:
Exception

getExceptionMessage

public static final String getExceptionMessage(Throwable e)

readlineInputLoop

public void readlineInputLoop(String home)

printNotice

public void printNotice()

getSystemProperties

public static Properties getSystemProperties()


Copyright (C) Wolfgang Meier. All rights reserved.