public class MarkdownForwardingSpecificationItem extends Object
MarkdownForwardingSpecificationItem splits the textual
representation of a specification item that forwards needed artifact coverage
into is components.| Modifier and Type | Field and Description |
|---|---|
static String |
FORWARD_MARKER |
static String |
ORIGINAL_MARKER |
| Constructor and Description |
|---|
MarkdownForwardingSpecificationItem(String forward)
Create an instance of
MarkdownForwardingSpecificationItem |
| Modifier and Type | Method and Description |
|---|---|
SpecificationItemId |
getOriginalId()
The ID of the specification item that originally required coverage
|
String |
getSkippedArtifactType()
The artifact type which forwards the needed coverage (in effect the one
that is "skipped" during authoring)
|
SpecificationItemId |
getSkippedId()
The constructed ID of the specification item that gets "skipped" by
forwarding the needed coverage
|
List<String> |
getTargetArtifactTypes()
The list of artifact types the needed coverage is forwarded to
|
public static final String ORIGINAL_MARKER
public static final String FORWARD_MARKER
public MarkdownForwardingSpecificationItem(String forward)
MarkdownForwardingSpecificationItemforward - the textual representationpublic String getSkippedArtifactType()
public SpecificationItemId getOriginalId()
public SpecificationItemId getSkippedId()
Copyright © 2019. All rights reserved.