Uses of Interface
org.ckkloverdos.resource.IResource

Packages that use IResource
org.ckkloverdos.resource   
 

Uses of IResource in org.ckkloverdos.resource
 

Classes in org.ckkloverdos.resource that implement IResource
 class ClassLoaderResource
          A resource obtained from a class loader.
 class EmptyResource
          Represents a resource that doesnot exist.
 class FileResource
          File-based resource.
 

Methods in org.ckkloverdos.resource that return IResource
 IResource IResourceContext.getLocalResource(java.lang.String name)
          Returns the resource with the given name that lives in this context, without consulting the parent context on failure.
 IResource FileResourceContext.getLocalResource(java.lang.String name)
          Returns the resource with the given name, using only the underlying file roots to resolve it (the parent context is not consulted).
 IResource CompositeResourceContext.getLocalResource(java.lang.String name)
          The contexts that make up this composite context are consulted for the requested resource in the order they were specified in one of the constructors.
 IResource ClassLoaderResourceContext.getLocalResource(java.lang.String name)
          Returns the resource with the given name, using only the underlying class loader to resolve it (the parent context is not consulted).
 IResource ResourseContextSkeleton.getResource(java.lang.String name)
          Returns the resource with the given name.
 IResource IResourceContext.getResource(java.lang.String name)
          Returns the resource with the given name or null if not found either in this context or in the parent context.
static IResource RcUtil.safe(IResource rc)
          Returns the provided resource if not null, otherwise it returns EmptyResource.INSTANCE.
 

Methods in org.ckkloverdos.resource with parameters of type IResource
static IResource RcUtil.safe(IResource rc)
          Returns the provided resource if not null, otherwise it returns EmptyResource.INSTANCE.
 



Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.