Example usage for com.google.gwt.dev.cfg ModuleDef refresh

List of usage examples for com.google.gwt.dev.cfg ModuleDef refresh

Introduction

In this page you can find the example usage for com.google.gwt.dev.cfg ModuleDef refresh.

Prototype

public synchronized void refresh() 

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);
}