Examples of BundlesCommand


Examples of org.foo.shell.commands.BundlesCommand

      "startlevel [<level>] - Get or set the framework startlevel."));
    commands.put("bundlelevel", new BundleLevelCommand().setContext(context).setHelp(
      "bundlelevel [-i] [<level>] <id> - Get or set (initial) bundle startlevel."));
    commands.put("refresh", new RefreshCommand().setContext(context).setHelp("refresh [<id> ...] - refresh bundles."));
    commands.put("resolve", new ResolveCommand().setContext(context).setHelp("resolve [<id> ...] - resolve bundles."));
    commands.put("bundles", new BundlesCommand().setContext(context).setHelp(
      "bundles - Print information about the currently installed bundles"));
    commands.put("obr-repository", new RepositoryCommand().setContext(context).setHelp(
      "obr-repository {list-urls|add-url <url> |remove-url <url>|list}"));
    commands.put("obr-resolver", new ResolverCommand().setContext(context).setHelp("obr-resolver <resource-filter>"));
    commands.put("dpa", new DeploymentPackageCommand().setContext(context).setHelp("dpa {list|install <url>|uninstall <name>}"));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.