T - - type of the compiler/minifier input.public class CompilerEntry<T> extends Object
ResourceCompiler.
Typical use case is to gather Stream of this inputs and put them into
ResourceCompiler.compile(Stream). After that you can receive compiled/minified content
providing key() to ResourceCompiler.content(String) as an argument.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
key() |
static <T> CompilerEntry<T> |
ofKeyValue(String key,
T value) |
String |
toString() |
T |
value() |
Copyright © 2018 Atlassian. All rights reserved.