[Java] Class WritableFile
- org.codehaus.groovy.runtime.WritableFile
-
All Implemented Interfaces and Traits:
-
Writable
public class WritableFile
extends File
implements Writable
A Writable File.
Inherited fields
| Fields inherited from class |
Fields |
class File |
separatorChar, separator, pathSeparatorChar, pathSeparator |
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
| Methods inherited from class |
Name |
class File |
getName, equals, length, toString, hashCode, isHidden, compareTo, compareTo, list, list, isAbsolute, getParent, delete, setReadOnly, canRead, getPath, toURI, toURL, exists, createNewFile, renameTo, getAbsolutePath, getCanonicalPath, isDirectory, getAbsoluteFile, mkdir, getCanonicalFile, getParentFile, mkdirs, setWritable, setWritable, setReadable, setReadable, setExecutable, setExecutable, listRoots, createTempFile, createTempFile, canWrite, isFile, lastModified, deleteOnExit, listFiles, listFiles, listFiles, setLastModified, canExecute, getTotalSpace, getFreeSpace, getUsableSpace, toPath, wait, wait, wait, getClass, notify, notifyAll |
Constructor Detail
public WritableFile(File delegate)
public WritableFile(File delegate, String encoding)
Method Detail