org.apache.jackrabbit.standalone.cli.core
Class SetMultivalueProperty

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
      extended by org.apache.jackrabbit.standalone.cli.core.SetMultivalueProperty
All Implemented Interfaces:
org.apache.commons.chain.Command

public class SetMultivalueProperty
extends AbstractSetProperty

Set a multivalue Property to the current working Node.
The default regular expression is ",".


Field Summary
 
Fields inherited from class org.apache.jackrabbit.standalone.cli.core.AbstractSetProperty
nameKey, parentPathKey, typeKey, valueKey
 
Constructor Summary
SetMultivalueProperty()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getRegExpKey()
           
 void setRegExpKey(String regExpKey)
           
 
Methods inherited from class org.apache.jackrabbit.standalone.cli.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

SetMultivalueProperty

public SetMultivalueProperty()
Method Detail

execute

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

Throws:
Exception

getRegExpKey

public String getRegExpKey()
Returns:
the regular expression key

setRegExpKey

public void setRegExpKey(String regExpKey)
Parameters:
regExpKey - the regular expression key to set


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.