| Modifier and Type | Field and Description |
|---|---|
private java.lang.String[] |
providerImpls |
| Constructor and Description |
|---|
ServiceProviderAsset(java.lang.Class<?>... providerImpls)
Creates a newline separated text file off the providerImpls class names.
|
ServiceProviderAsset(java.lang.String... providerImpls)
Creates a newline separated text file off the providerImpls class names.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
openStream()
Get a input stream for the resource content.
|
public ServiceProviderAsset(java.lang.Class<?>... providerImpls)
providerImpls - The Classes to usejava.lang.IllegalArgumentException - if providerImpls is null or contain null valuespublic ServiceProviderAsset(java.lang.String... providerImpls)
providerImpls - The class names to usejava.lang.IllegalArgumentException - if providerImpls is null or contain null valuespublic java.io.InputStream openStream()
AssetopenStream in interface AssetInputStream for each call