Uses of Class
biz.aQute.bnd.reporter.codesnippet.dto.CodeSnippetGroupDTO
-
Packages that use CodeSnippetGroupDTO Package Description biz.aQute.bnd.reporter.codesnippet -
-
Uses of CodeSnippetGroupDTO in biz.aQute.bnd.reporter.codesnippet
Fields in biz.aQute.bnd.reporter.codesnippet declared as CodeSnippetGroupDTO Modifier and Type Field Description private CodeSnippetGroupDTO
Snippet. _groupDto
Methods in biz.aQute.bnd.reporter.codesnippet that return CodeSnippetGroupDTO Modifier and Type Method Description CodeSnippetGroupDTO
Snippet. getCodeSnippetGroup()
Constructors in biz.aQute.bnd.reporter.codesnippet with parameters of type CodeSnippetGroupDTO Constructor Description Snippet(java.lang.String groupName, CodeSnippetGroupDTO dto)
Snippet(java.lang.String groupName, CodeSnippetGroupDTO groupDto, java.lang.String parentGroup, CodeSnippetProgramDTO programDto)
-