Uses of Class
aQute.libg.command.Command
-
Packages that use Command Package Description aQute.bnd.build aQute.bnd.maven aQute.libg.command aQute.libg.remote.sink -
-
Uses of Command in aQute.bnd.build
Fields in aQute.bnd.build declared as Command Modifier and Type Field Description private Command
JUnitLauncher. java
private Command
ProjectLauncher. java
Methods in aQute.bnd.build that return Command Modifier and Type Method Description private Command
Project. getCommonJavac(boolean test)
Methods in aQute.bnd.build with parameters of type Command Modifier and Type Method Description private void
Project. compile(Command javac, java.lang.String what)
private ProgressPlugin.Task
WorkspaceExternalPluginHandler. getTask(Command c)
-
Uses of Command in aQute.bnd.maven
Methods in aQute.bnd.maven with parameters of type Command Modifier and Type Method Description private void
MavenDeploy. optional(Command command, java.lang.String key, java.lang.String value)
private void
MavenDeployCmd. optional(Command command, java.lang.String key, java.lang.String value)
-
Uses of Command in aQute.libg.command
Methods in aQute.libg.command that return Command Modifier and Type Method Description Command
Command. arg(java.lang.String arg)
Command
Command. arg(java.lang.String... args)
Command
Command. full(java.lang.String full)
Command
Command. var(java.lang.String name, java.lang.String value)
-
Uses of Command in aQute.libg.remote.sink
Fields in aQute.libg.remote.sink declared as Command Modifier and Type Field Description (package private) Command
AreaImpl. command
-