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 private
IsServerModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
check(IProject module)
-
-
-
Method Detail
-
check
public boolean check(IProject module)
- Specified by:
check
in interfaceProjectTool.Condition
- Parameters:
module
- attached project- Returns:
- checking result. true if pass, otherwise false.
-
-