|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtectedSection | |
|---|---|
| com.sodius.mdw.core.eval | Contains the evaluation framework to launch evaluations of templates, rules and scripts. |
| com.sodius.mdw.core.eval.report | Contains the evaluation report framework, which keeps track of generated files and read/written models during an evaluation. |
| Uses of ProtectedSection in com.sodius.mdw.core.eval |
|---|
| Methods in com.sodius.mdw.core.eval that return types with arguments of type ProtectedSection | |
|---|---|
List<ProtectedSection> |
GeneratedCode.getProtectedSections()
Returns the list of protected sections, which define regions in a file that can contain end-user manual code and that the generator must never overwrite. |
| Method parameters in com.sodius.mdw.core.eval with type arguments of type ProtectedSection | |
|---|---|
void |
GeneratedCode.addProtectedSections(Collection<ProtectedSection> sections)
Adds each protected section of the collection. |
| Uses of ProtectedSection in com.sodius.mdw.core.eval.report |
|---|
| Methods in com.sodius.mdw.core.eval.report that return types with arguments of type ProtectedSection | |
|---|---|
List<ProtectedSection> |
GeneratedFile.getProtectedSections()
Returns the list of protected sections, which delimit regions in a file that can contain end-user manual code and that the generator must never overwrite. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||