public abstract class DockerComposeConnectionDetailsFactory<D extends ConnectionDetails> extends Object
All methods in this class return null or are no-ops. This class is included for compilation reasons and should never make to a runtime environment.
Modifier | Constructor and Description |
---|---|
protected |
DockerComposeConnectionDetailsFactory(Predicate<DockerComposeConnectionSource> predicate,
String... requiredClassNames) |
protected |
DockerComposeConnectionDetailsFactory(String connectionName,
String... requiredClassNames)
Create a new
DockerComposeConnectionDetailsFactory instance. |
Modifier and Type | Method and Description |
---|---|
protected abstract D |
getDockerComposeConnectionDetails(DockerComposeConnectionSource source) |
protected DockerComposeConnectionDetailsFactory(String connectionName, String... requiredClassNames)
DockerComposeConnectionDetailsFactory
instance.connectionName
- the required connection namerequiredClassNames
- the names of classes that must be presentprotected DockerComposeConnectionDetailsFactory(Predicate<DockerComposeConnectionSource> predicate, String... requiredClassNames)
protected abstract D getDockerComposeConnectionDetails(DockerComposeConnectionSource source)
Copyright © 2010–2024. All rights reserved.