Example usage for com.google.gwt.dev.util Empty STRINGS

List of usage examples for com.google.gwt.dev.util Empty STRINGS

Introduction

In this page you can find the example usage for com.google.gwt.dev.util Empty STRINGS.

Prototype

String[] STRINGS

To view the source code for com.google.gwt.dev.util Empty STRINGS.

Click Source Link

Usage

From source file:cc.alcina.framework.entity.gen.SimpleCssResourceGenerator.java

License:Apache License

private String[] getAllPublicFiles(ModuleDef module) {
    module.refresh();
    return module.getPublicResourceOracle().getPathNames().toArray(Empty.STRINGS);
}