public class NBootDescriptor extends Object
| Constructor and Description |
|---|
NBootDescriptor() |
NBootDescriptor(NBootDescriptor other) |
public NBootDescriptor()
public NBootDescriptor(NBootDescriptor other)
public NBootId getId()
public NBootDescriptor setId(NBootId id)
public NBootDescriptor setId(String id)
public NBootDescriptor setParents(List<NBootId> parents)
public String getPackaging()
public NBootDescriptor setPackaging(String packaging)
public String getName()
public NBootDescriptor setName(String name)
public NBootEnvCondition getCondition()
public NBootDescriptor setCondition(NBootEnvCondition condition)
public String getDescription()
public NBootDescriptor setDescription(String description)
public List<NBootDependency> getStandardDependencies()
public NBootDescriptor setStandardDependencies(List<NBootDependency> dependencies)
public List<NBootDependency> getDependencies()
public NBootDescriptor setDependencies(List<NBootDependency> dependencies)
public List<NBootDescriptorProperty> getProperties()
public NBootDescriptor setProperties(List<NBootDescriptorProperty> properties)
public NBootDescriptor setProperty(String name, String value)
public NBootDescriptor copyFrom(NBootDescriptor other)
public NBootDescriptor clear()
public NBootDescriptor removeDependency(NBootDependency dependency)
public NBootDescriptor addDependency(NBootDependency dependency)
public NBootDescriptor addDependencies(List<NBootDependency> dependencies)
public NBootDescriptor removeStandardDependency(NBootDependency dependency)
public NBootDescriptor addStandardDependency(NBootDependency dependency)
public NBootDescriptor addStandardDependencies(List<NBootDependency> dependencies)
public NBootDescriptor addProperty(NBootDescriptorProperty property)
public NBootDescriptor removeProperties(NBootDescriptorProperty property)
public NBootDescriptor addProperties(List<NBootDescriptorProperty> properties)
public NBootDescriptor replaceProperty(Predicate<NBootDescriptorProperty> filter, Function<NBootDescriptorProperty,NBootDescriptorProperty> converter)
public NBootDescriptor replaceDependency(Predicate<NBootDependency> filter, UnaryOperator<NBootDependency> converter)
public NBootDescriptor removeDependency(Predicate<NBootDependency> dependency)
public NBootDescriptorProperty getProperty(String name)
public NBootDescriptor copy()
public boolean isBlank()
Copyright © 2025 vpc open source initiative. All rights reserved.