Class Services
java.lang.Object
com.ewyboy.worldstripper.services.Services
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TloadService(Class<T> service) Load a service implementation
-
Field Details
-
PLATFORM
-
-
Constructor Details
-
Services
public Services()
-
-
Method Details
-
loadService
Load a service implementation- Type Parameters:
T- the service type- Parameters:
service- the service class- Returns:
- the service implementation
-