Class BaseMappersInitializationCommand
- java.lang.Object
-
- org.apache.manifoldcf.authorities.BaseMappersInitializationCommand
-
- All Implemented Interfaces:
InitializationCommand
- Direct Known Subclasses:
RegisterMapper
,SynchronizeMappers
,UnRegisterAllMappers
,UnRegisterMapper
public abstract class BaseMappersInitializationCommand extends java.lang.Object implements InitializationCommand
- Author:
- Jettro Coenradie
-
-
Constructor Summary
Constructors Constructor Description BaseMappersInitializationCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
doExecute(IMappingConnectorManager mgr)
void
execute()
Execute the command.
-
-
-
Method Detail
-
execute
public void execute() throws ManifoldCFException
Description copied from interface:InitializationCommand
Execute the command.- Specified by:
execute
in interfaceInitializationCommand
- Throws:
ManifoldCFException
- Thrown if the execution fails
-
doExecute
protected abstract void doExecute(IMappingConnectorManager mgr) throws ManifoldCFException
- Throws:
ManifoldCFException
-
-