public class DefaultNDescriptorBuilder extends Object implements net.thevpc.nuts.artifact.NDescriptorBuilder
| Constructor and Description |
|---|
DefaultNDescriptorBuilder() |
DefaultNDescriptorBuilder(net.thevpc.nuts.artifact.NDescriptor other) |
DefaultNDescriptorBuilder(net.thevpc.nuts.artifact.NDescriptorBuilder other) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NDescriptorBuilder |
addDependencies(List<net.thevpc.nuts.artifact.NDependency> dependencies) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
addDependency(net.thevpc.nuts.artifact.NDependency dependency) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
addFlag(net.thevpc.nuts.artifact.NDescriptorFlag flag) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
addFlags(net.thevpc.nuts.artifact.NDescriptorFlag... flags) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
addLocation(net.thevpc.nuts.artifact.NIdLocation location) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
addProperties(List<net.thevpc.nuts.artifact.NDescriptorProperty> properties) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
addProperty(net.thevpc.nuts.artifact.NDescriptorProperty property) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
addStandardDependencies(List<net.thevpc.nuts.artifact.NDependency> dependencies) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
addStandardDependency(net.thevpc.nuts.artifact.NDependency dependency) |
net.thevpc.nuts.artifact.NDescriptor |
build() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
builder() |
List<String> |
categories() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
categories(List<String> categories) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
categories(String... categories) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
clear() |
net.thevpc.nuts.artifact.NEnvConditionBuilder |
condition() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
condition(net.thevpc.nuts.artifact.NEnvCondition condition) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
condition(net.thevpc.nuts.artifact.NEnvConditionBuilder condition) |
List<net.thevpc.nuts.artifact.NDescriptorContributor> |
contributors() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
contributors(List<net.thevpc.nuts.artifact.NDescriptorContributor> contributors) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
copy() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
copyFrom(net.thevpc.nuts.boot.NBootDescriptor other) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
copyFrom(net.thevpc.nuts.artifact.NDescriptor other) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
copyFrom(net.thevpc.nuts.artifact.NDescriptorBuilder other) |
List<net.thevpc.nuts.artifact.NDependency> |
dependencies() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
dependencies(List<net.thevpc.nuts.artifact.NDependency> dependencies) |
String |
description() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
description(String description) |
List<net.thevpc.nuts.artifact.NDescriptorContributor> |
developers() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
developers(List<net.thevpc.nuts.artifact.NDescriptorContributor> developers) |
boolean |
equals(Object o) |
net.thevpc.nuts.artifact.NArtifactCall |
executor() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
executor(net.thevpc.nuts.artifact.NArtifactCall executor) |
Set<net.thevpc.nuts.artifact.NDescriptorFlag> |
flags() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
flags(net.thevpc.nuts.artifact.NDescriptorFlag... flags) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
flags(Set<net.thevpc.nuts.artifact.NDescriptorFlag> flags) |
String |
genericName() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
genericName(String name) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptorProperty> |
getProperty(String name) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NLiteral> |
getPropertyValue(String name) |
int |
hashCode() |
List<String> |
icons() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
icons(List<String> icons) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
icons(String... icons) |
net.thevpc.nuts.artifact.NId |
id() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
id(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
id(String id) |
net.thevpc.nuts.artifact.NIdType |
idType() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
idType(net.thevpc.nuts.artifact.NIdType idType) |
net.thevpc.nuts.artifact.NArtifactCall |
installer() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
installer(net.thevpc.nuts.artifact.NArtifactCall installer) |
boolean |
isBlank() |
boolean |
isExecutable() |
boolean |
isNoContent() |
boolean |
isNutsApplication() |
boolean |
isPlatformApplication() |
List<net.thevpc.nuts.artifact.NDescriptorLicense> |
licenses() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
licenses(List<net.thevpc.nuts.artifact.NDescriptorLicense> licenses) |
List<net.thevpc.nuts.artifact.NIdLocation> |
locations() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
locations(List<net.thevpc.nuts.artifact.NIdLocation> locations) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
locations(net.thevpc.nuts.artifact.NIdLocation... locations) |
List<net.thevpc.nuts.artifact.NDescriptorMailingList> |
mailingLists() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
mailingLists(List<net.thevpc.nuts.artifact.NDescriptorMailingList> mailingLists) |
String |
name() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
name(String name) |
net.thevpc.nuts.artifact.NDescriptorOrganization |
organization() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
organization(net.thevpc.nuts.artifact.NDescriptorOrganization organization) |
String |
packaging() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
packaging(String packaging) |
List<net.thevpc.nuts.artifact.NId> |
parents() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
parents(List<net.thevpc.nuts.artifact.NId> parents) |
List<net.thevpc.nuts.artifact.NDescriptorProperty> |
properties() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
removeDependency(net.thevpc.nuts.artifact.NDependency dependency) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
removeDependency(Predicate<net.thevpc.nuts.artifact.NDependency> dependency) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
removeFlag(net.thevpc.nuts.artifact.NDescriptorFlag flag) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
removeFlags(net.thevpc.nuts.artifact.NDescriptorFlag... flags) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
removeProperties(net.thevpc.nuts.artifact.NDescriptorProperty property) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
removeStandardDependency(net.thevpc.nuts.artifact.NDependency dependency) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
replaceDependency(Predicate<net.thevpc.nuts.artifact.NDependency> filter,
UnaryOperator<net.thevpc.nuts.artifact.NDependency> converter) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
replaceProperty(Predicate<net.thevpc.nuts.artifact.NDescriptorProperty> filter,
Function<net.thevpc.nuts.artifact.NDescriptorProperty,net.thevpc.nuts.artifact.NDescriptorProperty> converter) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
setProperties(List<net.thevpc.nuts.artifact.NDescriptorProperty> properties) |
net.thevpc.nuts.artifact.NDescriptorBuilder |
setProperty(String name,
String value) |
String |
solver() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
solver(String solver) |
List<net.thevpc.nuts.artifact.NDependency> |
standardDependencies() |
net.thevpc.nuts.artifact.NDescriptorBuilder |
standardDependencies(List<net.thevpc.nuts.artifact.NDependency> dependencies) |
public DefaultNDescriptorBuilder()
public DefaultNDescriptorBuilder(net.thevpc.nuts.artifact.NDescriptor other)
public DefaultNDescriptorBuilder(net.thevpc.nuts.artifact.NDescriptorBuilder other)
public net.thevpc.nuts.artifact.NId id()
id in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder id(net.thevpc.nuts.artifact.NId id)
id in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder id(String id)
id in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NId> parents()
parents in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder parents(List<net.thevpc.nuts.artifact.NId> parents)
parents in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic String packaging()
packaging in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder packaging(String packaging)
packaging in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic String name()
name in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder name(String name)
name in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic String solver()
solver in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder solver(String solver)
solver in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic String genericName()
genericName in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder genericName(String name)
genericName in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<String> icons()
icons in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder icons(List<String> icons)
icons in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder icons(String... icons)
icons in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder locations(net.thevpc.nuts.artifact.NIdLocation... locations)
locations in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<String> categories()
categories in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder categories(List<String> categories)
categories in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder categories(String... categories)
categories in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NEnvConditionBuilder condition()
condition in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder condition(net.thevpc.nuts.artifact.NEnvCondition condition)
condition in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder condition(net.thevpc.nuts.artifact.NEnvConditionBuilder condition)
condition in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic String description()
description in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder description(String description)
description in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NIdLocation> locations()
locations in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder locations(List<net.thevpc.nuts.artifact.NIdLocation> locations)
locations in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NDependency> standardDependencies()
standardDependencies in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder standardDependencies(List<net.thevpc.nuts.artifact.NDependency> dependencies)
standardDependencies in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NDependency> dependencies()
dependencies in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder dependencies(List<net.thevpc.nuts.artifact.NDependency> dependencies)
dependencies in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NArtifactCall executor()
executor in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder executor(net.thevpc.nuts.artifact.NArtifactCall executor)
executor in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NArtifactCall installer()
installer in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder installer(net.thevpc.nuts.artifact.NArtifactCall installer)
installer in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NDescriptorProperty> properties()
properties in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder setProperties(List<net.thevpc.nuts.artifact.NDescriptorProperty> properties)
setProperties in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addLocation(net.thevpc.nuts.artifact.NIdLocation location)
addLocation in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder setProperty(String name, String value)
setProperty in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder copyFrom(net.thevpc.nuts.artifact.NDescriptorBuilder other)
copyFrom in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder copyFrom(net.thevpc.nuts.boot.NBootDescriptor other)
public net.thevpc.nuts.artifact.NDescriptorBuilder copyFrom(net.thevpc.nuts.artifact.NDescriptor other)
copyFrom in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder clear()
clear in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder removeDependency(net.thevpc.nuts.artifact.NDependency dependency)
removeDependency in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addDependency(net.thevpc.nuts.artifact.NDependency dependency)
addDependency in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addDependencies(List<net.thevpc.nuts.artifact.NDependency> dependencies)
addDependencies in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder removeStandardDependency(net.thevpc.nuts.artifact.NDependency dependency)
removeStandardDependency in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addStandardDependency(net.thevpc.nuts.artifact.NDependency dependency)
addStandardDependency in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addStandardDependencies(List<net.thevpc.nuts.artifact.NDependency> dependencies)
addStandardDependencies in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addProperty(net.thevpc.nuts.artifact.NDescriptorProperty property)
addProperty in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder removeProperties(net.thevpc.nuts.artifact.NDescriptorProperty property)
removeProperties in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addProperties(List<net.thevpc.nuts.artifact.NDescriptorProperty> properties)
addProperties in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder replaceProperty(Predicate<net.thevpc.nuts.artifact.NDescriptorProperty> filter, Function<net.thevpc.nuts.artifact.NDescriptorProperty,net.thevpc.nuts.artifact.NDescriptorProperty> converter)
replaceProperty in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder replaceDependency(Predicate<net.thevpc.nuts.artifact.NDependency> filter, UnaryOperator<net.thevpc.nuts.artifact.NDependency> converter)
replaceDependency in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder removeDependency(Predicate<net.thevpc.nuts.artifact.NDependency> dependency)
removeDependency in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptor build()
build in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder copy()
copy in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic Set<net.thevpc.nuts.artifact.NDescriptorFlag> flags()
flags in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder flags(Set<net.thevpc.nuts.artifact.NDescriptorFlag> flags)
flags in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder flags(net.thevpc.nuts.artifact.NDescriptorFlag... flags)
flags in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addFlag(net.thevpc.nuts.artifact.NDescriptorFlag flag)
addFlag in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder addFlags(net.thevpc.nuts.artifact.NDescriptorFlag... flags)
addFlags in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder removeFlag(net.thevpc.nuts.artifact.NDescriptorFlag flag)
removeFlag in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder removeFlags(net.thevpc.nuts.artifact.NDescriptorFlag... flags)
removeFlags in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptorProperty> getProperty(String name)
getProperty in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NLiteral> getPropertyValue(String name)
getPropertyValue in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NIdType idType()
idType in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder idType(net.thevpc.nuts.artifact.NIdType idType)
idType in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder builder()
builder in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankablepublic boolean isExecutable()
isExecutable in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic boolean isNutsApplication()
isNutsApplication in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic boolean isPlatformApplication()
isPlatformApplication in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NDescriptorContributor> contributors()
contributors in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder contributors(List<net.thevpc.nuts.artifact.NDescriptorContributor> contributors)
contributors in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder developers(List<net.thevpc.nuts.artifact.NDescriptorContributor> developers)
developers in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NDescriptorLicense> licenses()
licenses in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder licenses(List<net.thevpc.nuts.artifact.NDescriptorLicense> licenses)
licenses in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NDescriptorMailingList> mailingLists()
mailingLists in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder mailingLists(List<net.thevpc.nuts.artifact.NDescriptorMailingList> mailingLists)
mailingLists in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorOrganization organization()
organization in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic net.thevpc.nuts.artifact.NDescriptorBuilder organization(net.thevpc.nuts.artifact.NDescriptorOrganization organization)
organization in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic List<net.thevpc.nuts.artifact.NDescriptorContributor> developers()
developers in interface net.thevpc.nuts.artifact.NDescriptorBuilderpublic boolean isNoContent()
isNoContent in interface net.thevpc.nuts.artifact.NDescriptorBuilderCopyright © 2026 vpc open source initiative. All rights reserved.