Skip navigation links
C F G M O S T V 

C

createImporter(InputFile, ImportEventListener) - Method in class org.itsallcode.openfasttrace.importer.markdown.MarkdownImporterFactory
 

F

FORWARD_MARKER - Static variable in class org.itsallcode.openfasttrace.importer.markdown.MarkdownForwardingSpecificationItem
 

G

getLastToken() - Method in class org.itsallcode.openfasttrace.importer.markdown.MarkdownImporterStateMachine
Get the last text token that the state machine isolated
getOriginalId() - Method in class org.itsallcode.openfasttrace.importer.markdown.MarkdownForwardingSpecificationItem
The ID of the specification item that originally required coverage
getPattern() - Method in enum org.itsallcode.openfasttrace.importer.markdown.MdPattern
Get the regular expression pattern object
getSkippedArtifactType() - Method in class org.itsallcode.openfasttrace.importer.markdown.MarkdownForwardingSpecificationItem
The artifact type which forwards the needed coverage (in effect the one that is "skipped" during authoring)
getSkippedId() - Method in class org.itsallcode.openfasttrace.importer.markdown.MarkdownForwardingSpecificationItem
The constructed ID of the specification item that gets "skipped" by forwarding the needed coverage
getTargetArtifactTypes() - Method in class org.itsallcode.openfasttrace.importer.markdown.MarkdownForwardingSpecificationItem
The list of artifact types the needed coverage is forwarded to

M

MarkdownForwardingSpecificationItem - Class in org.itsallcode.openfasttrace.importer.markdown
The MarkdownForwardingSpecificationItem splits the textual representation of a specification item that forwards needed artifact coverage into is components.
MarkdownForwardingSpecificationItem(String) - Constructor for class org.itsallcode.openfasttrace.importer.markdown.MarkdownForwardingSpecificationItem
MarkdownImporterFactory - Class in org.itsallcode.openfasttrace.importer.markdown
ImporterFactory for Markdown files
MarkdownImporterFactory() - Constructor for class org.itsallcode.openfasttrace.importer.markdown.MarkdownImporterFactory
 
MarkdownImporterStateMachine - Class in org.itsallcode.openfasttrace.importer.markdown
This machine implements the core of a state based parser Before the state machine is run, it needs to be configured with a transition table in the constructor.
MarkdownImporterStateMachine(Transition[]) - Constructor for class org.itsallcode.openfasttrace.importer.markdown.MarkdownImporterStateMachine
Create a new instance of the MarkdownImporterStateMachine
MdPattern - Enum in org.itsallcode.openfasttrace.importer.markdown
Patterns that describe tokens to be recognized within Markdown-style specifications.

O

org.itsallcode.openfasttrace.importer.markdown - package org.itsallcode.openfasttrace.importer.markdown
 
ORIGINAL_MARKER - Static variable in class org.itsallcode.openfasttrace.importer.markdown.MarkdownForwardingSpecificationItem
 

S

step(String) - Method in class org.itsallcode.openfasttrace.importer.markdown.MarkdownImporterStateMachine
Step the state machine

T

transit() - Method in interface org.itsallcode.openfasttrace.importer.markdown.TransitionAction
 
TransitionAction - Interface in org.itsallcode.openfasttrace.importer.markdown
 

V

valueOf(String) - Static method in enum org.itsallcode.openfasttrace.importer.markdown.MdPattern
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.itsallcode.openfasttrace.importer.markdown.MdPattern
Returns an array containing the constants of this enum type, in the order they are declared.
C F G M O S T V 
Skip navigation links

Copyright © 2019. All rights reserved.