Uses of Class
org.spectrumauctions.sats.core.api.FileType
-
Packages that use FileType Package Description org.spectrumauctions.sats.core.api -
-
Uses of FileType in org.spectrumauctions.sats.core.api
Methods in org.spectrumauctions.sats.core.api that return FileType Modifier and Type Method Description FileTypeModelCreator.Builder. getFileType()FileTypeModelCreator. getFileType()static FileTypeFileType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileType[]FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spectrumauctions.sats.core.api with parameters of type FileType Modifier and Type Method Description static FileWriterFileType. getFileWriter(FileType type, java.io.File path)voidModelCreator.Builder. setFileType(FileType fileType)
-