Package org.apache.manifoldcf.core
Class LockClean
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static java.lang.String
_rcsid
-
Constructor Summary
Constructors Constructor Description LockClean()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Execute the command.static void
main(java.lang.String[] args)
Useful when running this class standalone.
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute() throws ManifoldCFException
Execute the command.- Specified by:
execute
in interfaceInitializationCommand
- 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
-
-