Package de.spraener.nxtgen.target
Class CodeTargetToCodeConverter
java.lang.Object
de.spraener.nxtgen.target.CodeTargetToCodeConverter
Responsibility
A CodeTargetToCodeConverter converts a CodeTarget holding
CodeSections which holds CodeSnippets to a single String
of text. It reads all CodeSections from the target and from
each such CodeSection the CodeSnippets. Each CodeSnippets
content is than appended to a StringBuilder.
The converting is implemented in the "toString()" method.
-
Constructor Summary
Constructors -
Method Summary