public class

IncludedCodeDoc

extends BaseDoc

 java.lang.Object

com.parrot.docdown.data.markup.BaseDoc

↳com.parrot.docdown.data.markup.IncludedCodeDoc

Overview

An doc on a code source file that can be included as a code block in a markup document

Summary

Fields
private static final StringBEGIN_INCLUDE

private static final StringEND_INCLUDE

from BaseDoccontainer, name, qualifiedName, sourceFilePath
Constructors
publicIncludedCodeDoc(Path sourceFilePath, Path basePath)

Methods
public StringgetContent(String id)

from BaseDocgetContainer, getName, getNameBase, getQualifiedName, getSourceFilePath
from Object, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

Fields

private static final String BEGIN_INCLUDE

private static final String END_INCLUDE

Constructors

public IncludedCodeDoc(Path sourceFilePath, Path basePath)

Methods

public String getContent(String id)