|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.File
adams.core.io.PlaceholderFile
adams.data.WekaExperimentFile
public class WekaExperimentFile
A dummy class for the GOE, for special handling of experiments.
| Field Summary |
|---|
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
WekaExperimentFile(File file)
Creates a new ExperimentFile instance by using the given file. |
|
WekaExperimentFile(File parent,
String child)
Creates a new ExperimentFile instance from a parent abstract pathname and a child pathname string. |
|
WekaExperimentFile(String pathname)
Creates a new ExperimentFile instance by converting the given pathname string into an abstract pathname. |
|
WekaExperimentFile(String parent,
String child)
Creates a new ExperimentFile instance from a parent pathname string and a child pathname string. |
|
WekaExperimentFile(URI uri)
Creates a new ExperimentFile instance by converting the given file: URI into an abstract pathname. |
|
| Method Summary | |
|---|---|
File |
toFile()
Returns a file object. |
| Methods inherited from class adams.core.io.PlaceholderFile |
|---|
canExecute, canRead, canWrite, changeExtension, changeExtension, compareTo, createNewFile, delete, deleteOnExit, exists, expand, fixSeparator, getAbsolutePath, getCanonicalPath, getExtension, getExtension, getFreeSpace, getParent, getParentFile, getTotalSpace, getUsableSpace, isAbsolute, isDirectory, isFile, isHidden, isValid, isValid, lastModified, length, list, list, listFiles, listFiles, listFiles, mkdir, renameTo, setExecutable, setLastModified, setReadable, setReadOnly, setWritable, toPlaceholderFiles |
| Methods inherited from class java.io.File |
|---|
createTempFile, createTempFile, equals, getAbsoluteFile, getCanonicalFile, getName, getPath, hashCode, list, listRoots, mkdirs, setExecutable, setReadable, setWritable, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WekaExperimentFile(File parent,
String child)
parent - the parentchild - the childpublic WekaExperimentFile(String pathname)
pathname - the path
public WekaExperimentFile(String parent,
String child)
parent - the parentchild - the childpublic WekaExperimentFile(URI uri)
uri - the identifierpublic WekaExperimentFile(File file)
file - the file to use| Method Detail |
|---|
public File toFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||