NBootDescriptor |
NBootDescriptor.addDependencies(List<NBootDependency> dependencies) |
NBootDescriptor |
NBootDescriptor.addDependency(NBootDependency dependency) |
NBootDescriptor |
NBootDescriptor.addProperties(List<NBootDescriptorProperty> properties) |
NBootDescriptor |
NBootDescriptor.addProperty(NBootDescriptorProperty property) |
NBootDescriptor |
NBootDescriptor.addStandardDependencies(List<NBootDependency> dependencies) |
NBootDescriptor |
NBootDescriptor.addStandardDependency(NBootDependency dependency) |
NBootDescriptor |
NBootDescriptor.clear() |
NBootDescriptor |
NBootDescriptor.copy() |
NBootDescriptor |
NBootDescriptor.copyFrom(NBootDescriptor other) |
NBootDescriptor |
NBootOptionsInfo.getRuntimeBootDescriptor() |
NBootDescriptor |
NBootDescriptor.removeDependency(NBootDependency dependency) |
NBootDescriptor |
NBootDescriptor.removeDependency(Predicate<NBootDependency> dependency) |
NBootDescriptor |
NBootDescriptor.removeProperties(NBootDescriptorProperty property) |
NBootDescriptor |
NBootDescriptor.removeStandardDependency(NBootDependency dependency) |
NBootDescriptor |
NBootDescriptor.replaceDependency(Predicate<NBootDependency> filter,
UnaryOperator<NBootDependency> converter) |
NBootDescriptor |
NBootDescriptor.replaceProperty(Predicate<NBootDescriptorProperty> filter,
Function<NBootDescriptorProperty,NBootDescriptorProperty> converter) |
NBootDescriptor |
NBootDescriptor.setCondition(NBootEnvCondition condition) |
NBootDescriptor |
NBootDescriptor.setDependencies(List<NBootDependency> dependencies) |
NBootDescriptor |
NBootDescriptor.setDescription(String description) |
NBootDescriptor |
NBootDescriptor.setId(NBootId id) |
NBootDescriptor |
NBootDescriptor.setId(String id) |
NBootDescriptor |
NBootDescriptor.setName(String name) |
NBootDescriptor |
NBootDescriptor.setPackaging(String packaging) |
NBootDescriptor |
NBootDescriptor.setParents(List<NBootId> parents) |
NBootDescriptor |
NBootDescriptor.setProperties(List<NBootDescriptorProperty> properties) |
NBootDescriptor |
NBootDescriptor.setProperty(String name,
String value) |
NBootDescriptor |
NBootDescriptor.setStandardDependencies(List<NBootDependency> dependencies) |