Class ClassNameBasedSpecificationLocator

java.lang.Object
org.concordion.internal.ClassNameBasedSpecificationLocator
All Implemented Interfaces:
SpecificationLocator

public class ClassNameBasedSpecificationLocator extends Object implements SpecificationLocator
  • Constructor Details

    • ClassNameBasedSpecificationLocator

      public ClassNameBasedSpecificationLocator()
  • Method Details

    • locateSpecification

      public Resource locateSpecification(FixtureDeclarations fixtureDeclarations, String specificationSuffix)
      Description copied from interface: SpecificationLocator
      Locates a specification, allowing the type suffix of the specification to be specified.
      Specified by:
      locateSpecification in interface SpecificationLocator
      Parameters:
      fixtureDeclarations - the fixture type to find the specification for
      specificationSuffix - the suffix of the specification
      Returns:
      the resource for the specification, which may or may not actually exist