Package org.springframework.ide.eclipse.beans.core.model

Examples of org.springframework.ide.eclipse.beans.core.model.IBeansConfig.resourceChanged()


      }
    }
    else if (BeansCoreUtils.isBeansConfig(resource, true)) {
      IBeansConfig bc = BeansCorePlugin.getModel().getConfig((IFile) resource, true);
      // Resources are loaded by isBeansConfig from the top; so the resourceChanged check here is not sufficient
      if (bc.resourceChanged()) {
        if (bc instanceof IImportedBeansConfig) {
          propagateToConfigsFromConfigSet(BeansModelUtils.getParentOfClass(bc, IBeansConfig.class), false);
        }
        else {
          propagateToConfigsFromConfigSet(bc, false);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.