| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml.dvs | |
| dev.dejvokep.boostedyaml.dvs.segment |
| Modifier and Type | Method and Description |
|---|---|
Segment |
Pattern.getPart(int index)
Deprecated.
Method with confusing name, use
Pattern.getSegment(int) instead. Subject for removal. |
Segment |
Pattern.getPart(int index)
Deprecated.
Method with confusing name, use
Pattern.getSegment(int) instead. Subject for removal. |
Segment |
Pattern.getSegment(int index)
Returns segment at the given index (index
0 refers to the most significant one on the left). |
Segment |
Pattern.getSegment(int index)
Returns segment at the given index (index
0 refers to the most significant one on the left). |
| Constructor and Description |
|---|
Pattern(Segment... segments)
Creates a pattern composed of the given segments, ordered from the most significant to the least significant
(left to right).
|
Pattern(Segment... segments)
Creates a pattern composed of the given segments, ordered from the most significant to the least significant
(left to right).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LiteralSegment
Represents an immutable segment constructed directly from an array of elements.
|
class |
RangeSegment
Represents an immutable segment constructed from an integer range.
|
| Modifier and Type | Method and Description |
|---|---|
static Segment |
Segment.literal(String... elements)
Creates a segment from the given elements.
|
static Segment |
Segment.literal(String... elements)
Creates a segment from the given elements.
|
static Segment |
Segment.range(int start,
int end)
Creates a segment from the given range properties.
|
static Segment |
Segment.range(int start,
int end)
Creates a segment from the given range properties.
|
static Segment |
Segment.range(int start,
int end,
int step)
Creates a segment from the given range properties.
|
static Segment |
Segment.range(int start,
int end,
int step)
Creates a segment from the given range properties.
|
static Segment |
Segment.range(int start,
int end,
int step,
int fill)
Creates a segment from the given range properties.
|
static Segment |
Segment.range(int start,
int end,
int step,
int fill)
Creates a segment from the given range properties.
|
Copyright © 2022. All rights reserved.