Class BuildInfoStoreManager
- java.lang.Object
-
- com.facebook.buck.core.build.engine.cache.manager.BuildInfoStoreManager
-
- All Implemented Interfaces:
AutoCloseable
public class BuildInfoStoreManager extends Object implements AutoCloseable
Manages the lifetimes of allBuildInfoStore
s used in the build.
-
-
Constructor Summary
Constructors Constructor Description BuildInfoStoreManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
BuildInfoStore
get(ProjectFilesystem filesystem)
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
get
public BuildInfoStore get(ProjectFilesystem filesystem)
-
-