org.apache.jackrabbit.standalone.cli.version
Class Checkin

java.lang.Object
  extended by org.apache.jackrabbit.standalone.cli.version.Checkin
All Implemented Interfaces:
org.apache.commons.chain.Command

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

Check in the given versionable Node


Constructor Summary
Checkin()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 String getPathKey()
           
 String getTargetVersion()
           
 void setPathKey(String pathKey)
           
 void setTargetVersion(String targetVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Checkin

public Checkin()
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

getPathKey

public String getPathKey()
Returns:
the path key

setPathKey

public void setPathKey(String pathKey)
Parameters:
pathKey - the path key to set

getTargetVersion

public String getTargetVersion()

setTargetVersion

public void setTargetVersion(String targetVersion)


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