Uses of Class
de.adorsys.opba.protocol.xs2a.testsandbox.internal.SandboxApp
-
Packages that use SandboxApp Package Description de.adorsys.opba.protocol.xs2a.testsandbox de.adorsys.opba.protocol.xs2a.testsandbox.internal -
-
Uses of SandboxApp in de.adorsys.opba.protocol.xs2a.testsandbox
Fields in de.adorsys.opba.protocol.xs2a.testsandbox with type parameters of type SandboxApp Modifier and Type Field Description static Set<SandboxApp>SandboxAppsStarter. ALLMethod parameters in de.adorsys.opba.protocol.xs2a.testsandbox with type arguments of type SandboxApp Modifier and Type Method Description StarterContextSandboxAppsStarter. run(Set<SandboxApp> apps)Constructor parameters in de.adorsys.opba.protocol.xs2a.testsandbox with type arguments of type SandboxApp Constructor Description SandboxAppsStarter(Map<SandboxApp,Integer> dockerPorts) -
Uses of SandboxApp in de.adorsys.opba.protocol.xs2a.testsandbox.internal
Methods in de.adorsys.opba.protocol.xs2a.testsandbox.internal that return SandboxApp Modifier and Type Method Description static SandboxAppSandboxApp. valueOf(String name)Returns the enum constant of this type with the specified name.static SandboxApp[]SandboxApp. values()Returns an array containing the constants of this enum type, in the order they are declared.
-