Sunday, February 9, 2014

Equinox 3.8.2 OSGi commands page .....


bundlelevel - query bundle start level
   scope: felix
   parameters:
      Bundle   bundle to query

bundlelevel - set bundle start level or initial bundle start level
   scope: felix
   flags:
      -i, --setinitial   set the initial bundle start level
      -s, --setlevel   set the bundle's start level
   parameters:
      int   target level
      Bundle[]   target identifiers

frameworklevel - query framework active start level
   scope: felix

frameworklevel - set framework active start level
   scope: felix
   parameters:
      int   target start level

headers - display bundle headers
   scope: felix
   parameters:
      Bundle[]   target bundles

help - displays available commands
   scope: felix

help - displays information about a specific command
   scope: felix
   parameters:
      String   target command

install - install bundle using URLs
   scope: felix
   parameters:
      String[]   target URLs

inspect - inspects bundle dependency information
   scope: felix
   parameters:
      String   (package | bundle | fragment | service)
      String   (capability | requirement)
      Bundle[]   target bundles

lb - list all installed bundles
   scope: felix
   flags:
      -l, --location   show location
      -s, --symbolicname   show symbolic name
      -u, --updatelocation   show update location

lb - list installed bundles matching a substring
   scope: felix
   flags:
      -l, --location   show location
      -s, --symbolicname   show symbolic name
      -u, --updatelocation   show update location
   parameters:
      String   subtring matched against name or symbolic name

log - display all matching log entries
   scope: felix
   parameters:
      String   minimum log level [ debug | info | warn | error ]

log - display some matching log entries
   scope: felix
   parameters:
      int   maximum number of entries
      String   minimum log level [ debug | info | warn | error ]

refresh - refresh bundles
   scope: felix
   parameters:
      Bundle[]   target bundles (can be null or empty)

resolve - resolve bundles
   scope: felix
   parameters:
      Bundle[]   target bundles (can be null or empty)

start - start bundles
   scope: felix
   flags:
      -p, --policy   use declared activation policy
      -t, --transient   start bundle transiently
   parameters:
      String[]   target bundle identifiers or URLs

stop - stop bundles
   scope: felix
   flags:
      -t, --transient   stop bundle transiently
   parameters:
      Bundle[]   target bundles

uninstall - uninstall bundles
   scope: felix
   parameters:
      Bundle[]   target bundles

update - update bundle
   scope: felix
   parameters:
      Bundle   target bundle

update - update bundle from URL
   scope: felix
   parameters:
      Bundle   target bundle
      String   URL from where to retrieve bundle

which - determines from where a bundle loads a class
   scope: felix
   parameters:
      Bundle   target bundle
      String   target class name

cd - get current directory
   scope: felix
   parameters:
      CommandSession   automatically supplied shell session

cd - change current directory
   scope: felix
   parameters:
      CommandSession   automatically supplied shell session
      String   target directory

ls - get current directory contents
   scope: felix
   parameters:
      CommandSession   automatically supplied shell session

ls - get specified path contents
   scope: felix
   parameters:
      CommandSession   automatically supplied shell session
      String   path with optionally wildcarded file name

deploy - deploy resource from repository
   scope: obr
   flags:
      -s, --start   start deployed bundles
   parameters:
      String[]   ( <bundle-name> | <symbolic-name> | <bundle-id> )[@<version>] ...

info - retrieve resource description from repository
   scope: obr
   parameters:
      String[]   ( <bundle-name> | <symbolic-name> | <bundle-id> )[@<version>] ...

javadoc - retrieve resource JavaDoc from repository
   scope: obr
   flags:
      -x, --extract   extract documentation
   parameters:
      File   local target directory
      String[]   ( <bundle-name> | <symbolic-name> | <bundle-id> )[@<version>] ...

list - list repository resources
   scope: obr
   flags:
      -v, --verbose   display all versions
   parameters:
      String[]   optional strings used for name matching

repos - manage repositories
   scope: obr
   parameters:
      String   ( add | list | refresh | remove )
      String[]   space-delimited list of repository URLs

source - retrieve resource source code from repository
   scope: obr
   flags:
      -x, --extract   extract source code
   parameters:
      File   local target directory
      String[]   ( <bundle-name> | <symbolic-name> | <bundle-id> )[@<version>] ...

format
   scope: gogo
   parameters:
      CommandSession  

format
   scope: gogo
   parameters:
      CommandSession  
      Object  

getopt
   scope: gogo
   parameters:
      List  
      Object[]  

set
   scope: gogo
   parameters:
      CommandSession  
      String[]  

tac
   scope: gogo
   parameters:
      CommandSession  
      String[]  

type
   scope: gogo
   parameters:
      CommandSession  
      String[]  

each
   scope: gogo
   parameters:
      CommandSession  
      Collection  
      Function  

not
   scope: gogo
   parameters:
      CommandSession  
      Function  

until
   scope: gogo
   parameters:
      CommandSession  
      Function  
      Function  

cat
   scope: gogo
   parameters:
      CommandSession  
      String[]  

echo
   scope: gogo
   parameters:
      Object[]  

grep
   scope: gogo
   parameters:
      CommandSession  
      String[]  

telnetd
   scope: gogo
   parameters:
      String[]  

gosh
   scope: gogo
   parameters:
      CommandSession  
      String[]  

sh
   scope: gogo
   parameters:
      CommandSession  
      String[]  

source
   scope: gogo
   parameters:
      CommandSession  
      String  

telnet - start/stop a telnet server
   scope: equinox
   parameters:
      String[]  

exit - exit immediately (System.exit)
   scope: equinox

shutdown - shutdown the OSGi Framework
   scope: equinox

sta - start the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   bundle(s) to start

start - start the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   bundle(s) to start

sto - stop the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   bundle(s) to stop

stop - stop the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   bundle(s) to stop

i - install and optionally start bundle from the given URL
   scope: equinox
   flags:
      -start   spedify if the bundle should be started after installation
   parameters:
      String   Location of bundle to install

install - install and optionally start bundle from the given URL
   scope: equinox
   flags:
      -start   spedify if the bundle should be started after installation
   parameters:
      String   Location of bundle to install

up - update the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   bundle(s) to update

up - Update the specified bundle from the specified location
   scope: equinox
   parameters:
      Bundle   Bundle to update
      URL   Location of the new bundle content

update - update the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   bundle(s) to update

update - Update the specified bundle from the specified location
   scope: equinox
   parameters:
      Bundle   Bundle to update
      URL   Location of the new bundle content

un - uninstall the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   bundle(s) to uninstall

uninstall - uninstall the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   bundle(s) to uninstall

s - display installed bundles and registered services
   scope: equinox
   parameters:
      String[]   [-s <comma separated list of bundle states>] [segment of bsn]

status - display installed bundles and registered services
   scope: equinox
   parameters:
      String[]   [-s <comma separated list of bundle states>] [segment of bsn]

se - display registered service details. Examples for [filter]: (objectClass=com.xyz.Person); (&(objectClass=com.xyz.Person)(sn=Jensen)); passing only com.xyz.Person is a shortcut for (objectClass=com.xyz.Person). The filter syntax specification is available at http://www.ietf.org/rfc/rfc1960.txt
   scope: equinox
   parameters:
      String[]   Optional filter for filtering the displayed services. Examples for the filter: (objectClass=com.xyz.Person); (&(objectClass=com.xyz.Person)(sn=Jensen)); passing only com.xyz.Person is a shortcut for (objectClass=com.xyz.Person). The filter syntax specification is available at http://www.ietf.org/rfc/rfc1960.txt

services - display registered service details. Examples for [filter]: (objectClass=com.xyz.Person); (&(objectClass=com.xyz.Person)(sn=Jensen)); passing only com.xyz.Person is a shortcut for (objectClass=com.xyz.Person). The filter syntax specification is available at http://www.ietf.org/rfc/rfc1960.txt
   scope: equinox
   parameters:
      String[]   Optional filter for filtering the displayed services. Examples for the filter: (objectClass=com.xyz.Person); (&(objectClass=com.xyz.Person)(sn=Jensen)); passing only com.xyz.Person is a shortcut for (objectClass=com.xyz.Person). The filter syntax specification is available at http://www.ietf.org/rfc/rfc1960.txt

p - display imported/exported package details
   scope: equinox
   parameters:
      Bundle[]   Bundle whose packages to display. If not present displays all exported packages

p - display imported/exported package details
   scope: equinox
   parameters:
      String   Package name of the package to display

packages - display imported/exported package details
   scope: equinox
   parameters:
      Bundle[]   Bundle whose packages to display. If not present displays all exported packages

packages - display imported/exported package details
   scope: equinox
   parameters:
      String   Package name of the package to display

bundles - display details for all installed bundles
   scope: equinox
   parameters:
      String[]   [-s <comma separated list of bundle states>] [segment of bsn]

b - display details for the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   (<id>|<location>)

bundle - display details for the specified bundle(s)
   scope: equinox
   parameters:
      Bundle[]   (<id>|<location>)

gc - perform a garbage collection
   scope: equinox

init - uninstall all bundles
   scope: equinox

close - shutdown and exit
   scope: equinox

r - refresh the packages of the specified bundles; if -all option is specified refresh packages of all installed bundles
   scope: equinox
   flags:
      -all   specify to refresh the packages of all installed bundles
   parameters:
      Bundle[]   list of bundles whose packages to be refreshed; if not present refreshes all bundles

refresh - refresh the packages of the specified bundles; if -all option is specified refresh packages of all installed bundles
   scope: equinox
   flags:
      -all   specify to refresh the packages of all installed bundles
   parameters:
      Bundle[]   list of bundles whose packages to be refreshed; if not present refreshes all bundles

exec - execute a command in a separate process and wait
   scope: equinox
   parameters:
      String   command to be executed

fork - execute a command in a separate process
   scope: equinox
   parameters:
      String   command to be executed

h - print bundle headers
   scope: equinox
   parameters:
      Bundle[]   bundles to print headers for

headers - print bundle headers
   scope: equinox
   parameters:
      Bundle[]   bundles to print headers for

pr - Display system properties
   scope: equinox

props - Display system properties
   scope: equinox

setp - set OSGi properties
   scope: equinox
   parameters:
      String[]   list of properties with values to be set; the format is <key>=<value> and the pairs are separated with space if more than one

setprop - set OSGi properties
   scope: equinox
   parameters:
      String[]   list of properties with values to be set; the format is <key>=<value> and the pairs are separated with space if more than one

ss - display installed bundles (short status)
   scope: equinox
   parameters:
      String[]   [-s <comma separated list of bundle states>] [segment of bsn]

t - display threads and thread groups
   scope: equinox

threads - display threads and thread groups
   scope: equinox

sl - display the start level for the specified bundle, or for the framework if no bundle specified
   scope: equinox
   parameters:
      Bundle[]   bundle to get the start level

setfwsl - set the framework start level
   scope: equinox
   parameters:
      int   new start level

setbsl - set the start level for the bundle(s)
   scope: equinox
   parameters:
      int   new start level
      Bundle[]   bundle(s) to change startlevel

setibsl - set the initial bundle start level
   scope: equinox
   parameters:
      int   new start level

profilelog - Display & flush the profile log messages
   scope: equinox

getprop - displays the system properties with the given name, or all of them
   scope: equinox
   parameters:
      String[]   name of system property to dispaly

diag - Displays unsatisfied constraints for the specified bundle(s)
   scope: equinox
   parameters:
      long[]   IDs of bundle(s), for which to display unsatisfied constraints

help
   scope: equinox
   parameters:
      CommandSession  
      String[]  

man
   scope: equinox
   parameters:
      CommandSession  
      String[]  

disconnect
   scope: equinox
   parameters:
      CommandSession 

0 comments:

Post a Comment

Sample Text

Website counter

Categories