Package org.jpmml.codemodel
Class ClassPathClassFileObject
- java.lang.Object
-
- javax.tools.SimpleJavaFileObject
-
- org.jpmml.codemodel.ClassFileObject
-
- org.jpmml.codemodel.ClassPathClassFileObject
-
- All Implemented Interfaces:
FileObject,JavaFileObject
public class ClassPathClassFileObject extends ClassFileObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
JavaFileObject.Kind
-
-
Field Summary
-
Fields inherited from class javax.tools.SimpleJavaFileObject
kind, uri
-
-
Constructor Summary
Constructors Constructor Description ClassPathClassFileObject(com.google.common.reflect.ClassPath.ClassInfo classInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBinaryName()com.google.common.reflect.ClassPath.ClassInfogetClassInfo()InputStreamopenInputStream()-
Methods inherited from class org.jpmml.codemodel.ClassFileObject
getPackageName, getSimpleName
-
Methods inherited from class javax.tools.SimpleJavaFileObject
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openOutputStream, openReader, openWriter, toString, toUri
-
-
-
-
Method Detail
-
openInputStream
public InputStream openInputStream() throws IOException
- Specified by:
openInputStreamin interfaceFileObject- Overrides:
openInputStreamin classSimpleJavaFileObject- Throws:
IOException
-
getBinaryName
public String getBinaryName()
-
getClassInfo
public com.google.common.reflect.ClassPath.ClassInfo getClassInfo()
-
-