Class RemoveVersionByLabel
- java.lang.Object
- 
- org.apache.jackrabbit.standalone.cli.version.RemoveVersionByLabel
 
- 
- All Implemented Interfaces:
- org.apache.commons.chain.Command
 
 public class RemoveVersionByLabel extends Object implements org.apache.commons.chain.Command Remove theVersionfrom theVersionHistorythat match the given label
- 
- 
Constructor SummaryConstructors Constructor Description RemoveVersionByLabel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context ctx)StringgetLabelKey()StringgetPathKey()voidsetLabelKey(String versionNameKey)voidsetPathKey(String pathKey)
 
- 
- 
- 
Method Detail- 
executepublic boolean execute(org.apache.commons.chain.Context ctx) throws Exception- Specified by:
- executein interface- org.apache.commons.chain.Command
- Throws:
- Exception
 
 - 
getPathKeypublic String getPathKey() - Returns:
- the path key
 
 - 
setPathKeypublic void setPathKey(String pathKey) - Parameters:
- pathKey- the path key to set
 
 - 
getLabelKeypublic String getLabelKey() - Returns:
- the version name key
 
 - 
setLabelKeypublic void setLabelKey(String versionNameKey) - Parameters:
- versionNameKey- the version name key to set
 
 
- 
 
-