public interface MetaStackDefinition
The resultant string is constructed as: [start spacer] [element] [middle spacer] [element] [middle spacer] [element] [end spacer]
Definitions can be passed to a users UserData instance using MetaContexts, and the result of this stack can be retrieved from the returned MetaData instance.
| Modifier and Type | Method and Description |
|---|---|
@NonNull List<MetaStackElement> |
getElements()
Gets an immutable list of the elements in this stack definition
|
@NonNull String |
getEndSpacer()
Gets the spacer added after any stack elements
|
@NonNull String |
getMiddleSpacer()
Gets the spacer added between stack elements
|
@NonNull String |
getStartSpacer()
Gets the spacer string added before any stack elements
|
@NonNull List<MetaStackElement> getElements()
@NonNull String getStartSpacer()
@NonNull String getMiddleSpacer()
@NonNull String getEndSpacer()