Interface CheckProjectExistsApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,SwpClient
public interface CheckProjectExistsApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkProjectExists(ProjectGraphUri projectGraph)
Check if a project exists.
-
-
-
Method Detail
-
checkProjectExists
boolean checkProjectExists(ProjectGraphUri projectGraph)
Check if a project exists.- Parameters:
projectGraph
- URI of the project graph e.g., urn:x-evn-master:abcdefg- Returns:
- true if the project exists
-
-