Class ResourceFinder

java.lang.Object
org.concordion.internal.ResourceFinder

public class ResourceFinder extends Object
Find resources to be copied to the destination when specification is built. Currently only supports resources on the file path. Support for resources in Jars may come at a later date but will require java 1.7.
  • Constructor Details

    • ResourceFinder

      public ResourceFinder(FixtureType fixtureType)
  • Method Details

    • includeDefaultStyling

      public boolean includeDefaultStyling()
    • getResourcesToCopy

      public List<ResourceToCopy> getResourcesToCopy()