Class CodeSnippetProgramDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.codesnippet.dto.CodeSnippetDTO
-
- biz.aQute.bnd.reporter.codesnippet.dto.CodeSnippetProgramDTO
-
public class CodeSnippetProgramDTO extends CodeSnippetDTO
A code snippet with a program source.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
codeSnippet
The code snippet.java.lang.String
programmingLanguage
The programming language of the code snippet.-
Fields inherited from class biz.aQute.bnd.reporter.codesnippet.dto.CodeSnippetDTO
description, id, title
-
-
Constructor Summary
Constructors Constructor Description CodeSnippetProgramDTO()
-