Xindice API
version 1.1

org.apache.xindice.tools.command
Class Command

java.lang.Object
  extended by org.apache.xindice.tools.command.Command
Direct Known Subclasses:
AddCollection, AddDocument, AddIndexer, AddMultipleDocuments, AddResource, DeleteCollection, DeleteDocument, DeleteIndexer, ExportTree, HelpCommand, ImportTree, ListCollectionDocuments, ListCollections, ListIndexers, RetrieveDocument, Shutdown, XPathQuery, XUpdate

public abstract class Command
extends Object

Command is the standard interface command line arguments

Version:
$Revision: 511426 $, $Date: 2007-02-25 04:25:02 +0100 (Sun, 25 Feb 2007) $

Field Summary
static String XINDICE_NAME_INDEXER
           
static String XINDICE_VAL_INDEXER
           
static String XINDICELOCALURI
           
static String XINDICEURI
           
static String XMLDBAPIVERSION
           
static String XMLDBURI
           
 
Constructor Summary
Command()
           
 
Method Summary
abstract  boolean execute(Hashtable table)
           
 String normalizeCollectionURI(String uri, String local)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XINDICEURI

public static final String XINDICEURI
See Also:
Constant Field Values

XINDICELOCALURI

public static final String XINDICELOCALURI
See Also:
Constant Field Values

XMLDBURI

public static final String XMLDBURI
See Also:
Constant Field Values

XMLDBAPIVERSION

public static final String XMLDBAPIVERSION
See Also:
Constant Field Values

XINDICE_VAL_INDEXER

public static final String XINDICE_VAL_INDEXER
See Also:
Constant Field Values

XINDICE_NAME_INDEXER

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

Command

public Command()
Method Detail

execute

public abstract boolean execute(Hashtable table)
                         throws Exception
Throws:
Exception

normalizeCollectionURI

public String normalizeCollectionURI(String uri,
                                     String local)

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.