public class GeneratorProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEVICE_FEATURES |
static String |
IOC_CONFIG_CLASS |
static String |
VIEW_BASE_FOLDER |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
readConfigurationPropertyValues(com.google.gwt.core.ext.GeneratorContext context,
String property) |
static List<String> |
readConfigurationPropertyValues(RebindContext context,
String property) |
static String |
readSelectionPropertyValue(com.google.gwt.core.ext.GeneratorContext context,
com.google.gwt.core.ext.TreeLogger logger,
String property) |
static String |
readSelectionPropertyValue(RebindContext context,
String property) |
public static final String DEVICE_FEATURES
public static final String VIEW_BASE_FOLDER
public static final String IOC_CONFIG_CLASS
public static List<String> readConfigurationPropertyValues(com.google.gwt.core.ext.GeneratorContext context, String property)
public static List<String> readConfigurationPropertyValues(RebindContext context, String property)
public static String readSelectionPropertyValue(com.google.gwt.core.ext.GeneratorContext context, com.google.gwt.core.ext.TreeLogger logger, String property)
public static String readSelectionPropertyValue(RebindContext context, String property)
Copyright © 2015. All rights reserved.