@HashCodeAndEqualsPlugin.Enhance protected static class ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction extends Object implements PrivilegedAction<URL>
Modifier and Type | Class and Description |
---|---|
protected static class |
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler
A stream handler that returns the given binary representation.
|
protected static interface |
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.Dispatcher
A dispatcher for interacting with
URL . |
Modifier | Constructor and Description |
---|---|
protected |
UrlDefinitionAction(String typeName,
byte[] binaryRepresentation)
Creates a new URL definition action.
|
protected UrlDefinitionAction(String typeName, byte[] binaryRepresentation)
typeName
- The name of the type that this URL represents.binaryRepresentation
- The binary representation of the type's class file.public URL run()
run
in interface PrivilegedAction<URL>
Copyright © 2014–2025. All rights reserved.