org.apache.manifoldcf.core
Class LockClean

java.lang.Object
  extended by org.apache.manifoldcf.core.LockClean
All Implemented Interfaces:
InitializationCommand

public class LockClean
extends java.lang.Object
implements InitializationCommand

ManifoldCF makes use of a synchronization directory to store data about the current state of the synchronization between the repository connection and the output connection. This class is used to clear this directory.


Field Summary
static java.lang.String _rcsid
           
 
Constructor Summary
LockClean()
           
 
Method Summary
 void execute()
          Execute the command.
static void main(java.lang.String[] args)
          Useful when running this class standalone.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Constructor Detail

LockClean

public LockClean()
Method Detail

execute

public void execute()
             throws ManifoldCFException
Execute the command.

Specified by:
execute in interface InitializationCommand
Throws:
ManifoldCFException - Thrown if the execution fails

main

public static void main(java.lang.String[] args)
Useful when running this class standalone. You should not provide any arguments

Parameters:
args - String[] containing the arguments