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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileSystem
private final URI
private final AtomicInteger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
close()
private CloseablePath.ManagedFileSystem
release()
private CloseablePath.ManagedFileSystem
retain()
-
Field Details
-
referenceCount
-
fileSystem
-
jarUri
-
-
Constructor Details
-
ManagedFileSystem
ManagedFileSystem(URI jarUri)
-
-
Method Details
-
retain
-
release
-
close
private void close()
-