
com.google.closure.WebFiles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of doclet Show documentation
Show all versions of doclet Show documentation
A custom doclet that is used to generate site documentation
for configuration classes.
The newest version!
// Generated by com.google.closure.plugin.genjava.GenJavaSymbols
package com.google.closure;
/**
* Symbolic constants for compiled web resources.
*/
public final class WebFiles {
private WebFiles() {
// Not insantiable.
}
/** Web path to a compiled {@code json} file. */
public static final String CSS_CSS_RENAME_MAP_JSON = "/css/css-rename-map.json";
/** Web path to a compiled {@code pd} file. */
public static final String DESCRIPTORS_PD = "/descriptors.pd";
/** Web path to a compiled {@code js} file. */
public static final String JS_MAIN_JS = "/js/main.js";
/** Web path to a compiled {@code json} file. */
public static final String JS_MAIN_JS_SOURCE_MAP_JSON = "/js/main.js-source-map.json";
/** Web path to a compiled {@code out} file. */
public static final String JS__VARS_MAP_OUT = "/js/_vars_map.out";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy