Deleting Files
Does the java api provide a way to remove files and directories from an component in a workspace?
|
One answer
workspace.configurationOpFactory() will remove files and dirs
// Cal to commit changes. workspace.commit(cs1,Collections.singletonList(workspace.configurationOpFactory().delete(file)), MONITOR); |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.