Xindice API
version 1.1

org.apache.xindice.tools.command
Class Command

java.lang.Object
  |
  +--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-24 22:25:02 -0500 (Sat, 24 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

XINDICELOCALURI

public static final String XINDICELOCALURI

XMLDBURI

public static final String XMLDBURI

XMLDBAPIVERSION

public static final String XMLDBAPIVERSION

XINDICE_VAL_INDEXER

public static final String XINDICE_VAL_INDEXER

XINDICE_NAME_INDEXER

public static final String XINDICE_NAME_INDEXER
Constructor Detail

Command

public Command()
Method Detail

execute

public abstract boolean execute(Hashtable table)
                         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.