Uses of Interface
eu.unicore.hila.Resource

Packages that use Resource
eu.unicore.hila   
eu.unicore.hila.common   
 

Uses of Resource in eu.unicore.hila
 

Methods in eu.unicore.hila that return Resource
 Resource Resource.getChild(String childPath)
           
 Resource Resource.getParent()
           
 Resource Location.locate(Object... extraInformation)
           
 

Methods in eu.unicore.hila that return types with arguments of type Resource
 Class<Resource> ResourceTypeRegistry.determineResourceType(Location location)
           
 List<Resource> Resource.getChildren()
           
 Class<Resource> Location.getLocationType()
           
 

Uses of Resource in eu.unicore.hila.common
 

Classes in eu.unicore.hila.common that implement Resource
 class BaseResource
           
 

Methods in eu.unicore.hila.common that return Resource
 Resource BaseResource.getChild(String childPath)
           
 Resource BaseResource.getParent()
           
 

Method parameters in eu.unicore.hila.common with type arguments of type Resource
static Location BaseResource.findParentLocationOfType(Class<? extends Resource> _type, Location _child, Class<? extends Resource> _stopAtType)
          Extract a Location of type _class from the deeper _location, e.g.
static Location BaseResource.findParentLocationOfType(Class<? extends Resource> _type, Location _child, Class<? extends Resource> _stopAtType)
          Extract a Location of type _class from the deeper _location, e.g.
 



Copyright © 2010-2013 UNICORE. All Rights Reserved.