@HashCodeAndEqualsPlugin.Enhance 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 |
isResolved()
Checks if this binary representation is valid.
|
byte[] |
resolve()
Finds the data of this binary representation.
|
public Illegal(String typeName)
typeName
- The name of the unresolved class file.public boolean isResolved()
isResolved
in interface ClassFileLocator.Resolution
true
if this binary representation is valid.public byte[] resolve()
resolve
in interface ClassFileLocator.Resolution
Copyright © 2014–2019. All rights reserved.