Class PlanitServiceNetworkReaderSettings
- java.lang.Object
-
- org.goplanit.io.xml.util.PlanitXmlReaderSettings
-
- org.goplanit.io.converter.service.PlanitServiceNetworkReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class PlanitServiceNetworkReaderSettings extends PlanitXmlReaderSettings implements ConverterReaderSettings
Configurable settings for the PLANit service network reader- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.io.xml.util.PlanitXmlReaderSettings
DEFAULT_SYNC_XMLIDS_TO_IDS, DEFAULT_XML_EXTENSION
-
-
Constructor Summary
Constructors Constructor Description PlanitServiceNetworkReaderSettings()
ConstructorPlanitServiceNetworkReaderSettings(String inputPathDirectory, String xmlFileExtension)
Constructor.
-
Method Summary
-
Methods inherited from class org.goplanit.io.xml.util.PlanitXmlReaderSettings
getInputDirectory, getXmlFileExtension, isSyncXmlIdsToIds, logSettings, reset, setInputDirectory, setSyncXmlIdsToIds, setXmlFileExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.goplanit.converter.ConverterReaderSettings
logSettings, reset
-
-
-
-
Constructor Detail
-
PlanitServiceNetworkReaderSettings
public PlanitServiceNetworkReaderSettings(String inputPathDirectory, String xmlFileExtension)
Constructor.- Parameters:
inputPathDirectory
- to usexmlFileExtension
- to use
-
PlanitServiceNetworkReaderSettings
public PlanitServiceNetworkReaderSettings()
Constructor
-
-