public class Features extends Object
BranchRepository,
FolderRepository,
FeaturesBuilder| Modifier and Type | Method and Description |
|---|---|
boolean |
branches()
If true, repository can be casted to
BranchRepository |
boolean |
folders()
If true, repository can be casted to
FolderRepository |
boolean |
isLocal()
If true, repository located in local file system and doesn't support "/deploy" as base path
|
boolean |
mappedFolders()
If true: Repository where each project is mapped to its own Folder.
|
boolean |
uniqueFileId()
If true, repository can return unique id for each file (typically it's a hash)
|
boolean |
versions()
If true, repository can have historic versions.
|
public boolean folders()
FolderRepositorypublic boolean mappedFolders()
public boolean branches()
BranchRepositorypublic boolean versions()
public boolean uniqueFileId()
public boolean isLocal()
Copyright © 2004–2021 OpenL Tablets. All rights reserved.