org.thymeleaf.testing.templateengine.resource
Class LocalFolderTestResource

Object
  extended by org.thymeleaf.testing.templateengine.resource.AbstractTestResource
      extended by org.thymeleaf.testing.templateengine.resource.LocalFolderTestResource
All Implemented Interfaces:
ILocalTestResource, ITestResource, ITestResourceContainer

public class LocalFolderTestResource
extends AbstractTestResource
implements ITestResourceContainer, ILocalTestResource


Constructor Summary
LocalFolderTestResource(File file, String characterEncoding)
           
 
Method Summary
 String getCharacterEncoding()
           
 List<ITestResource> getContainedResources()
           
 File getResourceFile()
           
 
Methods inherited from class org.thymeleaf.testing.templateengine.resource.AbstractTestResource
getName
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.thymeleaf.testing.templateengine.resource.ITestResource
getName
 

Constructor Detail

LocalFolderTestResource

public LocalFolderTestResource(File file,
                               String characterEncoding)
Method Detail

getResourceFile

public File getResourceFile()
Specified by:
getResourceFile in interface ILocalTestResource

getCharacterEncoding

public String getCharacterEncoding()
Specified by:
getCharacterEncoding in interface ILocalTestResource

getContainedResources

public List<ITestResource> getContainedResources()
Specified by:
getContainedResources in interface ITestResourceContainer


Copyright © 2013 The THYMELEAF team. All Rights Reserved.