Package org.robovm.compiler.clazz
Class Clazzes
java.lang.Object
org.robovm.compiler.clazz.Clazzes
public class Clazzes extends Object
- Version:
- $Id$
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description PathcreateResourcesBootclasspathPath(File file)PathcreateResourcesClasspathPath(File file)voiddisposeData()drops caches and all classes data.voiddisposeSoot()releases soot resources, singletons once these are not required anymore to reduce memory pressure after this point soot is not usable anymoreList<Path>getBootclasspathPaths()List<Path>getClasspathPaths()List<Path>getPaths()List<Clazz>listClasses()Clazzload(String internalName)List<InputStream>loadResources(String resource)
-
Constructor Details
-
Clazzes
- Throws:
IOException
-
-
Method Details
-
createResourcesBootclasspathPath
- Throws:
IOException
-
createResourcesClasspathPath
- Throws:
IOException
-
load
-
loadResources
- Throws:
IOException
-
getBootclasspathPaths
-
getClasspathPaths
-
getPaths
-
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
-