public interface Command extends Completor
| Modifier and Type | Field and Description |
|---|---|
static int |
STILL_ACTIVE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName() |
String |
getDescription() |
int |
getExitCode() |
org.apache.commons.cli.Options |
getOptions() |
String |
getSignature() |
String |
getSubsystem() |
void |
init(VirtualProcess process) |
boolean |
isBuiltIn() |
boolean |
isHidden() |
void |
run(org.apache.commons.cli.CommandLine args,
VirtualProcess process) |
static final int STILL_ACTIVE
org.apache.commons.cli.Options getOptions()
void run(org.apache.commons.cli.CommandLine args,
VirtualProcess process)
throws IOException,
PermissionDeniedException
IOExceptionPermissionDeniedExceptionString getDescription()
String getSubsystem()
String getCommandName()
String getSignature()
boolean isBuiltIn()
int getExitCode()
void init(VirtualProcess process)
boolean isHidden()
Copyright © 2025. All rights reserved.