public class FileAsRefMixin extends java.lang.Object implements ProfileNamesProvider
NO_PROFILES
Constructor and Description |
---|
FileAsRefMixin() |
Modifier and Type | Method and Description |
---|---|
FileReadingMode |
getMode() |
java.lang.Boolean |
getWithMarkers() |
boolean |
isWithMarkersValid() |
java.lang.String[] |
profilesToActivate() |
void |
setMode(FileReadingMode mode) |
void |
setWithMarkers(java.lang.Boolean withMarkers) |
@NotNull public FileReadingMode getMode()
public void setMode(FileReadingMode mode)
public java.lang.Boolean getWithMarkers()
public void setWithMarkers(java.lang.Boolean withMarkers)
@AssertTrue(message="withMarkers can only be supplied when FileReadingMode is \'lines\'") public boolean isWithMarkersValid()
public java.lang.String[] profilesToActivate()
profilesToActivate
in interface ProfileNamesProvider