Uses of Class
javax.tools.ForwardingFileObject
Package | Description |
---|---|
javax.tools |
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
|
-
Uses of ForwardingFileObject in javax.tools
Subclasses of ForwardingFileObject in javax.tools Modifier and Type Class Description class
ForwardingJavaFileObject<F extends JavaFileObject>
Forwards calls to a given file object.