public final class ClassFile extends Object
className in jar to uniquely locate the
class implementation in a class path.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getBinaryName()
Returns the binary name of the class as defined by the
Java
Language Specification and found in the .class file.
|
Path |
getJar()
Returns the path to the JAR file containing the class.
|
int |
hashCode() |
String |
toString() |
public Path getJar()
public String getBinaryName()
Copyright © 2018–2020 Google LLC.. All rights reserved.