Uses of Class
biz.aQute.bnd.reporter.codesnippet.Snippet
-
Packages that use Snippet Package Description biz.aQute.bnd.reporter.codesnippet -
-
Uses of Snippet in biz.aQute.bnd.reporter.codesnippet
Methods in biz.aQute.bnd.reporter.codesnippet that return Snippet Modifier and Type Method Description private SnippetJavaSnippetReader. createSnippet(java.lang.String id, JavaSnippetReader.CodeSnippetConfig config, java.util.function.Supplier<java.lang.String> formatedCode)Methods in biz.aQute.bnd.reporter.codesnippet that return types with arguments of type Snippet Modifier and Type Method Description private java.util.stream.Stream<Snippet>CodeSnippetExtractor. extractSnippets(java.io.File file)java.util.List<Snippet>JavaSnippetReader. read(java.io.File file)abstract java.util.List<Snippet>SnippetReader. read(java.io.File file)Read a file and extract snippets from it.
-