public class XmlFile
extends java.io.File
Constructor and Description |
---|
XmlFile(java.io.File parent,
java.lang.String child)
Construction of a new xml file with the given parent file and child.
|
XmlFile(java.lang.String pathname)
Construction of a new xml file with the given filename.
|
XmlFile(java.lang.String parent,
java.lang.String child)
Construction of a new xml file with the given parent and child.
|
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 XmlFile(java.lang.String parent, java.lang.String child)
parent
- The parent abstract filename.child
- The child abstract filename.File.File(String, String)
public XmlFile(java.lang.String pathname)
pathname
- The filename.File.File(String)
public XmlFile(java.io.File parent, java.lang.String child)
parent
- The parent file.child
- The child abstract filename.File.File(File, String)