Uses of Class
org.raml.model.Resource

Packages that use Resource
org.raml.model   
 

Uses of Resource in org.raml.model
 

Methods in org.raml.model that return Resource
 Resource Action.getResource()
           
 Resource Resource.getResource(String path)
           
 Resource Raml.getResource(String path)
           
 

Methods in org.raml.model that return types with arguments of type Resource
 Map<String,Resource> Resource.getResources()
           
 Map<String,Resource> Raml.getResources()
           
 

Methods in org.raml.model with parameters of type Resource
 void Action.setResource(Resource resource)
           
 

Method parameters in org.raml.model with type arguments of type Resource
 void Resource.setResources(Map<String,Resource> resources)
           
 void Raml.setResources(Map<String,Resource> resources)
           
 



Copyright © 2013. All rights reserved.