Package adams.core.io
Interface ForwardSlashSupporter
-
- All Known Implementing Classes:
AppendName
,DefaultValueDefinition
,DirectoryLister
,DirectorySupplier
,DirectoryValueDefinition
,DirName
,FileSupplier
,FileSystemSearch
,FileToString
,FileValueDefinition
,PrependDir
,RelativeDir
,ReplaceFileExtension
,SelectDirectory
,SelectFile
,StringToValidFileName
public interface ForwardSlashSupporter
Interface for classes that support forward slashes.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getUseForwardSlashes()
Returns whether to use forward slashes in the output.void
setUseForwardSlashes(boolean value)
Sets whether to use forward slashes in the output.String
useForwardSlashesTipText()
Returns the tip text for this property.
-
-
-
Method Detail
-
setUseForwardSlashes
void setUseForwardSlashes(boolean value)
Sets whether to use forward slashes in the output.- Parameters:
value
- if true then use forward slashes
-
getUseForwardSlashes
boolean getUseForwardSlashes()
Returns whether to use forward slashes in the output.- Returns:
- true if forward slashes are used
-
useForwardSlashesTipText
String useForwardSlashesTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-