public abstract class AbstractFacadeCommand extends Object implements FacadeCommand
| Constructor and Description |
|---|
AbstractFacadeCommand(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(FacadeCommandContext context) |
abstract void |
executeImpl(FacadeCommandContext context) |
String |
getName() |
public AbstractFacadeCommand(String name)
public String getName()
getName in interface FacadeCommandpublic void execute(FacadeCommandContext context) throws IOException, LoginException
execute in interface FacadeCommandIOExceptionLoginExceptionpublic abstract void executeImpl(FacadeCommandContext context) throws IOException, LoginException
IOExceptionLoginExceptionCopyright © 2022 vpc open source initiative. All rights reserved.