| Modifier and Type | Method and Description |
|---|---|
FileSpecification |
LaunchAction.getFileSpecification()
The FileSpecification for this action.
|
FileSpecification |
RemoteGoToAction.getFileSpecification()
The FileSpecification for this action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchAction.setFileSpecification(FileSpecification fileSpec)
The FileSpecification for this action.
|
void |
RemoteGoToAction.setFileSpecification(FileSpecification fileSpec)
The FileSpecification for this action.
|
| Constructor and Description |
|---|
LaunchAction(FileSpecification fileSpec)
General constructor.
|
RemoteGoToAction(FileSpecification fileSpec,
RemoteDestination remoteDest)
General constructor.
|