Class ClearWorkspace

  • All Implemented Interfaces:
    org.apache.commons.chain.Command

    public class ClearWorkspace
    extends Object
    implements org.apache.commons.chain.Command
    Remove all the content from the current working Workspace
    • Constructor Detail

      • ClearWorkspace

        public ClearWorkspace()
    • Method Detail

      • execute

        public boolean execute​(org.apache.commons.chain.Context ctx)
                        throws Exception
        Specified by:
        execute in interface org.apache.commons.chain.Command
        Throws:
        Exception