Interface ProjectTool.Condition
-
- All Known Implementing Classes:
ProjectTool.IsAuxiliary
,ProjectTool.IsLocalModule
,ProjectTool.IsModule
,ProjectTool.IsServerModule
- Enclosing class:
- ProjectTool
private static interface ProjectTool.Condition
The condition class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
check(IProject module)
-
-
-
Method Detail
-
check
boolean check(IProject module)
- Parameters:
module
- attached project- Returns:
- checking result. true if pass, otherwise false.
-
-