Class CleanCommand

java.lang.Object
org.machanism.machai.cli.CleanCommand

@ShellComponent public class CleanCommand extends Object
Provides shell commands for cleaning up Machai temporary folders.

The CleanCommand class includes methods for removing all ".machai" template folders within a specified root directory.

Usage Example:

 
 CleanCommand cleanCmd = new CleanCommand();
 cleanCmd.clean(new File("/path/to/root"));
 
 
Since:
0.0.2
Author:
Viktor Tovstyi