Package de.xima.fc.proma.provider
Class PromaApiProvider
java.lang.Object
de.xima.fc.proma.provider.PromaApiProvider
Provides global access to the current
IPromaApiProvider
for interacting with the PROMA API.- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic IPromaApiProvider
static void
setProvider
(IPromaApiProvider provider) Changes the global PROMA API provider.
-
Method Details
-
promaApiProvider
- Returns:
- The current provider for interacting with the PROMA API.
-
setProvider
Changes the global PROMA API provider. This is intended mainly for tests and should normally not be used in production code.- Parameters:
provider
- The new global provider to use.
-