public class StandardPropertiesReader extends Object implements PropertiesReader
| Constructor and Description |
|---|
StandardPropertiesReader() |
StandardPropertiesReader(AnnotationsParser annotationsParser,
PropertyParser propertyParser) |
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationsParser |
annotationsParser() |
static StandardPropertiesReader |
propertiesReader() |
protected PropertyParser |
propertyParser() |
Properties<String> |
read(PropertiesLineReader reader) |
Properties<String> |
read(Reader reader) |
protected Iterable<Annotation> |
toAnnotations(String comment) |
public StandardPropertiesReader()
public StandardPropertiesReader(@Nullable AnnotationsParser annotationsParser, @Nullable PropertyParser propertyParser)
@Nonnull public static StandardPropertiesReader propertiesReader()
@Nonnull public Properties<String> read(@Nonnull Reader reader) throws IOException
read in interface PropertiesReaderIOException@Nonnull public Properties<String> read(@Nonnull PropertiesLineReader reader) throws IOException
IOException@Nonnull protected Iterable<Annotation> toAnnotations(@Nonnull String comment)
@Nonnull protected AnnotationsParser annotationsParser()
@Nonnull protected PropertyParser propertyParser()
Copyright © 2023 echocat. All rights reserved.