Package org.apache.manifoldcf.agents
Class SynchronizeTransformations
- java.lang.Object
-
- org.apache.manifoldcf.agents.BaseAgentsInitializationCommand
-
- org.apache.manifoldcf.agents.SynchronizeTransformations
-
- All Implemented Interfaces:
InitializationCommand
public class SynchronizeTransformations extends BaseAgentsInitializationCommand
Un-register all registered transformation connector classes that can't be found
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
-
Constructor Summary
Constructors Constructor Description SynchronizeTransformations()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(IThreadContext tc)
static void
main(java.lang.String[] args)
-
Methods inherited from class org.apache.manifoldcf.agents.BaseAgentsInitializationCommand
execute
-
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
doExecute
protected void doExecute(IThreadContext tc) throws ManifoldCFException
- Specified by:
doExecute
in classBaseAgentsInitializationCommand
- Throws:
ManifoldCFException
-
main
public static void main(java.lang.String[] args)
-
-