5051525354555657585960
if (!(type instanceof FilesystemOperations)) { throw new UnsupportedOperationException(type.toString()); } final FilesystemOperations mType = (FilesystemOperations) type; switch (mType) { case COPY: result = doCopy(parameters); break;