Uses of Interface
org.inxar.hotswap.ProxyResource

Packages that use ProxyResource
org.inxar.hotswap This package provides the core interfaces and reference implementation. 
 

Uses of ProxyResource in org.inxar.hotswap
 

Methods in org.inxar.hotswap that return ProxyResource
 ProxyResource ProxyClass.getSourcefile()
          Returns the Sourcefile ProxyResource for this ProxyClass.
 ProxyResource ProxyClass.getClassfile()
          Returns the Sourcefile ProxyResource for this ProxyClass.
 ProxyResource ProxyCompiler.getSourcefile(ProxyClass cls)
          Returns the sourcefile ProxyResource for this ProxyClass.
 ProxyResource ProxyCompiler.getClassfile(ProxyClass cls)
          Returns the classfile ProxyResource for this ProxyClass.