public class CopyRepositoryRequest extends Object implements CoserRequest, CoserRequestZoneListAware
Modifier and Type | Field and Description |
---|---|
protected File |
targetDirectory |
protected List<String> |
zoneList |
Constructor and Description |
---|
CopyRepositoryRequest() |
Modifier and Type | Method and Description |
---|---|
File |
getTargetDirectory() |
List<String> |
getZoneList() |
boolean |
isFilled()
Is the request is filled to be consumed?
|
void |
setTargetDirectory(File targetDirectory) |
void |
setZoneList(List<String> zoneList) |
protected File targetDirectory
public File getTargetDirectory()
public void setTargetDirectory(File targetDirectory)
public boolean isFilled()
CoserRequest
isFilled
in interface CoserRequest
true
if all mandatory fields of the request
are filled, false
otherwisepublic List<String> getZoneList()
getZoneList
in interface CoserRequestZoneListAware
public void setZoneList(List<String> zoneList)
setZoneList
in interface CoserRequestZoneListAware
Copyright © 2010–2015 Ifremer. All rights reserved.