| Modifier and Type | Method and Description |
|---|---|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromClassloaderResource(String path)
Deprecated.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromClassloaderResource(String path,
ClassLoader cl)
Deprecated.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromFile(File file)
Deprecated.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromFile(String pathToFile)
Deprecated.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.fromClassloaderResource(String path)
Configures this
ResolverSystem from the result of ClassLoader.getResource(String) using the
current Thread.getContextClassLoader()
This method is deprecated. |
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.fromClassloaderResource(String path,
ClassLoader loader)
Configures this
ResolverSystem from the result of ClassLoader.getResource(String) using the
specified ClassLoader
This method is deprecated. |
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.fromFile(File file)
Configures this
ResolverSystem from the specified file |
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.fromFile(String pathToFile)
Configures this
ResolverSystem from the file at the specified path
This method is deprecated. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.