Introduce Resource::getContentAsString

This commit introduces the getContentAsString method to Resource,
returning the string contents of the resource.

Closes gh-24651
This commit is contained in:
Derrick Anderson
2020-03-06 21:26:28 -06:00
committed by Arjen Poutsma
parent 18896aceca
commit 4da2499613
4 changed files with 97 additions and 2 deletions

View File

@@ -2,5 +2,4 @@
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties version="1.0">
<entry key="foo">bar</entry>
</properties>
</properties>