public class CsvFile
extends java.io.File
Basically holds the CSV separator
Constructor and Description |
---|
CsvFile()
Deprecated.
UNIT TEST ONLY
|
CsvFile(java.io.File parent,
java.lang.String child,
char separator) |
CsvFile(java.lang.String pathname,
char separator) |
CsvFile(java.lang.String parent,
java.lang.String child,
char separator) |
CsvFile(java.net.URI uri,
char separator) |
Modifier and Type | Method and Description |
---|---|
char |
getSeparator() |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURL
public CsvFile(java.io.File parent, java.lang.String child, char separator)
public CsvFile(java.lang.String parent, java.lang.String child, char separator)
public CsvFile(java.lang.String pathname, char separator)
public CsvFile(java.net.URI uri, char separator)
@Deprecated public CsvFile()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.