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 CommandJUnitLauncher. javaprivate CommandProjectLauncher. javaMethods in aQute.bnd.build that return Command Modifier and Type Method Description private CommandProject. getCommonJavac(boolean test)Methods in aQute.bnd.build with parameters of type Command Modifier and Type Method Description private voidProject. compile(Command javac, java.lang.String what)private ProgressPlugin.TaskWorkspaceExternalPluginHandler. 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 voidMavenDeploy. optional(Command command, java.lang.String key, java.lang.String value)private voidMavenDeployCmd. 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 CommandCommand. arg(java.lang.String arg)CommandCommand. arg(java.lang.String... args)CommandCommand. full(java.lang.String full)CommandCommand. 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) CommandAreaImpl. command
-