Class DefaultCurrencyUnitDataProvider

java.lang.Object
org.joda.money.CurrencyUnitDataProvider
org.joda.money.DefaultCurrencyUnitDataProvider

class DefaultCurrencyUnitDataProvider extends CurrencyUnitDataProvider
Provider for available currencies using a file.

This reads currencies from various files. Firstly it reads the mandatory resource named /org/joda/money/CurencyData.csv. Then it reads the mandatory resource named /org/joda/money/CountryData.csv. These files are located in the joda-money jar file.

Then it reads optional resources named META-INF/org/joda/money/CurencyDataExtension.csv. Then it reads optional resources named META-INF/org/joda/money/CountryDataExtension.csv. These will be read using ClassLoader.getResources(String). These files may augment or replace data from the first two files.