Package org.syncany.plugins.transfer
Interface TransferPluginOptionConverter
-
public interface TransferPluginOptionConverter
Option convert is called during initialization and can be used to convert a user input before setting it.- See Also:
TransferPluginOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
convert(java.lang.String input)
Converter a user input
-
-
-
Method Detail
-
convert
java.lang.String convert(java.lang.String input)
Converter a user input- Parameters:
input
- The value as it is entered by the user- Returns:
- Converted value as a (raw) string
-
-