Package sonia.scm.repository.work
Class SimpleWorkingCopyFactory.WorkingCopyContext
java.lang.Object
sonia.scm.repository.work.SimpleWorkingCopyFactory.WorkingCopyContext
- Enclosing class:
- SimpleWorkingCopyFactory<R,
W, C extends RepositoryProvider>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWorkingCopyFromParentAndClone
(SimpleWorkingCopyFactory.ParentAndClone<R, W> parentAndClone) initialize
(File workdir)
-
Constructor Details
-
WorkingCopyContext
-
-
Method Details
-
getScmRepository
-
reclaim
public WorkingCopy<R,W> reclaim(File workdir) throws SimpleWorkingCopyFactory.ReclaimFailedException -
initialize
-
createWorkingCopyFromParentAndClone
public WorkingCopy<R,W> createWorkingCopyFromParentAndClone(SimpleWorkingCopyFactory.ParentAndClone<R, W> parentAndClone)
-