org.glassfish.jersey.server.model
Class RuntimeResourceModel

java.lang.Object
  extended by org.glassfish.jersey.server.model.RuntimeResourceModel

public class RuntimeResourceModel
extends java.lang.Object

Runtime Resource model contains structured information about runtime resources.

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)

Constructor Summary
RuntimeResourceModel(java.util.List<Resource> resources)
          Creates new runtime resource model from the list of resources.
 
Method Summary
 java.util.List<RuntimeResource> getRuntimeResources()
          Get list of runtime resources from this model (excluding child resources which are accessible in the returned resources).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeResourceModel

public RuntimeResourceModel(java.util.List<Resource> resources)
Creates new runtime resource model from the list of resources.

Parameters:
resources - List of all resource that should be base for the model.
Method Detail

getRuntimeResources

public java.util.List<RuntimeResource> getRuntimeResources()
Get list of runtime resources from this model (excluding child resources which are accessible in the returned resources).

Returns:
List of runtime resources.


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.