public interface BankfileProvider
BankfileBankleitzahlenVerzeichnis
Modifier and Type | Method and Description |
---|---|
URL |
getBankfile(int index)
Gets a bankfile resource.
|
int |
getBankfileCount()
Gets the number of provided bankfile resources.
|
Date |
getDateOfExpiration(int index)
Gets the date of expiration of a bankfile resource.
|
Date |
getDateOfValidity(int index)
Gets the date of validity of a bankfile resource.
|
int |
getFormat(int index)
Gets the format of the bankfile resource.
|
long |
getLastModifiedMillis()
Gets the timestamp this provider was last modified.
|
URL getBankfile(int index) throws IOException
index
- The index of the bankfile resource to get.index
.IndexOutOfBoundsException
- if index
is negative or greater or equal to the value returned by
method getBankfileCount()
.IOException
- if getting the bankfile resource fails.int getBankfileCount() throws IOException
IOException
- if getting the number of provided bankfile resources fails.Date getDateOfExpiration(int index) throws IOException
index
- The index of the bankfile resource to get the date of expiration of.index
.IndexOutOfBoundsException
- if index
is negative or greater or equal to the value returned by
method getBankfileCount()
.IOException
- if getting the date of expiration fails.Date getDateOfValidity(int index) throws IOException
index
- The index of the bankfile resource to get the date of validity of.index
.IndexOutOfBoundsException
- if index
is negative or greater or equal to the value returned by
method getBankfileCount()
.IOException
- if getting the date of validity fails.int getFormat(int index) throws IOException
index
- The index of the bankfile resource to get the format of.IOException
- if getting the format of the bankfile resource fails.BankleitzahlenDatei.JUNE_2006_FORMAT
,
BankleitzahlenDatei.JUNE_2013_FORMAT
long getLastModifiedMillis() throws IOException
IOException
- if getting the last modification timestamp fails.Copyright © 2005–2014 jDTAUS. All rights reserved.