Class ObrCommandImpl

java.lang.Object
org.apache.felix.bundlerepository.impl.ObrCommandImpl
All Implemented Interfaces:
org.apache.felix.shell.Command

public class ObrCommandImpl extends Object implements org.apache.felix.shell.Command
  • Constructor Details

    • ObrCommandImpl

      public ObrCommandImpl(org.osgi.framework.BundleContext context, RepositoryAdmin repoAdmin)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.felix.shell.Command
    • getUsage

      public String getUsage()
      Specified by:
      getUsage in interface org.apache.felix.shell.Command
    • getShortDescription

      public String getShortDescription()
      Specified by:
      getShortDescription in interface org.apache.felix.shell.Command
    • execute

      public void execute(String commandLine, PrintStream out, PrintStream err)
      Specified by:
      execute in interface org.apache.felix.shell.Command
    • selectNewestVersion

      public Resource selectNewestVersion(Resource[] resources)