Package org.eobjects.analyzer.beans.api

Examples of org.eobjects.analyzer.beans.api.ComponentCategory


      for (DescriptorMenu descriptorMenu : sortedMenus) {
        int count = descriptorMenu.getComponentClassCount();
        if (count <= 1) {
          // disregard categories with only a single component in
          // them!
          ComponentCategory category = descriptorMenu.getComponentCategory();
          logger.info("Disregarding menu for category '{}' because of too few components ({})", category, count);
          descriptorMenus.remove(category);
        } else {
          // add menu
          add(descriptorMenu);
View Full Code Here

TOP

Related Classes of org.eobjects.analyzer.beans.api.ComponentCategory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.