Class LocalFileTestResource
- Object
-
- org.thymeleaf.testing.templateengine.resource.AbstractTestResource
-
- org.thymeleaf.testing.templateengine.resource.LocalFileTestResource
-
- All Implemented Interfaces:
ILocalTestResource
,ITestResource
,ITestResourceItem
public class LocalFileTestResource extends AbstractTestResource implements ITestResourceItem, ILocalTestResource
-
-
Constructor Summary
Constructors Constructor Description LocalFileTestResource(File file, String characterEncoding)
LocalFileTestResource(File file, String characterEncoding, boolean avoidUnicodeUnescapeOnRead)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCharacterEncoding()
File
getResourceFile()
String
readAsText()
-
Methods inherited from class org.thymeleaf.testing.templateengine.resource.AbstractTestResource
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.thymeleaf.testing.templateengine.resource.ITestResource
getName
-
-
-
-
Method Detail
-
getResourceFile
public File getResourceFile()
- Specified by:
getResourceFile
in interfaceILocalTestResource
-
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interfaceILocalTestResource
-
readAsText
public String readAsText()
- Specified by:
readAsText
in interfaceITestResourceItem
-
-