Class SchematronTestFile

java.lang.Object
com.helger.schematron.testfiles.SchematronTestFile

public class SchematronTestFile extends Object
Represents a single Schematron test file
Author:
Philip Helger
  • Constructor Details

    • SchematronTestFile

      public SchematronTestFile(@Nonnull @Nonempty String sParentDirBaseName, @Nonnull com.helger.commons.io.resource.IReadableResource aRes, @Nonnull @Nonempty String sFileBaseName)
  • Method Details

    • getParentDirBaseName

      @Nonnull @Nonempty public String getParentDirBaseName()
    • getResource

      @Nonnull public com.helger.commons.io.resource.IReadableResource getResource()
    • getFileBaseName

      @Nonnull @Nonempty public String getFileBaseName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object