com.liferay.portal.kernel.workflow.test
Class WorkflowHandlerReplacer<T>
java.lang.Object
com.liferay.portal.kernel.workflow.test.WorkflowHandlerReplacer<T>
- All Implemented Interfaces:
- AutoCloseable
public class WorkflowHandlerReplacer<T>
- extends Object
- implements AutoCloseable
|
Method Summary |
void |
close()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowHandlerReplacer
public WorkflowHandlerReplacer(String className,
WorkflowHandler<T> replacementWorkflowHandler)
close
public void close()
throws Exception
- Specified by:
close in interface AutoCloseable
- Throws:
Exception