public abstract class

BaseDoc

extends Object

 java.lang.Object

↳com.parrot.docdown.data.markup.BaseDoc

Subclasses:

ResourceDoc, MarkupDoc, IncludedCodeDoc, PegdownDoc

Summary

Fields
protected final Stringcontainer

protected final Stringname

protected final StringqualifiedName

protected final PathsourceFilePath

Constructors
publicBaseDoc(Path sourceFilePath, Path basePath)

Methods
public StringgetContainer()

public StringgetName()

public StringgetNameBase()

public StringgetQualifiedName()

public PathgetSourceFilePath()

from Object, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

Fields

protected final Path sourceFilePath

protected final String container

protected final String name

protected final String qualifiedName

Constructors

public BaseDoc(Path sourceFilePath, Path basePath)

Methods

public String getName()

public String getNameBase()

public String getContainer()

public String getQualifiedName()

public Path getSourceFilePath()