public class BaseFile extends File
Modifier and Type | Field and Description |
---|---|
private File |
baseDir |
pathSeparator, pathSeparatorChar, separator, separatorChar
Constructor and Description |
---|
BaseFile(File pathFile) |
BaseFile(File repoDir,
File pathFile) |
BaseFile(File parent,
String child) |
BaseFile(String pathname) |
BaseFile(String repoDir,
File pathFile) |
BaseFile(String parent,
String child) |
BaseFile(URI uri) |
Modifier and Type | Method and Description |
---|---|
File |
getBaseDir() |
String |
getRelativePath() |
void |
setBaseDir(File baseDir) |
void |
setBaseDir(String repoDir) |
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 File getBaseDir()
public String getRelativePath()
public void setBaseDir(File baseDir)
public void setBaseDir(String repoDir)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.