public class DaxCreator extends DaxCreatorV3 implements Displayer, TaskConscious
Constructor and Description |
---|
DaxCreator() |
Modifier and Type | Method and Description |
---|---|
void |
displayMessage(java.lang.String string)
Display message.
|
java.io.File |
fakeProcess(java.util.List list)
Fake process.
|
java.awt.Component |
getComponent() |
java.io.File |
writeFile(java.lang.String name,
java.lang.String contents)
Write file.
|
process, setTask, spreadConnect
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setTask
public java.io.File fakeProcess(java.util.List list)
list
- the listpublic java.io.File writeFile(java.lang.String name, java.lang.String contents)
name
- the namecontents
- the contentspublic java.awt.Component getComponent()
getComponent
in class DaxCreatorV3
public void displayMessage(java.lang.String string)
Displayer
displayMessage
in interface Displayer
string
- the string