org.apache.jackrabbit.command.xml
Class ImportXmlFromFile
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportXmlFromFile
public ImportXmlFromFile()
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.