Class Modules
java.lang.Object
net.dzikoysk.cdn.module.Modules
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertToCdn(String source) booleanisEmpty()voidrenderDescription(StringBuilder output, String indentation, String description) panda.std.Result<panda.std.Blank, Exception> renderEntry(StringBuilder output, String indentation, @Nullable Section parent, Entry element) panda.std.Result<panda.std.Blank, Exception> renderPiece(StringBuilder output, String indentation, @Nullable Section parent, Piece element) voidrenderSectionEnding(StringBuilder output, String indentation, @Nullable Section parent, Section section) voidrenderSectionOpening(StringBuilder output, String indentation, Section section) booleanresolveArray(Stack<Section> sections, Piece value) Element<?> resolveArrayValue(Element<?> element) Element<?> visitArrayValue(Element<?> element)
-
Constructor Details
-
Modules
public Modules()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
addModule
-
convertToCdn
- Specified by:
convertToCdnin interfaceCdnModule
-
renderDescription
- Specified by:
renderDescriptionin interfaceCdnModule
-
renderSectionOpening
- Specified by:
renderSectionOpeningin interfaceCdnModule
-
renderSectionEnding
public void renderSectionEnding(StringBuilder output, String indentation, @Nullable @Nullable Section parent, Section section) - Specified by:
renderSectionEndingin interfaceCdnModule
-
visitArrayValue
- Specified by:
visitArrayValuein interfaceCdnModule
-
resolveArrayValue
- Specified by:
resolveArrayValuein interfaceCdnModule
-
resolveArray
- Specified by:
resolveArrayin interfaceCdnModule
-
renderEntry
public panda.std.Result<panda.std.Blank,Exception> renderEntry(StringBuilder output, String indentation, @Nullable @Nullable Section parent, Entry element) - Specified by:
renderEntryin interfaceCdnModule
-
renderPiece
public panda.std.Result<panda.std.Blank,Exception> renderPiece(StringBuilder output, String indentation, @Nullable @Nullable Section parent, Piece element) - Specified by:
renderPiecein interfaceCdnModule
-