Class ProjectTool.IsServerModule

    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsServerModule

        private IsServerModule()
    • Method Detail

      • check

        public boolean check​(IProject module)
        Specified by:
        check in interface ProjectTool.Condition
        Parameters:
        module - attached project
        Returns:
        checking result. true if pass, otherwise false.