| Package | Description |
|---|---|
| org.frankframework.frankdoc.model |
This package contains a set of model classes that is used by
DocWriterNew to generate the
XML configuration schema used by Frank developers. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectConfigChild |
class |
TextConfigChild |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigChild> |
FrankElement.getConfigChildren(Predicate<ElementChild> filter) |
List<ConfigChild> |
FrankElement.getConfigParents() |
List<ConfigChild> |
FrankElement.getCumulativeConfigChildren(Predicate<ElementChild> selector,
Predicate<ElementChild> rejector) |
static Map<String,List<ConfigChild>> |
ConfigChildSet.getMemberChildren(List<ElementRole> parents,
Predicate<ElementChild> selector,
Predicate<ElementChild> rejector,
Predicate<FrankElement> elementFilter)
Handles generic element option recursion as explained in
org.frankframework.frankdoc.model. |
| Modifier and Type | Method and Description |
|---|---|
static Stream<ElementRole> |
ConfigChild.getElementRoleStream(Collection<ConfigChild> configChildren) |
static ConfigChildGroupKind |
ConfigChildGroupKind.groupKind(Collection<ConfigChild> configChildren)
Get the
ConfigChildGroupKind of a collection of config children, assuming
that they all have the same role name. |
void |
FrankElement.setConfigChildren(List<ConfigChild> children) |
static String |
ConfigChild.toString(Collection<ConfigChild> configChildren) |
void |
FrankElement.walkCumulativeConfigChildren(CumulativeChildHandler<ConfigChild> handler,
Predicate<ElementChild> childSelector,
Predicate<ElementChild> childRejector) |
Copyright © 2022 Ibissource.org. All rights reserved.