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, run
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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 theINFO
level.- Overrides:
info
in classIndexedResourceCompiler
- Parameters:
message
- the message to log.
-
warning
Logs the given message at theWARNING
level.- Overrides:
warning
in classIndexedResourceCompiler
- Parameters:
message
- the message to log.
-