306307308309310311312313314315316
description.appendText("exclude file"); } public Object invoke(Invocation invocation) throws Throwable { FileCopyDetails details = (FileCopyDetails) invocation.getParameter(0); details.exclude(); return null; } }; }