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