public class AssetOptions extends Object
AssetProcessor and AssetAggregator.
Just keep state and handle aseets options.| Constructor and Description |
|---|
AssetOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
excludes(String path) |
<T> T |
get(String name) |
Map<String,Object> |
options() |
AssetOptions |
set(com.typesafe.config.Config options) |
AssetOptions |
set(String name,
Object value) |
public AssetOptions set(String name, Object value)
public AssetOptions set(com.typesafe.config.Config options)
public boolean excludes(String path)
public <T> T get(String name)
Copyright © 2019. All rights reserved.