Class InfoResource
java.lang.Object
net.datenwerke.rs.saiku.server.rest.resources.InfoResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Info Resource to get platform information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResponseGet a list of available plugins.
-
Constructor Details
-
InfoResource
public InfoResource(PlatformUtilsService platformService)
-
-
Method Details
-
getAvailablePlugins
public Response getAvailablePlugins()Get a list of available plugins.- Returns:
- A response containing a list of plugins.
-