Xindice API

Uses of Class
org.apache.xindice.tools.command.Command

Packages that use Command
org.apache.xindice.tools.command Implements the commands that are available via the Command Line Tools. 
 

Uses of Command in org.apache.xindice.tools.command
 

Subclasses of Command in org.apache.xindice.tools.command
 class AddCollection
          AddCollection.java is designed to let the user create new Collections and Nested Collections within the Database.
 class AddCollectionXMLObject
          AddCollectionXMLObject.java is designed to let the user create an XMLObject within a Collection or Nested Collection.
 class AddDocument
          AddDocument.java is designed to let the user add Single Documents and/or Multiple Documents to an existing Collection or Nested Collection within the current Database.
 class AddIndexer
          AddIndexer.java is designed to let the user create an Indexer and insert it into a Collection.
 class AddMultipleDocuments
          AddMultipleDocuments.java is designed to let the user add several Documents to an existing Collection at one time.
 class DeleteCollection
          DeleteCollection.java is designed to let the user delete or drop a named Collection or Nested Collection from the Database or Parent Collection respectively.
 class DeleteCollectionXMLObject
          DeleteCollectionXMLObject.java is designed to let the user delete an XMLObject from a specific Collection.
 class DeleteDocument
          DeleteDocument.java is designed to let the user delete or drop a Document, referred by the Key, from a specific Collection or Nested Collection.
 class DeleteIndexer
          DeleteIndexer.java is designed to let the user delete or drop an Indexer from a named Collection or a nested Collection within the Database.
 class ExportTree
          ExportTree.java is designed to take a Collection tree and create a Directory tree from it.
 class ImportTree
          ImportTree.java is designed to take a directory/file path and create a Collection from it's name.
 class InvokeXmlObject
          SingleDocumentQuery is designed to enable the user/admin to XPathQuery a Collection for a Single Document.
 class ListCollectionDocuments
          ListCollectionDocumets.java is designed to let the user list all documents in a specific collection.
 class ListCollections
          ListCollections.java is designed to let the user list all Collections from a parent Collection or a nested Collection.
 class ListCollectionXMLObjects
          ListCollectionXMLObjects.java is designed to let the user recall a list of XMLObjects from a specific Collection.
 class ListIndexers
          ListIndexers.java is designed to let the user recall a list of Indexers from a specific Collection.
 class RetrieveDocument
          RetrieveDocument.java is designed to let the user recall or retrieve a Document from a specific Collection and save it to a new location.
 class Shutdown
          AddCollection.java is designed to let the user create new Collections and Nested Collections within the Database.
 class XPathQuery
          SingleDocumentQuery is designed to enable the user/admin to XPathQuery a Collection for a Single Document.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation