Package org.syncany.plugins.local
Class LocalTransferSettings
- java.lang.Object
-
- org.syncany.plugins.transfer.TransferSettings
-
- org.syncany.plugins.local.LocalTransferSettings
-
public class LocalTransferSettings extends TransferSettings
The local connection represents the settings required to create to a backend based on a local (or mounted network) folder. It can be used to initialize/create aLocalTransferManager
and is part of theLocalTransferPlugin
.
-
-
Field Summary
Fields Modifier and Type Field Description java.io.File
path
-
Constructor Summary
Constructors Constructor Description LocalTransferSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getPath()
void
setPath(java.io.File path)
-
Methods inherited from class org.syncany.plugins.transfer.TransferSettings
decrypt, encrypt, getField, getReasonForLastValidationFail, getType, getUserInteractionListener, isValid, setField, setUserInteractionListener, toString, validateRequiredFields
-
-
-
-
Field Detail
-
path
public java.io.File path
-
-
Constructor Detail
-
LocalTransferSettings
public LocalTransferSettings()
-
-