| java.lang.Object com.tc.aspectwerkz.compiler.Utility
Utility | public class Utility (Code) | | Utility class providing file manipulation facilities. This implementation uses Ant task programmaticaly.
author: Alexandre Vasseur |
Constructor Summary | |
public | Utility() |
Utility | public Utility()(Code) | | Constructs a new project and attach simple logger
|
backupFile | public void backupFile(File source, File dest)(Code) | | Copy a file or directory recursively
|
deleteDir | public void deleteDir(File dir)(Code) | | Delete recursively a directory and the directory itself
|
setVerbose | public void setVerbose(boolean verbose)(Code) | | Set verbosity
|
|
|