Interface SingleDependencyProcessor.PersistentCollisionsWriter
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
SingleDependencyProcessor.FilePersistentCollisionsWriter
,SingleDependencyProcessor.InMemoryCachePersistentCollisionsWriter
- Enclosing class:
- SingleDependencyProcessor
public static interface SingleDependencyProcessor.PersistentCollisionsWriter extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
markUnpacked(String source, String relativeCollision)
-
-
-
Method Detail
-
close
void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
-