public class ResourceLoadingType
Field Summary | ||
---|---|---|
static final int | DEFAULT | |
Loads this resource as usual.
|
||
static final int | SKIP | |
Skips loading of this resource.
|
||
static final int | USER_PROVIDED | |
Use stream provided by user
|