public abstract class OpsParams extends Object implements CommandParameters
| Modifier and Type | Class and Description |
|---|---|
static class |
OpsParams.Command
There can be cases where the container code wants to find out
the command associated with the operation when the Origin information
is not sufficient
|
static class |
OpsParams.Origin
There can be so far 6 types of events that can trigger deployment
activities.
|
| Modifier and Type | Field and Description |
|---|---|
Boolean |
_classicstyle |
OpsParams.Command |
command
The command associated with this operation, by default it's deploy
|
OpsParams.Origin |
origin
Type of deployment operation, by default it's deployment
|
| Constructor and Description |
|---|
OpsParams() |
| Modifier and Type | Method and Description |
|---|---|
OpsParams.Command |
getCommand() |
OpsParams.Origin |
getOrigin() |
abstract String |
libraries() |
abstract String |
name() |
public OpsParams.Origin origin
public OpsParams.Command command
public Boolean _classicstyle
public OpsParams.Origin getOrigin()
public OpsParams.Command getCommand()
public abstract String name()
public abstract String libraries()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.