Package com.google.gwt.dev.cfg.ModuleDef

Examples of com.google.gwt.dev.cfg.ModuleDef.ModuleType


  }

  @SuppressWarnings("unused")
  protected Schema __module_begin(NullableName renameTo, String type)
      throws UnableToCompleteException {
    ModuleType moduleType = ModuleType.valueOf(type.toUpperCase(Locale.ENGLISH));
    moduleDef.enterModule(moduleType, moduleName);

    // All modules implicitly depend on com.google.gwt.core.Core. Processing of this dependency
    // needs to occur early so that subsequent processing has the opportunity to override property
    // values.
View Full Code Here


  }

  @SuppressWarnings("unused")
  protected Schema __module_begin(NullableName renameTo, String type)
      throws UnableToCompleteException {
    ModuleType moduleType = ModuleType.valueOf(type.toUpperCase(Locale.ENGLISH));
    moduleDef.enterModule(moduleType, moduleName);

    // All modules implicitly depend on com.google.gwt.core.Core. Processing of this dependency
    // needs to occur early so that subsequent processing has the opportunity to override property
    // values.
View Full Code Here

TOP

Related Classes of com.google.gwt.dev.cfg.ModuleDef.ModuleType

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.