|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.merge.v0_6.impl.ReplicationDownloaderConfiguration
public class ReplicationDownloaderConfiguration
Loads and exposes the configuration properties for downloading replication history.
Constructor Summary | |
---|---|
ReplicationDownloaderConfiguration(java.io.File configFile)
Creates a new instance. |
Method Summary | |
---|---|
java.net.URL |
getBaseUrl()
Returns the URL that change files should be downloaded from. |
int |
getMaxInterval()
Returns the maximum interval to be downloaded 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 ReplicationDownloaderConfiguration(java.io.File configFile)
configFile
- The configuration file to read from.Method Detail |
---|
public java.net.URL getBaseUrl()
public int getMaxInterval()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |