Class Features

    • Method Detail

      • folders

        public boolean folders()
        If true, repository can be casted to FolderRepository
      • mappedFolders

        public boolean mappedFolders()
        If true: Repository where each project is mapped to its own Folder. It means that each external folder has it's own internal folder. This repository can manage this mapping. If false: Repository has flat structure. Every project is located inside a single folder.
      • branches

        public boolean branches()
        If true, repository can be casted to BranchRepository
      • versions

        public boolean versions()
        If true, repository can have historic versions. If false, repository is not versionable.
      • uniqueFileId

        public boolean uniqueFileId()
        If true, repository can return unique id for each file (typically it's a hash)
      • isLocal

        public boolean isLocal()
        If true, repository located in local file system and doesn't support "/deploy" as base path