public enum FileReadingMode extends java.lang.Enum<FileReadingMode>
File, FTP and SFTP sources. The modes are triggered
through Spring Application Context profiles that whose names are accessible via profile.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProfile() |
static FileReadingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileReadingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileReadingMode ref
public static final FileReadingMode lines
public static final FileReadingMode contents
public static FileReadingMode[] values()
for (FileReadingMode c : FileReadingMode.values()) System.out.println(c);
public static FileReadingMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getProfile()