Uses of Class
org.oa4mp.client.loader.OA2ClientEnvironment
-
Packages that use OA2ClientEnvironment Package Description org.oa4mp.client.loader -
-
Uses of OA2ClientEnvironment in org.oa4mp.client.loader
Classes in org.oa4mp.client.loader with type parameters of type OA2ClientEnvironment Modifier and Type Class Description classOA2ClientLoaderImpl<T extends OA2ClientEnvironment>Refactoring of the client that has a lot of OAuth 1.0a cruft that just needs to go away, as well as a lot of code that should be centralized.classXMLClientLoader<T extends OA2ClientEnvironment>Facade for the old loader so that it acts like the new loader.Methods in org.oa4mp.client.loader that return OA2ClientEnvironment Modifier and Type Method Description static OA2ClientEnvironmentOA2ClientEnvironmentUtil. load(File configFile)For the case that the configuration file has a single configuration in it.static OA2ClientEnvironmentOA2ClientEnvironmentUtil. load(File configFile, String configName)
-