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()
ICommand
type
in interface ICommand
ICommand.type()
Copyright © 2020 Red Hat. All rights reserved.