Uses of Class
org.kordamp.jipsy.processor.testutils.FileType
-
Packages that use FileType Package Description org.kordamp.jipsy.processor.testutils -
-
Uses of FileType in org.kordamp.jipsy.processor.testutils
Methods in org.kordamp.jipsy.processor.testutils that return FileType Modifier and Type Method Description static FileTypeFileType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileType[]FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kordamp.jipsy.processor.testutils with parameters of type FileType Modifier and Type Method Description static java.util.List<javax.tools.Diagnostic<javax.tools.JavaFileObject>>TestDiagnosticListener. compile(javax.annotation.processing.Processor processor, FileType type, java.lang.String... fileNames)static java.lang.Iterable<? extends javax.tools.JavaFileObject>TestJavaFileObject. read(FileType type, java.lang.String... names)private static java.lang.CharSequenceTestJavaFileObject. readFile(FileType type, java.lang.String name)
-