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 void
doCopy(File srcFile, File destDir, ImmoToolTask.Callback callback)
protected File
doCreateTargetDirectory(ExportContext context)
AbstractTransportRequest[]
getChildRequests()
String
getTitle()
void
send(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:
getChildRequests
in classAbstractTransportRequest<LocalTransport>
-
getTitle
public String getTitle()
- Specified by:
getTitle
in classAbstractTransportRequest<LocalTransport>
-
send
public void send(ExportContext context, ImmoToolTask.Callback callback) throws AbstractTransportRequest.TransferException
- Specified by:
send
in classAbstractTransportRequest<LocalTransport>
- Throws:
AbstractTransportRequest.TransferException
-
-