|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.damf.console.comperation.command.ConsoleCommand
net.damf.console.comperation.fileHandle.DirectoryMerge
public class DirectoryMerge
Field Summary | |
---|---|
private java.io.File |
copyTo
|
private java.io.File |
dir
|
Fields inherited from class net.damf.console.comperation.command.ConsoleCommand |
---|
flag, fluked, inited |
Constructor Summary | |
---|---|
DirectoryMerge()
|
|
DirectoryMerge(java.io.File fromDir,
java.io.File copyToDir)
|
Method Summary | |
---|---|
int |
argumentsNeeded()
|
Comperation |
giveFiles(java.lang.String[] files)
|
java.lang.String[] |
make(java.lang.String[] param)
|
boolean |
perform()
|
Methods inherited from class net.damf.console.comperation.command.ConsoleCommand |
---|
crunchQuotes, gatherFlags, isInited, requiresCommand |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.io.File dir
private java.io.File copyTo
Constructor Detail |
---|
public DirectoryMerge()
public DirectoryMerge(java.io.File fromDir, java.io.File copyToDir)
Method Detail |
---|
public int argumentsNeeded()
argumentsNeeded
in interface Comperation
argumentsNeeded
in class ConsoleCommand
public java.lang.String[] make(java.lang.String[] param)
make
in interface Comperation
make
in class ConsoleCommand
public Comperation giveFiles(java.lang.String[] files)
giveFiles
in interface Comperation
giveFiles
in class ConsoleCommand
public boolean perform()
perform
in interface Comperation
perform
in class ConsoleCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |