public class BldResPath extends Object
| Constructor and Description |
|---|
BldResPath(BldFourK cfg4k,
String urlPath) |
| Modifier and Type | Method and Description |
|---|---|
BldResPath |
allDev(boolean dev)
turn on/off all inlining + file caching for easy development.
|
BldFourK |
build() |
BldResPath |
cacheAggregates(boolean cacheAggregates) |
BldResPath |
compress(boolean doGZip) |
BldResPath |
elements(String... resourcePath) |
String[] |
getResourcePath() |
String |
getUrlPath() |
BldResPath |
inline(boolean inline) |
boolean |
isCacheAggregates() |
boolean |
isCompress() |
boolean |
isInline() |
boolean |
isMinify() |
boolean |
isStripComments() |
BldResPath |
minify(boolean minify) |
BldResPath |
stripComments(boolean stripComments) |
public BldResPath elements(String... resourcePath)
public BldResPath inline(boolean inline)
public BldResPath stripComments(boolean stripComments)
public BldResPath minify(boolean minify)
public boolean isInline()
public boolean isStripComments()
public boolean isMinify()
public BldResPath cacheAggregates(boolean cacheAggregates)
public BldResPath allDev(boolean dev)
public BldResPath compress(boolean doGZip)
public BldFourK build()
public String getUrlPath()
public boolean isCacheAggregates()
public String[] getResourcePath()
public boolean isCompress()
Copyright © 2015. All rights reserved.