Class ProjectTool.IsAuxiliary
- java.lang.Object
-
- com.nomagic.magicdraw.magicreport.tools.ProjectTool.IsAuxiliary
-
- All Implemented Interfaces:
ProjectTool.Condition
- Enclosing class:
- ProjectTool
private static class ProjectTool.IsAuxiliary extends java.lang.Object implements ProjectTool.Condition
Class for checking whether the module is an auxiliary resource.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
IsAuxiliary()
-
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.
-
-