Module org.junit.platform.commons
Package org.junit.platform.commons.util
Class CloseablePath.ManagedFileSystem
- java.lang.Object
-
- org.junit.platform.commons.util.CloseablePath.ManagedFileSystem
-
- Enclosing class:
- CloseablePath
private static class CloseablePath.ManagedFileSystem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.FileSystem
fileSystem
private java.net.URI
jarUri
private java.util.concurrent.atomic.AtomicInteger
referenceCount
-
Constructor Summary
Constructors Constructor Description ManagedFileSystem(java.net.URI jarUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
close()
private CloseablePath.ManagedFileSystem
release()
private CloseablePath.ManagedFileSystem
retain()
-
-
-
Method Detail
-
retain
private CloseablePath.ManagedFileSystem retain()
-
release
private CloseablePath.ManagedFileSystem release()
-
close
private void close()
-
-