public abstract class AbstractTransportRequest<TransportType extends AbstractTransport> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractTransportRequest.TransferException |
Constructor and Description |
---|
AbstractTransportRequest(TransportType transport) |
Modifier and Type | Method and Description |
---|---|
protected void |
buildFileList(File dir,
String prefix,
StringBuilder fileList) |
abstract AbstractTransportRequest[] |
getChildRequests() |
abstract String |
getTitle() |
TransportType |
getTransport() |
abstract void |
send(ExportContext context,
ImmoToolTask.Callback callback) |
public AbstractTransportRequest(TransportType transport)
protected void buildFileList(File dir, String prefix, StringBuilder fileList)
public abstract AbstractTransportRequest[] getChildRequests()
public abstract String getTitle()
public final TransportType getTransport()
public abstract void send(ExportContext context, ImmoToolTask.Callback callback) throws AbstractTransportRequest.TransferException
Copyright © 2015 OpenEstate. All rights reserved.