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 classLocalTransport.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 AbstractTransportPanelcreateSetupPanel()FilegetLocalDirectory()StringgetName()StringgetTitle()voidinitDefaults()protected booleanisUpdatingMessage()protected booleanisUpdatingProgress()voidsetLocalDirectory(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:
createSetupPanelin classAbstractTransport
-
getLocalDirectory
public File getLocalDirectory()
-
getName
public String getName()
- Specified by:
getNamein classAbstractTransport
-
getTitle
public String getTitle()
- Specified by:
getTitlein classAbstractTransport
-
initDefaults
public void initDefaults()
- Overrides:
initDefaultsin classAbstractTransport
-
isUpdatingMessage
protected boolean isUpdatingMessage()
- Overrides:
isUpdatingMessagein classAbstractTransport
-
isUpdatingProgress
protected boolean isUpdatingProgress()
- Overrides:
isUpdatingProgressin classAbstractTransport
-
setLocalDirectory
public void setLocalDirectory(File val)
-
-