Uses of Class
things.universe.UniverseAnchor

Packages that use UniverseAnchor
things.thinger.kernel.basic.tools   
 

Uses of UniverseAnchor in things.thinger.kernel.basic.tools
 

Methods in things.thinger.kernel.basic.tools that return UniverseAnchor
 UniverseAnchor UniverseFileManager.getUniverse()
          Get the registered universe.
 

Methods in things.thinger.kernel.basic.tools with parameters of type UniverseAnchor
 void UniverseClassLoader.init(UniverseAnchor ua, boolean universeOnly)
          Init it.
 

Constructors in things.thinger.kernel.basic.tools with parameters of type UniverseAnchor
UniverseFileManager(javax.tools.StandardJavaFileManager rootManager, UniverseAnchor ua, java.lang.ClassLoader aClassLoader)
          Construct
 



Things.