public abstract class AbstractCommand extends Object implements ICommand
| Constructor and Description |
|---|
AbstractCommand()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isNullOrUndefined(Object object)
Returns true if the argument is either null or undefined.
|
String |
type()
Returns the type of the command (i.e.
|
protected boolean isNullOrUndefined(Object object)
object - public final String type()
ICommandtype in interface ICommandICommand.type()Copyright © 2019 Red Hat. All rights reserved.