@Immutable 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 |
|---|---|
List<MetaStackElement> |
getElements()
Gets an immutable list of the elements in this stack definition
|
String |
getEndSpacer()
Gets the spacer added after any stack elements
|
String |
getMiddleSpacer()
Gets the spacer added between stack elements
|
String |
getStartSpacer()
Gets the spacer string added before any stack elements
|
@Nonnull List<MetaStackElement> getElements()
@Nonnull String getStartSpacer()
@Nonnull String getMiddleSpacer()
Copyright © 2018. All rights reserved.