Enum Class RemoteFileConfiguration.PathSeparator

java.lang.Object
java.lang.Enum<RemoteFileConfiguration.PathSeparator>
org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
All Implemented Interfaces:
Serializable, Comparable<RemoteFileConfiguration.PathSeparator>, Constable
Enclosing class:
RemoteFileConfiguration

public static enum RemoteFileConfiguration.PathSeparator extends Enum<RemoteFileConfiguration.PathSeparator>
Path separator as either unix or windows style.

UNIX = Path separator / is used Windows = Path separator \ is used Auto = Use existing path separator in file name