public abstract class AbstractUUIDCommand<T extends AbstractFile> extends ShellCommand
SUBSYSTEM_CALLBACK, SUBSYSTEM_FILESYSTEM, SUBSYSTEM_HELP, SUBSYSTEM_JVM, SUBSYSTEM_POLICY, SUBSYSTEM_SHELL, SUBSYSTEM_SSHD, SUBSYSTEM_SYSTEM, SUBSYSTEM_TEXT_EDITING
exitCode, process
STILL_ACTIVE
Constructor and Description |
---|
AbstractUUIDCommand(String name,
String subsystem) |
AbstractUUIDCommand(String name,
String subsystem,
String signature) |
AbstractUUIDCommand(String name,
String subsystem,
String signature,
org.apache.commons.cli.Option... options) |
Modifier and Type | Method and Description |
---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates,
VirtualProcess process) |
complete, getCollection, getCommandName, getDescription, getExitCode, getName, getOptions, getProcess, getSignature, getSubsystem, hasFixedOptions, init, isBuiltIn, isHidden, setBuiltIn, setDescription, setName, setSignature, setSubsystem
public int complete(String buffer, int cursor, List<String> candidates, VirtualProcess process)
Copyright © 2024. All rights reserved.