Package ch.qos.cal10n.verifier.processor
Class CAL10NBundleFinderByProcessingFiler
- java.lang.Object
-
- ch.qos.cal10n.util.AbstractCAL10NBundleFinder
-
- ch.qos.cal10n.verifier.processor.CAL10NBundleFinderByProcessingFiler
-
- All Implemented Interfaces:
CAL10NBundleFinder
public class CAL10NBundleFinderByProcessingFiler extends AbstractCAL10NBundleFinder
- Since:
- 0.8.1
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.annotation.processing.Filer
filer
-
Constructor Summary
Constructors Constructor Description CAL10NBundleFinderByProcessingFiler(javax.annotation.processing.Filer filer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL
getResource(java.lang.String resourceCandidate)
-
Methods inherited from class ch.qos.cal10n.util.AbstractCAL10NBundleFinder
getBundle
-
-
-
-
Method Detail
-
getResource
public java.net.URL getResource(java.lang.String resourceCandidate)
- Specified by:
getResource
in classAbstractCAL10NBundleFinder
-
-