Interface TestFileType


public interface TestFileType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    a file that was built on the compiling machine
    static final int
    a file that was included in the distribution tarball
  • Field Details

    • DIST

      static final int DIST
      a file that was included in the distribution tarball
      See Also:
    • BUILT

      static final int BUILT
      a file that was built on the compiling machine
      See Also: