Package com.atlassian.bamboo.utils
Interface BambooFiles.AutoRemoved
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
BambooFiles.QuietlyRemoved
- Enclosing class:
- BambooFiles
public static interface BambooFiles.AutoRemoved extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Path
getPath()
-
-
-
Method Detail
-
close
void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
getPath
Path getPath()
-
-