Class LocalTransport
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- com.openindex.openestate.tool.agency.export.AbstractTransport
-
- com.openindex.openestate.tool.agency.export.LocalTransport
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,String>
public class LocalTransport extends AbstractTransport
LocalTransport.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LocalTransport.Request
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.agency.export.AbstractTransport
AbstractTransport.DefaultMessageCode
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description LocalTransport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractTransportPanel
createSetupPanel()
File
getLocalDirectory()
String
getName()
String
getTitle()
void
initDefaults()
protected boolean
isUpdatingMessage()
protected boolean
isUpdatingProgress()
void
setLocalDirectory(File val)
-
Methods inherited from class com.openindex.openestate.tool.agency.export.AbstractTransport
doFinishTransport, doInitTransport, equals, getMessageCodeTranslation, getMessageCodeTranslation, getTransport, getTransports, hashCode, listAvailableTransports
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
toString
-
-
-
-
Method Detail
-
createSetupPanel
public AbstractTransportPanel createSetupPanel()
- Specified by:
createSetupPanel
in classAbstractTransport
-
getLocalDirectory
public File getLocalDirectory()
-
getName
public String getName()
- Specified by:
getName
in classAbstractTransport
-
getTitle
public String getTitle()
- Specified by:
getTitle
in classAbstractTransport
-
initDefaults
public void initDefaults()
- Overrides:
initDefaults
in classAbstractTransport
-
isUpdatingMessage
protected boolean isUpdatingMessage()
- Overrides:
isUpdatingMessage
in classAbstractTransport
-
isUpdatingProgress
protected boolean isUpdatingProgress()
- Overrides:
isUpdatingProgress
in classAbstractTransport
-
setLocalDirectory
public void setLocalDirectory(File val)
-
-