Xindice API

org.apache.xindice.tools.command
Class AddMultipleDocuments

java.lang.Object
  |
  +--org.apache.xindice.tools.command.Command
        |
        +--org.apache.xindice.tools.command.AddMultipleDocuments

public class AddMultipleDocuments
extends Command

AddMultipleDocuments.java is designed to let the user add several Documents to an existing Collection at one time. Documents are added with an ID the same as the file name. This command assumes that the collection being added to already exists!


Fields inherited from class org.apache.xindice.tools.command.Command
COLLECTIONURI, XINDICE_NAME_INDEXER, XINDICE_VAL_INDEXER, XINDICEURI, XMLDBAPIVERSION
 
Constructor Summary
AddMultipleDocuments()
           
 
Method Summary
 boolean execute(java.util.Hashtable table)
           
 
Methods inherited from class org.apache.xindice.tools.command.Command
normalizeCollectionURI, normalizeXindiceURI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddMultipleDocuments

public AddMultipleDocuments()
Method Detail

execute

public boolean execute(java.util.Hashtable table)
                throws java.lang.Exception
Overrides:
execute in class Command

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation