Skip navigation links
C G I L M O P 

C

createDiffFile(File, JsonObject) - Method in class org.jboss.weld.logging.LogMessageIndexDiff
 
createReportFile(File, File) - Method in class org.jboss.weld.logging.LogMessageReport
 

G

generate(List<File>, boolean) - Method in class org.jboss.weld.logging.LogMessageIndexDiff
Generates the JSON diff for the specified index files.
generate(File, Writer) - Method in class org.jboss.weld.logging.LogMessageReport
 
getSupportedSourceVersion() - Method in class org.jboss.weld.logging.LogMessageIndexGenerator
 

I

init(ProcessingEnvironment) - Method in class org.jboss.weld.logging.LogMessageIndexGenerator
 

L

LogMessageIndexDiff - Class in org.jboss.weld.logging
Generates a diff file with the following JSON format: { "indexes": [ { "version" : "3.0.0-SNAPSHOT", "artifact" : "org.jboss.weld:weld-core-impl", "filePath" : "/opt/source/file.json", "total" : 735 } , { "version" : "2.2.10.Final", "artifact" : "org.jboss.weld:weld-core-impl", "filePath" : "/opt/source/anotherFile.json", "total" : 745 } ], "detectCollisionsOnly": false, "total": 1, "differences": [ { "id": 600, "messages": [ { "projectCode" : "WELD-", "version" : "3.0.0-SNAPSHOT", "value" : { "method" : { "sig" : "missingRetention(java.lang.Object param1)", "retType":"void", "interface":"org.jboss.weld.logging.ReflectionLogger" }, "log" :{ "level" : "DEBUG" }, "msg" : { "id" : 600, "value" : "{0} is missing
LogMessageIndexDiff() - Constructor for class org.jboss.weld.logging.LogMessageIndexDiff
 
LogMessageIndexGenerator - Class in org.jboss.weld.logging
This annotation processor generates a JSON index of log messages (i.e. methods annotated with Strings.MESSAGE_CLASS_NAME) found in the compilation unit.
LogMessageIndexGenerator() - Constructor for class org.jboss.weld.logging.LogMessageIndexGenerator
 
LogMessageReport - Class in org.jboss.weld.logging
 
LogMessageReport() - Constructor for class org.jboss.weld.logging.LogMessageReport
 

M

main(String[]) - Static method in class org.jboss.weld.logging.LogMessageIndexDiff
 
main(String[]) - Static method in class org.jboss.weld.logging.LogMessageReport
 

O

org.jboss.weld.logging - package org.jboss.weld.logging
 

P

process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.jboss.weld.logging.LogMessageIndexGenerator
 
C G I L M O P 
Skip navigation links

Copyright © 2015. All Rights Reserved.