Class LocalTransport.Request
- java.lang.Object
-
- com.openindex.openestate.tool.agency.export.AbstractTransportRequest<LocalTransport>
-
- com.openindex.openestate.tool.agency.export.LocalTransport.Request
-
- Enclosing class:
- LocalTransport
public static class LocalTransport.Request extends AbstractTransportRequest<LocalTransport>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.agency.export.AbstractTransportRequest
AbstractTransportRequest.TransferException
-
-
Constructor Summary
Constructors Constructor Description Request(LocalTransport transport, File exportFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoCopy(File srcFile, File destDir, ImmoToolTask.Callback callback)protected FiledoCreateTargetDirectory(ExportContext context)AbstractTransportRequest[]getChildRequests()StringgetTitle()voidsend(ExportContext context, ImmoToolTask.Callback callback)-
Methods inherited from class com.openindex.openestate.tool.agency.export.AbstractTransportRequest
getTransport
-
-
-
-
Constructor Detail
-
Request
public Request(LocalTransport transport, File exportFile)
-
-
Method Detail
-
doCopy
protected void doCopy(File srcFile, File destDir, ImmoToolTask.Callback callback) throws IOException
- Throws:
IOException
-
doCreateTargetDirectory
protected File doCreateTargetDirectory(ExportContext context) throws IOException
- Throws:
IOException
-
getChildRequests
public AbstractTransportRequest[] getChildRequests()
- Specified by:
getChildRequestsin classAbstractTransportRequest<LocalTransport>
-
getTitle
public String getTitle()
- Specified by:
getTitlein classAbstractTransportRequest<LocalTransport>
-
send
public void send(ExportContext context, ImmoToolTask.Callback callback) throws AbstractTransportRequest.TransferException
- Specified by:
sendin classAbstractTransportRequest<LocalTransport>- Throws:
AbstractTransportRequest.TransferException
-
-