|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.File
multitool.MultiFile
public class MultiFile
Created on May 7, 2004
| Field Summary |
|---|
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
MultiFile(java.io.File parent,
java.lang.String child)
|
|
MultiFile(java.lang.String pathname)
|
|
MultiFile(java.lang.String parent,
java.lang.String child)
|
|
MultiFile(java.net.URI uri)
|
|
| Method Summary | |
|---|---|
long |
getdelay()
|
java.lang.String |
getDest()
|
int |
getdestination()
|
boolean |
getsynchro()
|
void |
setdelay(int delay)
|
void |
setDest(java.lang.String dest)
|
void |
setdestination(int destination)
|
void |
setsynchro(boolean synchro)
|
| Methods inherited from class java.io.File |
|---|
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiFile(java.lang.String pathname)
pathname - public MultiFile(java.net.URI uri)
uri -
public MultiFile(java.io.File parent,
java.lang.String child)
parent - child -
public MultiFile(java.lang.String parent,
java.lang.String child)
parent - child - | Method Detail |
|---|
public void setdelay(int delay)
public void setsynchro(boolean synchro)
public long getdelay()
public boolean getsynchro()
public void setdestination(int destination)
public int getdestination()
public java.lang.String getDest()
public void setDest(java.lang.String dest)
dest - The dest to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||