public class ModuleDefSchema extends Schema
Modifier and Type | Field and Description |
---|---|
protected String |
__module_1_rename_to |
protected String |
__module_2_type |
Constructor and Description |
---|
ModuleDefSchema(TreeLogger logger,
ModuleDefLoader loader,
String moduleName,
URL moduleURL,
String modulePackageAsPath,
ModuleDef toConfigure) |
Modifier and Type | Method and Description |
---|---|
protected Schema |
__module_begin(com.google.gwt.dev.cfg.ModuleDefSchema.NullableName renameTo,
String type) |
protected void |
__module_end(com.google.gwt.dev.cfg.ModuleDefSchema.NullableName renameTo,
String type) |
static boolean |
isValidPropertyName(String value) |
getAttributeConverter, getLineNumber, onBadAttributeValue, onHandlerException, onMissingAttribute, onUnexpectedAttribute, onUnexpectedChild, onUnexpectedElement, registerAttributeConverter, setLineNumber, setParent
protected final String __module_1_rename_to
protected final String __module_2_type
public ModuleDefSchema(TreeLogger logger, ModuleDefLoader loader, String moduleName, URL moduleURL, String modulePackageAsPath, ModuleDef toConfigure)
public static boolean isValidPropertyName(String value)
protected Schema __module_begin(com.google.gwt.dev.cfg.ModuleDefSchema.NullableName renameTo, String type) throws UnableToCompleteException
UnableToCompleteException
protected void __module_end(com.google.gwt.dev.cfg.ModuleDefSchema.NullableName renameTo, String type)
Copyright © 2018. All rights reserved.