Example usage for com.google.gwt.dev.util.arg OptionLogLevel interface-usage

List of usage examples for com.google.gwt.dev.util.arg OptionLogLevel interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.dev.util.arg OptionLogLevel interface-usage.

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;