Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LockClean

        public LockClean()
    • Method Detail

      • 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