org.apache.jackrabbit.command.fs
Class SetPropertyFromFile

java.lang.Object
  extended byorg.apache.jackrabbit.command.core.AbstractSetProperty
      extended byorg.apache.jackrabbit.command.fs.SetPropertyFromFile
All Implemented Interfaces:
org.apache.commons.chain.Command

public class SetPropertyFromFile
extends AbstractSetProperty

Set a Property Value with the content of the given file.


Field Summary
 
Fields inherited from class org.apache.jackrabbit.command.core.AbstractSetProperty
nameKey, parentPathKey, typeKey, valueKey
 
Constructor Summary
SetPropertyFromFile()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 
Methods inherited from class org.apache.jackrabbit.command.core.AbstractSetProperty
getNameKey, getParentPathKey, getTypeKey, getValueKey, setNameKey, setParentPathKey, setTypeKey, setValueKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetPropertyFromFile

public SetPropertyFromFile()
Method Detail

execute

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

Throws:
Exception


Copyright © 2005 . All Rights Reserved.