Class Clazzes

java.lang.Object
org.robovm.compiler.clazz.Clazzes

public class Clazzes
extends Object
Version:
$Id$
  • Constructor Details

  • Method Details

    • createResourcesBootclasspathPath

      public Path createResourcesBootclasspathPath​(File file) throws IOException
      Throws:
      IOException
    • createResourcesClasspathPath

      public Path createResourcesClasspathPath​(File file) throws IOException
      Throws:
      IOException
    • load

      public Clazz load​(String internalName)
    • loadResources

      public List<InputStream> loadResources​(String resource) throws IOException
      Throws:
      IOException
    • getBootclasspathPaths

      public List<Path> getBootclasspathPaths()
    • getClasspathPaths

      public List<Path> getClasspathPaths()
    • getPaths

      public List<Path> getPaths()
    • listClasses

      public List<Clazz> listClasses()
    • disposeSoot

      public void disposeSoot()
      releases soot resources, singletons once these are not required anymore to reduce memory pressure after this point soot is not usable anymore
    • disposeData

      public void disposeData()
      drops caches and all classes data. after this point this data is not accessible