Uses of Interface
to.etc.domui.util.resources.IModifyableResource

Packages that use IModifyableResource
to.etc.domui.util.resources   
 

Uses of IModifyableResource in to.etc.domui.util.resources
 

Classes in to.etc.domui.util.resources that implement IModifyableResource
 class ClasspathJarRef
          A reference to a .jar file containing some resource.
 class ProductionClassResourceRef
          Classpath resource for PRODUCTION (non-debug) mode.
 class ReloadingClassResourceRef
          This is a resource reference to something on the classpath used only in debug mode.
 class WebappResourceRef
          A full reference to a web app file (a file somewhere in the webapp's web files or WEB-INF directorty).
 

Methods in to.etc.domui.util.resources that return IModifyableResource
 IModifyableResource ClasspathInventory.findClassSource(java.lang.Class<?> clz)
          Tries to find the .class file for the specified class.
 IModifyableResource ClasspathInventory.findResourceSource(java.lang.String resourcePath)
          Locate the source for some file that is part of the classpath (either a class resource or a .class file itself), and return a timestamp for that thing if found.
 IModifyableResource ResourceTimestamp.getRef()
           
 

Methods in to.etc.domui.util.resources with parameters of type IModifyableResource
 void IResourceDependencyList.add(IModifyableResource c)
          Add an IModifyableResource instance.
 void ResourceDependencyList.add(IModifyableResource c)
           
 

Constructors in to.etc.domui.util.resources with parameters of type IModifyableResource
ReloadingClassResourceRef(IModifyableResource mr, java.lang.String name)
          Create a root-based class resource ref.
ResourceTimestamp(IModifyableResource ref, long ts)