| Package | Description |
|---|---|
| ch.jalu.configme.resource |
| Modifier and Type | Method and Description |
|---|---|
protected ToIntFunction<PropertyPathTraverser.PathElement> |
YamlFileResourceOptions.getIndentFunction() |
List<PropertyPathTraverser.PathElement> |
PropertyPathTraverser.getPathElements(String path)
Returns all path elements for the given property that have not been traversed yet.
|
| Modifier and Type | Method and Description |
|---|---|
int |
YamlFileResourceOptions.getNumberOfEmptyLinesBefore(PropertyPathTraverser.PathElement pathElement) |
protected void |
YamlFileResource.writeComments(Writer writer,
int indentation,
PropertyPathTraverser.PathElement pathElement)
Writes the given comment lines as YAML comments at the given indentation level.
|
| Modifier and Type | Method and Description |
|---|---|
YamlFileResourceOptions.Builder |
YamlFileResourceOptions.Builder.numberOfLinesBeforeFunction(ToIntFunction<PropertyPathTraverser.PathElement> numberOfLinesBeforeFunction) |
| Constructor and Description |
|---|
YamlFileResourceOptions(Charset charset,
ToIntFunction<PropertyPathTraverser.PathElement> numberOfLinesBeforeFunction)
Constructor.
|
Copyright © 2016–2019 The AuthMe Team. All rights reserved.