public class BuildCollator extends Object
| Constructor and Description |
|---|
BuildCollator(ProcessingEnvironment processingEnv,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendNonexistent(Collection<? extends Element> newRecords) |
void |
consumeRecords(Consumer<TypeElement> consumer) |
List<TypeElement> |
getRecords() |
void |
writeTypeElements(Collection<TypeElement> typeElements) |
public BuildCollator(ProcessingEnvironment processingEnv, String fileName)
public void writeTypeElements(Collection<TypeElement> typeElements)
public List<TypeElement> getRecords()
public void consumeRecords(Consumer<TypeElement> consumer)
public void appendNonexistent(Collection<? extends Element> newRecords)
Copyright © 2023. All rights reserved.