Package ch.qos.cal10n.util
Class AbstractCAL10NBundleFinder
- java.lang.Object
-
- ch.qos.cal10n.util.AbstractCAL10NBundleFinder
-
- All Implemented Interfaces:
CAL10NBundleFinder
- Direct Known Subclasses:
CAL10NBundleFinderByClassloader
,CAL10NBundleFinderByProcessingFiler
public abstract class AbstractCAL10NBundleFinder extends Object implements CAL10NBundleFinder
- Since:
- 0.8.1
-
-
Constructor Summary
Constructors Constructor Description AbstractCAL10NBundleFinder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CAL10NBundle
getBundle(String baseName, Locale locale, String charset)
protected abstract URL
getResource(String resourceCandidate)
-
-
-
Method Detail
-
getBundle
public CAL10NBundle getBundle(String baseName, Locale locale, String charset)
- Specified by:
getBundle
in interfaceCAL10NBundleFinder
-
-