Interface JFileType


public interface JFileType
Helper class for Java to get the handle of file types
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FileType
    Represents a file to be stored in annex store
    static final FileType
    Represents a file to be stored in the repository normally
  • Field Details

    • Annex

      static final FileType Annex
      Represents a file to be stored in annex store
    • Normal

      static final FileType Normal
      Represents a file to be stored in the repository normally