public interface ResourceClassLoader
ClassLoader implementations may
optionally implement to update and copy the resource from other class
loaders.| Modifier and Type | Method and Description |
|---|---|
Class |
addGeneratedResourceEntry(String mainClass,
String generatedClass,
byte[] generatedBinaryContent,
ProtectionDomain protectionDomain) |
Class |
addResourceEntry(String name,
ResourceEntry entry) |
ConcurrentHashMap<String,ResourceEntry> |
getResourceEntries() |
ConcurrentHashMap<String,ResourceEntry> getResourceEntries()
Class addResourceEntry(String name, ResourceEntry entry)
Class addGeneratedResourceEntry(String mainClass, String generatedClass, byte[] generatedBinaryContent, ProtectionDomain protectionDomain)
Copyright © 2020. All rights reserved.