public class StandardPropertiesReader extends java.lang.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<java.lang.String> |
read(PropertiesLineReader reader) |
Properties<java.lang.String> |
read(java.io.Reader reader) |
protected java.lang.Iterable<Annotation> |
toAnnotations(java.lang.String comment) |
public StandardPropertiesReader()
public StandardPropertiesReader(@Nullable
AnnotationsParser annotationsParser,
@Nullable
PropertyParser propertyParser)
@Nonnull public static StandardPropertiesReader propertiesReader()
@Nonnull public Properties<java.lang.String> read(@Nonnull java.io.Reader reader) throws java.io.IOException
read in interface PropertiesReaderjava.io.IOException@Nonnull public Properties<java.lang.String> read(@Nonnull PropertiesLineReader reader) throws java.io.IOException
java.io.IOException@Nonnull protected java.lang.Iterable<Annotation> toAnnotations(@Nonnull java.lang.String comment)
@Nonnull protected AnnotationsParser annotationsParser()
@Nonnull protected PropertyParser propertyParser()
Copyright © 2015 echocat. All Rights Reserved.