List of usage examples for com.google.gwt.dev.util.arg OptionLogLevel interface-usage
From source file wetheinter.net.dev.template.TemplateGeneratorOptions.java
public class TemplateGeneratorOptions extends ArgProcessorBase implements OptionLogLevel { private final List<String> templates = new ArrayList<String>(); private final List<String> extraData = new ArrayList<String>(); private final PayloadTypeArg payloadArg; private final Map<String, SourceBuilder<?>> context;