Package org.burningwave.core.classes
Class ClassFactory.ClassRetriever
java.lang.Object
org.burningwave.core.classes.ClassFactory.ClassRetriever
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable,ManagedLogger
- Enclosing interface:
- ClassFactory
public static class ClassFactory.ClassRetriever extends Object implements Closeable, ManagedLogger
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger
ManagedLogger.Repository -
Method Summary
Modifier and Type Method Description voidclose()Class<?>get(String className)Collection<Class<?>>get(String... classesName)Collection<Class<?>>getAllCompiledClasses()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
-
get
-
getAllCompiledClasses
-
get
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-