public static class ClassUtil.ClassFileDescriptor extends Object
| Constructor and Description |
|---|
ClassFileDescriptor(File classFile)
Construct a ClassFileDescriptor from a File.
|
ClassFileDescriptor(JarEntry jarEntry,
String path)
Construct a ClassFileDescriptor from a JarEntry.
|
ClassFileDescriptor(ZipEntry zipEntry,
String path)
Construct a ClassFileDescriptor from a ZipEntry.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLastChangedDate() |
String |
getName() |
String |
getPath() |
boolean |
isJar() |
String |
toString() |
public ClassFileDescriptor(File classFile)
classFile - File; the file to use.public ClassFileDescriptor(JarEntry jarEntry, String path)
jarEntry - JarEntry; the JarEntry to use.path - the path of the JarEntryCopyright © 2018–2019 Delft University of Technology. All rights reserved.