| Modifier and Type | Method and Description |
|---|---|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromClassloaderResource(String path)
Optional operation.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromClassloaderResource(String path,
ClassLoader cl)
Optional operation.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromFile(File file)
Optional operation.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromFile(String pathToFile)
Optional operation.
|
RESOLVERSYSTEMTYPE |
ConfiguredResolverSystemFactory.fromClassloaderResource(String path)
Configures this
ResolverSystem from the result of ClassLoader.getResource(String) using the
current Thread.getContextClassLoader() |
RESOLVERSYSTEMTYPE |
ConfiguredResolverSystemFactory.fromClassloaderResource(String path,
ClassLoader loader)
Configures this
ResolverSystem from the result of ClassLoader.getResource(String) using the
specified ClassLoader |
RESOLVERSYSTEMTYPE |
ConfiguredResolverSystemFactory.fromFile(File file)
Configures this
ResolverSystem from the specified file |
RESOLVERSYSTEMTYPE |
ConfiguredResolverSystemFactory.fromFile(String pathToFile)
Configures this
ResolverSystem from the file at the specified path |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.