Interface FixedDirectoryWorkingCopyManager

All Superinterfaces:
VcsWorkingCopyManager
All Known Implementing Classes:
LegacyFixedDirectoryWorkingCopyManager

@Deprecated public interface FixedDirectoryWorkingCopyManager extends VcsWorkingCopyManager
Deprecated.
since 5.14 the purpose of this interface is to support exotic repository types.
Manages working copy in a pre-defined directory (i.e. location of the working copy is determined by a repository configuration and cannot be changed at will). Implementation should be stateless. Implementors should prefer VcsWorkingCopyManager instead, as this variant severely limits implementation's usefulness. For example, repository plugins implementing this interface cannot be used in deployment projects. Use only if you must.