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