public static class ClassFileLocator.Resolution.Illegal extends Object implements ClassFileLocator.Resolution
ClassFileLocator.Resolution.Explicit, ClassFileLocator.Resolution.Illegal| Constructor and Description |
|---|
Illegal(String typeName)
Creates an illegal resolution for a class file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
isResolved()
Checks if this binary representation is valid.
|
byte[] |
resolve()
Finds the data of this binary representation.
|
String |
toString() |
public Illegal(String typeName)
typeName - The name of the unresolved class file.public boolean isResolved()
ClassFileLocator.ResolutionisResolved in interface ClassFileLocator.Resolutiontrue if this binary representation is valid.public byte[] resolve()
ClassFileLocator.Resolutionresolve in interface ClassFileLocator.ResolutionCopyright © 2014–2016. All rights reserved.