Uses of Record Class
io.github.potjerodekool.nabu.tools.FileObject.Kind
Packages that use FileObject.Kind
-
Uses of FileObject.Kind in io.github.potjerodekool.nabu.lang.spi
Methods in io.github.potjerodekool.nabu.lang.spi that return FileObject.Kind -
Uses of FileObject.Kind in io.github.potjerodekool.nabu.tools
Fields in io.github.potjerodekool.nabu.tools declared as FileObject.KindModifier and TypeFieldDescriptionstatic final FileObject.KindFileObject.CLASS_KINDKind of Java class files.Methods in io.github.potjerodekool.nabu.tools that return FileObject.KindModifier and TypeMethodDescriptionFileManager.extensionToFileObjectKind(String extension) FileObject.getKind()PathFileObject.getKind()Methods in io.github.potjerodekool.nabu.tools that return types with arguments of type FileObject.KindModifier and TypeMethodDescriptionFileManager.allKinds()FileManager.allSourceKinds()FileManager.copyOf(Set<FileObject.Kind> kinds) Methods in io.github.potjerodekool.nabu.tools with parameters of type FileObject.KindModifier and TypeMethodDescriptionFileManager.getFilesForLocation(FileManager.Location location, FileObject.Kind... kinds) FileManager.getJavaFileForOutput(FileManager.Location location, String className, FileObject.Kind kind, FileObject sibling) default FileObjectFileManager.getJavaFileForOutputForOriginatingFiles(FileManager.Location location, String className, FileObject.Kind kind, FileObject... originatingFiles) CompilerContext.getLanguageParser(FileObject.Kind kind) FileManager.listFiles(Path path, boolean recursive, FileObject.Kind... kinds) Method parameters in io.github.potjerodekool.nabu.tools with type arguments of type FileObject.KindModifier and TypeMethodDescriptionFileManager.copyOf(Set<FileObject.Kind> kinds) Iterable<? extends FileObject> FileManager.list(FileManager.Location location, String packageName, Set<FileObject.Kind> kinds) Constructors in io.github.potjerodekool.nabu.tools with parameters of type FileObject.Kind