Package org.apache.sis.util.resources
Class ResourceCompilerMojo.Compiler
java.lang.Object
org.apache.sis.util.resources.IndexedResourceCompiler
org.apache.sis.util.resources.ResourceCompilerMojo.Compiler
- All Implemented Interfaces:
FilenameFilter,Comparator<Object>
- Enclosing class:
- ResourceCompilerMojo
A resource compiler that delegates the messages to the Mojo logger.
-
Field Summary
Fields inherited from class org.apache.sis.util.resources.IndexedResourceCompiler
JAVA_EXT, PROPERTIES_EXT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.util.resources.IndexedResourceCompiler
accept, compare, runMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Compiler
Compiler(File[] resourcesToProcess)
-
-
Method Details
-
info
Logs the given message at theINFOlevel.- Overrides:
infoin classIndexedResourceCompiler- Parameters:
message- the message to log.
-
warning
Logs the given message at theWARNINGlevel.- Overrides:
warningin classIndexedResourceCompiler- Parameters:
message- the message to log.
-