Uses of Class
org.jboss.dna.web.jcr.rest.client.Status.Severity

Packages that use Status.Severity
org.jboss.dna.web.jcr.rest.client The JBoss DNA REST Client is a lightweight, non-UI Maven project that interacts with the DNA REST server. 
 

Uses of Status.Severity in org.jboss.dna.web.jcr.rest.client
 

Methods in org.jboss.dna.web.jcr.rest.client that return Status.Severity
 Status.Severity Status.getSeverity()
           
static Status.Severity Status.Severity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status.Severity[] Status.Severity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.dna.web.jcr.rest.client with parameters of type Status.Severity
Status(Status.Severity severity, String message, Throwable exception)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.