Package org.burningwave.core.classes
Class JavaMemoryCompiler.Compilation.Result
java.lang.Object
org.burningwave.core.classes.JavaMemoryCompiler.Compilation.Result
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable
- Enclosing class:
- JavaMemoryCompiler.Compilation
public static class JavaMemoryCompiler.Compilation.Result extends Object implements Closeable
-
Method Summary
Modifier and Type Method Description voidclose()FileSystemItemgetClassPath()Map<String,ByteBuffer>getCompiledFiles()Collection<String>getDependencies()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationId
-
Method Details
-
getClassPath
-
getCompiledFiles
-
getDependencies
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-