org.openstreetmap.osmosis.core.merge.v0_6.impl
Class ReplicationFileMergerConfiguration

java.lang.Object
  extended by org.openstreetmap.osmosis.core.merge.v0_6.impl.ReplicationFileMergerConfiguration

public class ReplicationFileMergerConfiguration
extends java.lang.Object

Loads and exposes the configuration properties for replication file merging.


Constructor Summary
ReplicationFileMergerConfiguration(java.io.File configFile)
          Creates a new instance.
 
Method Summary
 int getIntervalLength()
          Returns the duration of each changeset interval.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationFileMergerConfiguration

public ReplicationFileMergerConfiguration(java.io.File configFile)
Creates a new instance.

Parameters:
configFile - The configuration file to read from.
Method Detail

getIntervalLength

public int getIntervalLength()
Returns the duration of each changeset interval.

Returns:
The interval length in milliseconds.