Uses of Interface
org.apache.felix.shell.Command
-
Packages that use Command Package Description org.apache.felix.shell org.apache.felix.shell.impl -
-
Uses of Command in org.apache.felix.shell
Subinterfaces of Command in org.apache.felix.shell Modifier and Type Interface Description interfaceCdCommandThis interface defines the cd command service interface for the Felix impl service. -
Uses of Command in org.apache.felix.shell.impl
Classes in org.apache.felix.shell.impl that implement Command Modifier and Type Class Description classBundleLevelCommandImplclassCdCommandImplclassFindCommandImplShell command to display a list of bundles whose Bundle-Name or Bundle-Symbolic-Name contains a specified stringclassHeadersCommandImplclassHelpCommandImplclassInspectCommandImplclassInstallCommandImplclassLogCommandImplApache Felix Shell command to display recent log entriesclassPsCommandImplclassRefreshCommandImplclassResolveCommandImplclassShutdownCommandImplclassStartCommandImplclassStartLevelCommandImplclassStopCommandImplclassSystemPropertiesCommandImplCommand to display, set and modify system properties Usage: sysprop -> displays all the system properties sysprop [key] -> displays the [key] property sysprop -r [key] -> removes the [key] property sysprop [key] [value] -> set the property [key] to [value]classUninstallCommandImplclassUpdateCommandImplclassVersionCommandImplConstructors in org.apache.felix.shell.impl with parameters of type Command Constructor Description ExecutePrivileged(Command command, java.lang.String commandLine, java.io.PrintStream out, java.io.PrintStream err)
-