Class ObrCommandImpl
- java.lang.Object
-
- org.apache.felix.bundlerepository.impl.ObrCommandImpl
-
- All Implemented Interfaces:
org.apache.felix.shell.Command
public class ObrCommandImpl extends java.lang.Object implements org.apache.felix.shell.Command
-
-
Constructor Summary
Constructors Constructor Description ObrCommandImpl(org.osgi.framework.BundleContext context, RepositoryAdmin repoAdmin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.lang.String commandLine, java.io.PrintStream out, java.io.PrintStream err)java.lang.StringgetName()java.lang.StringgetShortDescription()java.lang.StringgetUsage()ResourceselectNewestVersion(Resource[] resources)
-
-
-
Constructor Detail
-
ObrCommandImpl
public ObrCommandImpl(org.osgi.framework.BundleContext context, RepositoryAdmin repoAdmin)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.apache.felix.shell.Command
-
getUsage
public java.lang.String getUsage()
- Specified by:
getUsagein interfaceorg.apache.felix.shell.Command
-
getShortDescription
public java.lang.String getShortDescription()
- Specified by:
getShortDescriptionin interfaceorg.apache.felix.shell.Command
-
execute
public void execute(java.lang.String commandLine, java.io.PrintStream out, java.io.PrintStream err)- Specified by:
executein interfaceorg.apache.felix.shell.Command
-
-