Interface ClearProjectApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,SwpClient
public interface ClearProjectApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearProject(ProjectGraphUri projectGraph)
Clear the contents of a project.
-
-
-
Method Detail
-
clearProject
void clearProject(ProjectGraphUri projectGraph)
Clear the contents of a project.- Parameters:
projectGraph
- URI of the project graph e.g., urn:x-evn-master:abcdefg
-
-