Class AutoCloseableDecoratorBase<T extends AutoCloseable>
java.lang.Object
org.aksw.commons.util.closeable.AutoCloseableDecoratorBase<T>
- All Implemented Interfaces:
AutoCloseable
public class AutoCloseableDecoratorBase<T extends AutoCloseable>
extends Object
implements AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
decoratee
-
-
Constructor Details
-
AutoCloseableDecoratorBase
-
-
Method Details
-
getDecoratee
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-