/remove
Execute the requested operation.exceptionBuildException if an error occurs super.execute(); if (path == null) { throw new BuildException ("Must specify 'path' attribute"); } execute("/remove?path=" + URLEncoder.encode(this.path));
super.execute(); if (path == null) { throw new BuildException ("Must specify 'path' attribute"); } execute("/remove?path=" + URLEncoder.encode(this.path));
return (this.path);
this.path = path;