Serialized Form
-
Package io.github.astrapi69.file.csv
-
Class io.github.astrapi69.file.csv.CsvBean
class CsvBean extends Object implements Serializable- serialVersionUID:
- 1648936246997896598L
-
Serialized Fields
-
columnTypes
String[] columnTypes
Deprecated.The types of each column. -
columnTypesEdit
String[] columnTypesEdit
Deprecated.The editable types of each column. -
headers
String[] headers
Deprecated.The headers of the CSV. -
lineOrder
Map<Integer,
Integer> lineOrder Deprecated.The order of lines in the CSV. -
lines
List<String[]> lines
Deprecated.The lines of data in the CSV.
-
-
-
Package io.github.astrapi69.file.exception
-
Exception io.github.astrapi69.file.exception.DirectoryAlreadyExistsException
class DirectoryAlreadyExistsException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception io.github.astrapi69.file.exception.DirectoryCannotBeCreatedException
class DirectoryCannotBeCreatedException extends Exception implements Serializable- serialVersionUID:
- 8391789526844963655L
-
Exception io.github.astrapi69.file.exception.DirectoryCannotBeWrittenException
class DirectoryCannotBeWrittenException extends Exception implements Serializable- serialVersionUID:
- 8391789526844963655L
-
Exception io.github.astrapi69.file.exception.DirectoryHasNoContentException
class DirectoryHasNoContentException extends Exception implements Serializable- serialVersionUID:
- -5145788368840670639L
-
Exception io.github.astrapi69.file.exception.FileDoesNotExistException
class FileDoesNotExistException extends Exception implements Serializable- serialVersionUID:
- 8134248598947316705L
-
Exception io.github.astrapi69.file.exception.FileIsADirectoryException
class FileIsADirectoryException extends Exception implements Serializable- serialVersionUID:
- -2904857746683780551L
-
Exception io.github.astrapi69.file.exception.FileIsNotADirectoryException
class FileIsNotADirectoryException extends Exception implements Serializable- serialVersionUID:
- -2904857746683780551L
-
Exception io.github.astrapi69.file.exception.FileIsSecurityRestrictedException
class FileIsSecurityRestrictedException extends Exception implements Serializable- serialVersionUID:
- 896688635590740981L
-
Exception io.github.astrapi69.file.exception.FileNotRenamedException
class FileNotRenamedException extends Exception implements Serializable- serialVersionUID:
- 6852760469710242067L
-