Uses of Class
org.kordamp.jipsy.processor.LogLocation
-
Packages that use LogLocation Package Description org.kordamp.jipsy.processor org.kordamp.jipsy.processor.testutils -
-
Uses of LogLocation in org.kordamp.jipsy.processor
Methods in org.kordamp.jipsy.processor that return LogLocation Modifier and Type Method Description static LogLocationLogLocation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogLocation[]LogLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kordamp.jipsy.processor with parameters of type LogLocation Modifier and Type Method Description voidLogger. note(LogLocation location, java.lang.String message)voidProcessorLogger. note(LogLocation location, java.lang.String message)voidLogger. warning(LogLocation location, java.lang.String message)voidProcessorLogger. warning(LogLocation location, java.lang.String message) -
Uses of LogLocation in org.kordamp.jipsy.processor.testutils
Fields in org.kordamp.jipsy.processor.testutils declared as LogLocation Modifier and Type Field Description (package private) LogLocationTestLogger.Record. locationMethods in org.kordamp.jipsy.processor.testutils with parameters of type LogLocation Modifier and Type Method Description voidTestLogger. note(LogLocation location, java.lang.String message)voidTestLogger. warning(LogLocation location, java.lang.String message)Constructors in org.kordamp.jipsy.processor.testutils with parameters of type LogLocation Constructor Description Record(javax.tools.Diagnostic.Kind kind, LogLocation location, java.lang.String message)
-