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.
- Since:
- 0.3
- Version:
- 0.7
-
Field Summary
Fields inherited from class IndexedResourceCompiler
JAVA_EXT, PROPERTIES_EXT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IndexedResourceCompiler
accept, compare, runMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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.
-