JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
Uses of Class javax.tools.JavaFileObject.Kind
Packages that use JavaFileObject.Kind
Package
Description
javax.tools
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
jdk.javadoc.doclet
The Doclet API provides an environment which, in conjunction with
the Language Model API and Compiler Tree API, allows clients
to inspect the source-level structures of programs and
libraries, including API comments embedded in the source.
Methods in javax.tools with parameters of type JavaFileObject.Kind
Modifier and Type
Method
Description
JavaFileObject
ForwardingJavaFileManager. getJavaFileForInput (JavaFileManager.Location location,
String className,
JavaFileObject.Kind kind)
JavaFileObject
JavaFileManager. getJavaFileForInput (JavaFileManager.Location location,
String className,
JavaFileObject.Kind kind)
Returns a
file object for input
representing the specified class of the specified kind in the
given package-oriented location.
JavaFileObject
ForwardingJavaFileManager. getJavaFileForOutput (JavaFileManager.Location location,
String className,
JavaFileObject.Kind kind,
FileObject sibling)
JavaFileObject
JavaFileManager. getJavaFileForOutput (JavaFileManager.Location location,
String className,
JavaFileObject.Kind kind,
FileObject sibling)
Returns a
file object for output
representing the specified class of the specified kind in the
given package-oriented location.
boolean
ForwardingJavaFileObject. isNameCompatible (String simpleName,
JavaFileObject.Kind kind)
boolean
JavaFileObject. isNameCompatible (String simpleName,
JavaFileObject.Kind kind)
Checks if this file object is compatible with the specified
simple name and kind.
boolean
SimpleJavaFileObject. isNameCompatible (String simpleName,
JavaFileObject.Kind kind)
This implementation compares the path of its URI to the given
simple name.
JavaScript is disabled on your browser.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.