Class RevisionFile


  • public class RevisionFile
    extends Object
    Describes a file in a Revision. A file has a source, which allows a single revision to contain files from multiple sources (e.g. multiple indexes).
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Field Detail

      • fileName

        public final String fileName
        The name of the file.
      • size

        public long size
        The size of the file denoted by fileName.
    • Constructor Detail

      • RevisionFile

        public RevisionFile​(String fileName)
        Constructor with the given file name.