Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.management.probes
Class ProbeDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.management.probes.ProbeDescriptor

public class ProbeDescriptor
extends Object

Author:
Stephane Lacoin (Nuxeo EP Software Engineer)

Constructor Summary
ProbeDescriptor()
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 Class<? extends Probe> getProbeClass()
           
 String getQualifiedName()
           
 String getShortcut()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbeDescriptor

public ProbeDescriptor()
Method Detail

getLabel

public String getLabel()

getDescription

public String getDescription()

getShortcut

public String getShortcut()

getQualifiedName

public String getQualifiedName()

getProbeClass

public Class<? extends Probe> getProbeClass()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.