Package io.quarkus.domino.manifest
Class ManifestGenerator
- java.lang.Object
-
- io.quarkus.domino.manifest.ManifestGenerator
-
public class ManifestGenerator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManifestGenerator.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManifestGenerator.Builderbuilder()Consumer<Collection<ReleaseRepo>>toConsumer()
-
-
-
Method Detail
-
builder
public static ManifestGenerator.Builder builder()
-
toConsumer
public Consumer<Collection<ReleaseRepo>> toConsumer()
-
-