Package nl.lexemmens.podman.service
Class ServiceHub
- java.lang.Object
-
- nl.lexemmens.podman.service.ServiceHub
-
public class ServiceHub extends Object
Context class providing access to runtime requirements, such as support classes, image hash
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationServicegetAuthenticationService()Returns a reference to theAuthenticationServiceBuildahExecutorServicegetBuildahExecutorService()Returns a reference to theBuildahExecutorServiceContainerfileDecoratorgetContainerfileDecorator()Returns a reference to the FileFilterService classPodmanExecutorServicegetPodmanExecutorService()Returns a reference to thePodmanExecutorService
-
-
-
Method Detail
-
getContainerfileDecorator
public ContainerfileDecorator getContainerfileDecorator()
Returns a reference to the FileFilterService class- Returns:
- The
ContainerfileDecorator
-
getAuthenticationService
public AuthenticationService getAuthenticationService()
Returns a reference to theAuthenticationService- Returns:
- The
AuthenticationService
-
getPodmanExecutorService
public PodmanExecutorService getPodmanExecutorService()
Returns a reference to thePodmanExecutorService- Returns:
- The
PodmanExecutorService
-
getBuildahExecutorService
public BuildahExecutorService getBuildahExecutorService()
Returns a reference to theBuildahExecutorService- Returns:
- The
BuildahExecutorService
-
-