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 voidclose()voidmarkUnpacked(String source, String relativeCollision)
-
-
-
Method Detail
-
close
void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
-