Class TempPathResource

java.lang.Object
com.carrotsearch.randomizedtesting.TempPathResource
All Implemented Interfaces:
Closeable, AutoCloseable

public class TempPathResource extends Object implements Closeable
A temporary path resource will be deleted at the end of a given lifecycle phase.
See Also: