public abstract class CCSExecutor extends CCSExecutorWithReturn<Void>
| Constructor and Description |
|---|
CCSExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
execute()
Actually perform the command
|
protected Void |
executeAndReturn()
Actually perform the command
|
testPreconditionsprotected abstract void execute()
throws Exception
Exception - If the command fails.protected Void executeAndReturn() throws Exception
CCSExecutorWithReturnexecuteAndReturn in class CCSExecutorWithReturn<Void>Exception - If the command fails.Copyright © 2023 LSST. All rights reserved.