|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cip4.jdflib.util.DumpDir
public class DumpDir
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
|
boolean |
quiet
if true, no printouts |
| Constructor Summary | |
|---|---|
DumpDir(File dir)
create a dumpdir with dir as the root |
|
| Method Summary | |
|---|---|
File |
getDir()
returns the base directory as a File |
File |
newFile(String header)
Deprecated. - use 2 parameter version; default= newFile(header,null); |
File |
newFile(String header,
String ext)
create a new File in this dump |
File |
newFileFromStream(String header,
InputStream is)
Deprecated. use the 3 parameter version |
File |
newFileFromStream(String header,
InputStream is,
String ext)
create a new File in this dump and fill it from is |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.commons.logging.Log log
public boolean quiet
| Constructor Detail |
|---|
public DumpDir(File dir)
dir - | Method Detail |
|---|
public File getDir()
@Deprecated public File newFile(String header)
header - the header to print prior to the xml
public File newFile(String header,
String ext)
header - the header to print prior to the xmlext - the additional extension to add prior to .tmp
@Deprecated
public File newFileFromStream(String header,
InputStream is)
header - the header to print prior to the streamis - the input stream to fill
public File newFileFromStream(String header,
InputStream is,
String ext)
header - the header to print prior to the streamis - the input stream to fillext - the additional extension
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||