Uses of Class
com.tccc.kos.commons.manifest.chained.ChainedManifestBuilder
Packages that use ChainedManifestBuilder
-
Uses of ChainedManifestBuilder in com.tccc.kos.commons.manifest.chained
Methods in com.tccc.kos.commons.manifest.chained that return ChainedManifestBuilderModifier and TypeMethodDescriptionChainedManifestBuilder.addArtifact
(String section, BaseManifestArtifact artifact) Add an artifact to the named section.ChainedManifestBuilder.addSection
(String section) Create a section with the specified name if it doesn't already exist.Set the name of this manifest.ChainedManifestBuilder.setNextManifestId
(String nextManifestId) Set the id of the next manifest in the chain.ChainedManifestBuilder.setProperty
(String key, String val) Add a property to the manifest.