|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.compiler.Utility
public class 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(File source,
File dest)
Copy a file or directory recursively |
void |
deleteDir(File dir)
Delete recursively a directory and the directory itself |
void |
log(String msg)
|
void |
setVerbose(boolean verbose)
Set verbosity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utility()
Method Detail |
---|
public void setVerbose(boolean verbose)
public void deleteDir(File dir)
public void backupFile(File source, File dest)
public void log(String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |