public interface BuildSystemFactory
BuildSystem.| Modifier and Type | Method and Description |
|---|---|
BuildSystem |
createBuildSystem(String id)
Creates and returns a
BuildSystem for the given id. |
default BuildSystem |
createBuildSystem(String id,
String dialect)
|
BuildSystem createBuildSystem(String id)
BuildSystem for the given id. If the factory does not
recognise the given id, null should be returned.id - the id of the build systemnulldefault BuildSystem createBuildSystem(String id, String dialect)
BuildSystem for the given id and
dialect. If the factory does not recognize the given id or
dialect, null should be returned.id - the id of the build systemdialect - the dialect of the build systemnullCopyright © 2019 Pivotal Software, Inc.. All rights reserved.