Package org.yamcs.filetransfer
Class TransferOptions
java.lang.Object
org.yamcs.filetransfer.TransferOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
void
putExtraOptions
(Map<String, Object> options) void
setClosureRequested
(boolean closureRequested) void
setCreatePath
(boolean createpath) void
setOverwrite
(boolean overwrite) void
setReliable
(boolean reliable)
-
Constructor Details
-
TransferOptions
public TransferOptions()
-
-
Method Details
-
isOverwrite
public boolean isOverwrite() -
setOverwrite
public void setOverwrite(boolean overwrite) -
setCreatePath
public void setCreatePath(boolean createpath) -
isCreatePath
public boolean isCreatePath() -
setReliable
public void setReliable(boolean reliable) -
isReliable
public boolean isReliable() -
isReliableSet
public boolean isReliableSet() -
setClosureRequested
public void setClosureRequested(boolean closureRequested) -
isClosureRequested
public boolean isClosureRequested() -
isClosureRequestedSet
public boolean isClosureRequestedSet() -
putExtraOptions
-
getExtraOptions
-