|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.compiler.Utility
Utility class providing file manipulation facilities. This implementation uses Ant task programmaticaly
| Constructor Summary | |
Utility()
Constructs a new project and attach simple logger |
|
| Method Summary | |
void |
backupFile(java.io.File source,
java.io.File dest)
Copy a file or directory recursively |
void |
deleteDir(java.io.File dir)
Delete recursively a directory and the directory itself |
void |
log(java.lang.String msg)
|
void |
setVerbose()
Set verbosity |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Utility()
| Method Detail |
public void setVerbose()
public void deleteDir(java.io.File dir)
public void backupFile(java.io.File source,
java.io.File dest)
public void log(java.lang.String msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||