@HashCodeAndEqualsPlugin.Enhance public static class ClassFileLocator.Resolution.Illegal extends java.lang.Object implements ClassFileLocator.Resolution
ClassFileLocator.Resolution.Explicit, ClassFileLocator.Resolution.Illegal| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
typeName
The name of the unresolved class file.
|
| Constructor and Description |
|---|
Illegal(java.lang.String typeName)
Creates an illegal resolution for a class file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolved()
Checks if this binary representation is valid.
|
byte[] |
resolve()
Finds the data of this binary representation.
|
private final java.lang.String typeName
public Illegal(java.lang.String typeName)
typeName - The name of the unresolved class file.public boolean isResolved()
isResolved in interface ClassFileLocator.Resolutiontrue if this binary representation is valid.public byte[] resolve()
resolve in interface ClassFileLocator.Resolution