Class IsolatedBuildableBuilder


  • public abstract class IsolatedBuildableBuilder
    extends Object
    IsolatedBuildableBuilder is used to build rules in isolation. Users need to construct a working directory with all the required inputs (including .buckconfig files for each cell). The data for deserializing build rules is expected to be contained in the "__data__" directory under the root (see getProvider() below for the expected layout of this directory).