T - type of acceptable profilepublic abstract class BaseProvider<T> extends Object
| Constructor and Description |
|---|
BaseProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
configure(T profile)
Configures this provider.
|
protected abstract void configure(T profile) throws IOException
profile - the profileIOException - if failed to configure thisIllegalArgumentException - if the specified profile is not validCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.