Class ProjectTool.IsServerModule
- java.lang.Object
 - 
- com.nomagic.magicdraw.magicreport.tools.ProjectTool.IsServerModule
 
 
- 
- All Implemented Interfaces:
 ProjectTool.Condition
- Enclosing class:
 - ProjectTool
 
private static class ProjectTool.IsServerModule extends java.lang.Object implements ProjectTool.Condition
Class for checking whether the module is a server module. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description privateIsServerModule() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(IProject module) 
 - 
 
- 
- 
Method Detail
- 
check
public boolean check(IProject module)
- Specified by:
 checkin interfaceProjectTool.Condition- Parameters:
 module- attached project- Returns:
 - checking result. true if pass, otherwise false.
 
 
 - 
 
 -