public class CommandRef extends Object
TextBuiltin
subclass).
These descriptions are lightweight compared to creating a command instance and are therefore suitable for catalogs of "known" commands without linking the command's implementation and creating a dummy instance of the command.
| Modifier and Type | Method and Description |
|---|---|
TextBuiltin |
create()
Create an instance of the command implementation
|
ClassLoader |
getImplementationClassLoader()
Get implementation class loader
|
String |
getImplementationClassName()
Get implementation class name
|
String |
getName()
Get the
name. |
String |
getUsage()
Get
usage. |
boolean |
isCommon()
Is this command commonly used
|
String |
toString() |
public String getName()
name.public String getUsage()
usage.public boolean isCommon()
public String getImplementationClassName()
public ClassLoader getImplementationClassLoader()
getImplementationClassName().public TextBuiltin create()
Copyright © 2019 Eclipse JGit Project. All rights reserved.