Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.shell.commands.system
Class ServiceInfoCommand

java.lang.Object
  extended by org.nuxeo.ecm.shell.commands.repository.AbstractCommand
      extended by org.nuxeo.ecm.shell.commands.system.ServiceInfoCommand
All Implemented Interfaces:
Command

public class ServiceInfoCommand
extends AbstractCommand

Command to show details information about registered components.

Author:
Stefane Fermigier

Constructor Summary
ServiceInfoCommand()
           
 
Method Summary
static java.lang.String detail(TypeService instance)
          Detailed dump of the TypeService component.
 void run(CommandLine cmdLine)
           
static java.lang.String show(RegistrationInfo ri, int verbosity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfoCommand

public ServiceInfoCommand()
Method Detail

run

public void run(CommandLine cmdLine)
         throws java.lang.Exception
Specified by:
run in interface Command
Specified by:
run in class AbstractCommand
Throws:
java.lang.Exception

show

public static java.lang.String show(RegistrationInfo ri,
                                    int verbosity)

detail

public static java.lang.String detail(TypeService instance)
Detailed dump of the TypeService component. Note: this code could be moved to the class being dumped.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.