Package de.dlr.proseo.storagemgr.rest
Class InfoControllerImpl
java.lang.Object
de.dlr.proseo.storagemgr.rest.InfoControllerImpl
- All Implemented Interfaces:
InfoController
Handle information about storage manager settings.
- Author:
- melchinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RestInfo> Set information with configuration settings.
-
Constructor Details
-
InfoControllerImpl
public InfoControllerImpl()
-
-
Method Details
-
getRestInfo
Set information with configuration settings.- Specified by:
getRestInfoin interfaceInfoController- Returns:
- a response entity with the requested information
-