org.xoe.core.packages
Class ClassInstallerData

java.lang.Object
  |
  +--org.xoe.core.packages.ClassInstallerData

public class ClassInstallerData
extends Object


Constructor Summary
protected ClassInstallerData(XoeClassLoader classLoader)
           
 
Method Summary
 XoeClassLoader getClassLoader()
           
protected  void linkTo(ClassInstallerData other)
           
protected  void unlink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassInstallerData

protected ClassInstallerData(XoeClassLoader classLoader)
Method Detail

linkTo

protected void linkTo(ClassInstallerData other)

unlink

protected void unlink()

getClassLoader

public XoeClassLoader getClassLoader()