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() |
ClassLoader |
getImplementationClassLoader() |
String |
getImplementationClassName() |
String |
getName() |
String |
getUsage() |
boolean |
isCommon() |
public String getName()
public String getUsage()
public boolean isCommon()
public String getImplementationClassName()
public ClassLoader getImplementationClassLoader()
getImplementationClassName()
.public TextBuiltin create()
Copyright © 2017 Eclipse JGit Project. All rights reserved.