Interface Container

All Superinterfaces:
AutoCloseable, Closeable

@API(since="0.0.1", status=STABLE) public interface Container extends Closeable
Container that wraps a file path source of some description.

Closing this resource will close any internally held resources that were opened internally. Already-opened resources passed to the implementation will not be closed.

Since:
0.0.1
Author:
Ashley Scopes