Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs
Class Utils.ClassRef

java.lang.Object
  extended by org.nuxeo.ecm.webengine.jaxrs.Utils.ClassRef
Enclosing class:
Utils

public static class Utils.ClassRef
extends Object


Constructor Summary
Utils.ClassRef(org.osgi.framework.Bundle bundle, Class<?> clazz)
           
 
Method Summary
 org.osgi.framework.Bundle bundle()
           
 Class<?> get()
           
 Object newInstance()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Utils.ClassRef

public Utils.ClassRef(org.osgi.framework.Bundle bundle,
                      Class<?> clazz)
Method Detail

get

public Class<?> get()

bundle

public org.osgi.framework.Bundle bundle()

newInstance

public Object newInstance()
                   throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.