|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
public class DownloaderConfiguration
Loads and exposes the extraction configuration properties.
Constructor Summary | |
---|---|
DownloaderConfiguration(java.io.File configFile)
Creates a new instance. |
Method Summary | |
---|---|
java.lang.String |
getBaseUrl()
Returns the URL that change files should be downloaded from. |
java.lang.String |
getChangeFileBeginFormat()
Returns the begin time portion of the changeset filename. |
java.lang.String |
getChangeFileEndFormat()
Returns the end time portion of the changeset filename. |
int |
getIntervalLength()
Returns the duration of each changeset interval. |
int |
getMaxDownloadCount()
Returns the maximum number of files to download in a single invocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DownloaderConfiguration(java.io.File configFile)
configFile
- The configuration file to read from.Method Detail |
---|
public java.lang.String getBaseUrl()
public java.lang.String getChangeFileBeginFormat()
public java.lang.String getChangeFileEndFormat()
public int getIntervalLength()
public int getMaxDownloadCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |