public abstract class UrlProviderFileInitializer extends java.lang.Object implements SmackInitializer
getFilePath(). This file will be loaded on Smack initialization.| Constructor and Description |
|---|
UrlProviderFileInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.ClassLoader |
getClassLoader()
Returns an array of class loaders to load resources from.
|
java.util.List<java.lang.Exception> |
getExceptions() |
protected abstract java.lang.String |
getFilePath() |
void |
initialize() |
public void initialize()
initialize in interface SmackInitializerpublic java.util.List<java.lang.Exception> getExceptions()
getExceptions in interface SmackInitializerprotected abstract java.lang.String getFilePath()
protected java.lang.ClassLoader getClassLoader()