Package com.facebook.buck.util
Interface Scope
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents
,RuleKeyScopedHasher.ContainerScope
- All Known Implementing Classes:
DefaultRuleKeyScopedHasher.DefaultContainerScope
,TaskManagerCommandScope
public interface Scope extends AutoCloseable
A more specific interface that doesn't throw rather than usingAutoCloseable
directly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-
-
-
Field Detail
-
NOOP
static final Scope NOOP
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-