public class ClassPathClassFileObject extends ClassFileObject
JavaFileObject.Kindkind, uri| Constructor and Description |
|---|
ClassPathClassFileObject(com.google.common.reflect.ClassPath.ClassInfo classInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinaryName() |
com.google.common.reflect.ClassPath.ClassInfo |
getClassInfo() |
InputStream |
openInputStream() |
getPackageName, getSimpleNamedelete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openOutputStream, openReader, openWriter, toString, toUripublic ClassPathClassFileObject(com.google.common.reflect.ClassPath.ClassInfo classInfo)
public InputStream openInputStream() throws IOException
openInputStream in interface FileObjectopenInputStream in class SimpleJavaFileObjectIOExceptionpublic String getBinaryName()
public com.google.common.reflect.ClassPath.ClassInfo getClassInfo()
Copyright © 2021. All rights reserved.