org.apache.jackrabbit.command.xml
Class ImportXmlFromFile

java.lang.Object
  extended byorg.apache.jackrabbit.command.xml.ImportXmlFromFile
All Implemented Interfaces:
org.apache.commons.chain.Command

public class ImportXmlFromFile
extends Object
implements org.apache.commons.chain.Command

Import the xml view from the given file to the current working Node


Constructor Summary
ImportXmlFromFile()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getDestJcrPathKey()
           
 String getSrcFsPathKey()
           
 String getUuidBehaviourKey()
           
 void setDestJcrPathKey(String destJcrPathKey)
           
 void setSrcFsPathKey(String fromKey)
           
 void setUuidBehaviourKey(String uuidBehaviourKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportXmlFromFile

public ImportXmlFromFile()
Method Detail

execute

public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception

Specified by:
execute in interface org.apache.commons.chain.Command
Throws:
Exception

getSrcFsPathKey

public String getSrcFsPathKey()
Returns:
the from key

setSrcFsPathKey

public void setSrcFsPathKey(String fromKey)
Parameters:
fromKey - the from key to set

getUuidBehaviourKey

public String getUuidBehaviourKey()
Returns:
the uuidBehaviourKey

setUuidBehaviourKey

public void setUuidBehaviourKey(String uuidBehaviourKey)
Parameters:
uuidBehaviourKey - the uuidBehaviourKey to set

getDestJcrPathKey

public String getDestJcrPathKey()
Returns:
the destination jcr path key

setDestJcrPathKey

public void setDestJcrPathKey(String destJcrPathKey)
Parameters:
destJcrPathKey - the destination jcr path key to set


Copyright © 2005 . All Rights Reserved.