Package com.guinetik.hexafun
Class HexaAppImpl
java.lang.Object
com.guinetik.hexafun.HexaApp
com.guinetik.hexafun.HexaAppImpl
Default implementation of HexaApp.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the names of all registered use cases.Methods inherited from class com.guinetik.hexafun.HexaApp
adapt, create, hasAdapter, hasPort, invoke, invokeByName, port, port, registeredAdapters, registeredPorts, run, test, withAdapter, withAdapter, withUseCase, withUseCase
-
Constructor Details
-
HexaAppImpl
public HexaAppImpl()Create a new empty HexaAppImpl.
-
-
Method Details
-
registeredUseCases
Description copied from class:HexaAppGet the names of all registered use cases.- Overrides:
registeredUseCasesin classHexaApp- Returns:
- A set of registered use case names
-