private static class ReadPropertiesMojo.FileResource extends ReadPropertiesMojo.Resource
Modifier and Type | Field and Description |
---|---|
private java.io.File |
file |
Constructor and Description |
---|
FileResource(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeOpened() |
protected java.io.InputStream |
openStream() |
java.lang.String |
toString() |
getInputStream
public boolean canBeOpened()
canBeOpened
in class ReadPropertiesMojo.Resource
protected java.io.InputStream openStream() throws java.io.IOException
openStream
in class ReadPropertiesMojo.Resource
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object