Package sonia.scm.repository.work
Interface WorkingCopyPool
- All Known Implementing Classes:
NoneCachingWorkingCopyPool
,SimpleCachingWorkingCopyPool
public interface WorkingCopyPool
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextClosed
(SimpleWorkingCopyFactory<?, ?, ?>.WorkingCopyContext workingCopyContext, File workdir) <R,
W> WorkingCopy<R, W> getWorkingCopy
(SimpleWorkingCopyFactory<R, W, ?>.WorkingCopyContext context) void
shutdown()
-
Method Details
-
getWorkingCopy
-
contextClosed
void contextClosed(SimpleWorkingCopyFactory<?, ?, ?>.WorkingCopyContext workingCopyContext, File workdir) -
shutdown
void shutdown()
-