public class FSRunnableTester extends java.lang.Object implements FSDeploymentRunnable
| Constructor and Description |
|---|
FSRunnableTester() |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
getDeployment() |
void |
init(Deployment deployment)
An initialization method.
|
boolean |
isRunCalled() |
boolean |
isThrowException() |
void |
run() |
void |
setRunCalled(boolean runCalled) |
void |
setThrowException(boolean throwException) |
public void init(Deployment deployment)
FSDeploymentRunnableinit in interface FSDeploymentRunnabledeployment - The deployment that has just been committed.public void run()
run in interface java.lang.Runnablepublic Deployment getDeployment()
public boolean isRunCalled()
public void setThrowException(boolean throwException)
public boolean isThrowException()
public void setRunCalled(boolean runCalled)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.