- AabBuilderStep - Class in com.facebook.buck.android
-
Merges resources into a final Android App Bundle using bundletool.
- AabBuilderStep(ProjectFilesystem, Path, Optional<Path>, BuildTarget, boolean, ImmutableSet<ModuleInfo>) - Constructor for class com.facebook.buck.android.AabBuilderStep
-
- AAPT2_COMPILE_FLAVOR - Static variable in class com.facebook.buck.android.AndroidResourceDescription
-
- Aapt2Compile - Class in com.facebook.buck.android
-
Perform the "aapt2 compile" step of a single Android resource.
- Aapt2Compile(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Tool, SourcePath, boolean, boolean) - Constructor for class com.facebook.buck.android.Aapt2Compile
-
- Aapt2Link - Class in com.facebook.buck.android
-
Perform the "aapt2 link" step of building an Android app.
- AaptPackageResources - Class in com.facebook.buck.android
-
Packages the resources using aapt.
- AaptStep - Class in com.facebook.buck.android
-
Runs the Android Asset Packaging Tool (aapt), which creates an .apk file.
- AaptStep(SourcePathResolverAdapter, AndroidPlatformTarget, AbsPath, Path, ImmutableList<Path>, ImmutableSortedSet<Path>, Path, Path, Path, ImmutableList<Path>, boolean, boolean, ManifestEntries, ImmutableList<String>) - Constructor for class com.facebook.buck.android.AaptStep
-
- AAR_FORMAT - Static variable in class com.facebook.buck.android.AndroidAar
-
- AAR_UNZIP_FLAVOR - Static variable in class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- abbreviate(String, int) - Static method in class com.facebook.buck.util.string.MoreStrings
-
If string width exceeds passed parameter, replace string tail with dot-dot-dot.
- AbiGenerationMode - Enum in com.facebook.buck.jvm.java.abi
-
- abiJar - Variable in class com.facebook.buck.jvm.java.JarBuildStepsFactory.JavaDependencyInfo
-
- AbsoluteOutputMacro - Class in com.facebook.buck.rules.macros
-
Macro used to denote the absolute path of an output of a rule.
- AbsoluteOutputMacro() - Constructor for class com.facebook.buck.rules.macros.AbsoluteOutputMacro
-
- AbsoluteOutputMacroExpander - Class in com.facebook.buck.rules.macros
-
Handles '$(abs_output ...)' macro which expands to the path of a named supplementary output.
- AbsoluteOutputMacroTypeCoercer - Class in com.facebook.buck.rules.coercer
-
Handles '$(output ...)' macro.
- AbsoluteOutputMacroTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.AbsoluteOutputMacroTypeCoercer
-
- AbsPath - Interface in com.facebook.buck.core.filesystems
-
Absolute path.
- AbstractAction - Class in com.facebook.buck.core.rules.actions
-
Base implementation of an
Action
- AbstractAction(ActionRegistry, ImmutableSortedSet<Artifact>, ImmutableSortedSet<OutputArtifact>, String) - Constructor for class com.facebook.buck.core.rules.actions.AbstractAction
-
- AbstractActionGraphBuilder - Class in com.facebook.buck.core.rules.resolver.impl
-
An abstract implementation of BuildRuleResolver that simplifies concrete implementations.
- AbstractActionGraphBuilder() - Constructor for class com.facebook.buck.core.rules.resolver.impl.AbstractActionGraphBuilder
-
- AbstractArtifactCacheEventFactory - Class in com.facebook.buck.artifact_cache
-
- AbstractArtifactCacheEventFactory(Function<String, UnconfiguredBuildTarget>, TargetConfigurationSerializer) - Constructor for class com.facebook.buck.artifact_cache.AbstractArtifactCacheEventFactory
-
- AbstractAsynchronousCache - Class in com.facebook.buck.artifact_cache
-
- AbstractAsynchronousCache(String, ArtifactCacheMode, CacheReadMode, ListeningExecutorService, ListeningExecutorService, AbstractAsynchronousCache.CacheEventListener, Optional<Long>, ProjectFilesystem) - Constructor for class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- AbstractAsynchronousCache.CacheEventListener - Interface in com.facebook.buck.artifact_cache
-
- AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents - Interface in com.facebook.buck.artifact_cache
-
- AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents - Interface in com.facebook.buck.artifact_cache
-
- AbstractAsynchronousCache.FetchRequest - Class in com.facebook.buck.artifact_cache
-
- AbstractAsynchronousCache.StoreEvents - Interface in com.facebook.buck.artifact_cache
-
- AbstractAsynchronousCache.StoreEvents.StoreRequestEvents - Interface in com.facebook.buck.artifact_cache
-
- AbstractBatchingLogger - Class in com.facebook.buck.util.network
-
Common functionality for uploading log entries in batches.
- AbstractBatchingLogger(int) - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger
-
- AbstractBatchingLogger() - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger
-
- AbstractBatchingLogger.BatchEntry - Class in com.facebook.buck.util.network
-
- AbstractBottomUpTraversal<T,E extends Throwable> - Class in com.facebook.buck.core.util.graph
-
Class that performs a "bottom-up" traversal of a DAG.
- AbstractBottomUpTraversal(TraversableGraph<T>) - Constructor for class com.facebook.buck.core.util.graph.AbstractBottomUpTraversal
-
- AbstractBreadthFirstThrowingTraversal<Node,E extends Throwable> - Class in com.facebook.buck.core.util.graph
-
Performs a breadth-first traversal of dependencies of a graph node.
- AbstractBreadthFirstThrowingTraversal(Node) - Constructor for class com.facebook.buck.core.util.graph.AbstractBreadthFirstThrowingTraversal
-
- AbstractBreadthFirstThrowingTraversal(Iterable<? extends Node>) - Constructor for class com.facebook.buck.core.util.graph.AbstractBreadthFirstThrowingTraversal
-
- AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal<Node> - Class in com.facebook.buck.core.util.graph
-
- AbstractBreadthFirstThrowingTraversal.Visitor<Node,E extends Throwable> - Interface in com.facebook.buck.core.util.graph
-
- AbstractBreadthFirstTraversal<Node> - Class in com.facebook.buck.core.util.graph
-
Performs a breadth-first traversal of dependencies of a graph node.
- AbstractBreadthFirstTraversal(Node) - Constructor for class com.facebook.buck.core.util.graph.AbstractBreadthFirstTraversal
-
- AbstractBreadthFirstTraversal(Iterable<? extends Node>) - Constructor for class com.facebook.buck.core.util.graph.AbstractBreadthFirstTraversal
-
- AbstractBuckEvent - Class in com.facebook.buck.event
-
Base class for all build events.
- AbstractBuckEvent(EventKey) - Constructor for class com.facebook.buck.event.AbstractBuckEvent
-
- AbstractBuildRule - Class in com.facebook.buck.core.rules.impl
-
Abstract implementation of a
BuildRule that can be cached.
- AbstractBuildRule(BuildTarget, ProjectFilesystem) - Constructor for class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- AbstractBuildRuleResolver - Class in com.facebook.buck.core.rules.impl
-
An abstract implementation of BuildTargetResolver that simplifies concrete implementations.
- AbstractBuildRuleResolver() - Constructor for class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- AbstractBuildRuleWithDeclaredAndExtraDeps - Class in com.facebook.buck.core.rules.impl
-
- AbstractBuildRuleWithDeclaredAndExtraDeps(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.core.rules.impl.AbstractBuildRuleWithDeclaredAndExtraDeps
-
- AbstractCellPathResolver - Class in com.facebook.buck.core.cell
-
- AbstractCellPathResolver() - Constructor for class com.facebook.buck.core.cell.AbstractCellPathResolver
-
- AbstractCloseableMemoizedSupplier<T,E extends Exception> - Class in com.facebook.buck.util
-
- AbstractCloseableMemoizedSupplier(Supplier<T>, ThrowingConsumer<T, E>) - Constructor for class com.facebook.buck.util.AbstractCloseableMemoizedSupplier
-
- AbstractCloseableWrapper<T,E extends Exception> - Class in com.facebook.buck.util
-
Base class for ThrowingCloseableWrapper and CloseableWrapper
- AbstractCloseableWrapper(T, ThrowingConsumer<T, E>) - Constructor for class com.facebook.buck.util.AbstractCloseableWrapper
-
- AbstractCommand - Class in com.facebook.buck.cli
-
- AbstractCommand() - Constructor for class com.facebook.buck.cli.AbstractCommand
-
- AbstractConfigurationRule - Class in com.facebook.buck.core.rules.config
-
Base class and common implementation of all configuration rules
- AbstractConfigurationRule(BuildTarget) - Constructor for class com.facebook.buck.core.rules.config.AbstractConfigurationRule
-
- AbstractConsoleEventBusListener - Class in com.facebook.buck.event.listener
-
Base class for
BuckEventListeners responsible for outputting information about the
running build to
stderr.
- AbstractConsoleEventBusListener(RenderingConsole, Clock, Locale, ExecutionEnvironment, boolean, int, boolean, ImmutableSet<String>) - Constructor for class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- AbstractContainerCommand - Class in com.facebook.buck.cli
-
- AbstractContainerCommand() - Constructor for class com.facebook.buck.cli.AbstractContainerCommand
-
- AbstractCxxLibraryGroup - Interface in com.facebook.buck.cxx
-
Base class for CxxLibrary-like things.
- AbstractExecutableTargetOrHostMacro - Class in com.facebook.buck.rules.macros
-
Marker for macros which expand to executable.
- AbstractExecutableTargetOrHostMacro() - Constructor for class com.facebook.buck.rules.macros.AbstractExecutableTargetOrHostMacro
-
- AbstractExecutionStep - Class in com.facebook.buck.step
-
- AbstractExecutionStep(String) - Constructor for class com.facebook.buck.step.AbstractExecutionStep
-
- AbstractFileLike - Class in com.facebook.buck.jvm.java.classes
-
- AbstractFileLike() - Constructor for class com.facebook.buck.jvm.java.classes.AbstractFileLike
-
- AbstractGenruleDescription<T extends AbstractGenruleDescription.CommonArg> - Class in com.facebook.buck.shell
-
- AbstractGenruleDescription(ToolchainProvider, BuckConfig, SandboxExecutionStrategy, boolean) - Constructor for class com.facebook.buck.shell.AbstractGenruleDescription
-
- AbstractGenruleDescription.CommonArg - Interface in com.facebook.buck.shell
-
- AbstractGenruleStep - Class in com.facebook.buck.shell
-
- AbstractGenruleStep(ProjectFilesystem, AbstractGenruleStep.CommandString, Path, ProgramRunner) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep
-
- AbstractGenruleStep(ProjectFilesystem, AbstractGenruleStep.CommandString, Path) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep
-
- AbstractGenruleStep(ProjectFilesystem, AbstractGenruleStep.CommandString, AbsPath) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep
-
- AbstractGenruleStep.CommandString - Class in com.facebook.buck.shell
-
- AbstractIdbFailureInfo - Interface in com.facebook.buck.apple
-
Object that represents the failure information of a test when using idb
- AbstractIdbTestResult - Interface in com.facebook.buck.apple
-
Object that represents the xctest result when using idb
- AbstractLocationMacroExpander<T extends BaseLocationMacro> - Class in com.facebook.buck.rules.macros
-
Expands to the path of a build rules output.
- AbstractLocationMacroExpander(Class<T>) - Constructor for class com.facebook.buck.rules.macros.AbstractLocationMacroExpander
-
- AbstractMacroExpanderWithoutPrecomputedWork<T> - Class in com.facebook.buck.rules.macros
-
- AbstractMacroExpanderWithoutPrecomputedWork() - Constructor for class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- AbstractNetworkCache - Class in com.facebook.buck.artifact_cache
-
- AbstractNetworkCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- AbstractParamInfo<T> - Class in com.facebook.buck.rules.coercer
-
Represents a single field that can be represented in buck build files.
- AbstractParamInfo(String, TypeCoercer<?, T>) - Constructor for class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- AbstractPBXObjectFactory - Class in com.facebook.buck.apple.xcode
-
A factory object for generating new PBX object types.
- AbstractPBXObjectFactory() - Constructor for class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- AbstractPerfCommand<CommandContext> - Class in com.facebook.buck.cli
-
This is the core of our perf commands, it handles the outer prepare + loop and statistics
gathering.
- AbstractPerfCommand() - Constructor for class com.facebook.buck.cli.AbstractPerfCommand
-
- AbstractQueryCommand - Class in com.facebook.buck.cli
-
Provides base functionality for query commands.
- AbstractQueryCommand() - Constructor for class com.facebook.buck.cli.AbstractQueryCommand
-
- AbstractQueryCommand.OutputFormat - Enum in com.facebook.buck.cli
-
Enum with values for `--output-format` CLI parameter
- AbstractQueryCommand.SortOutputFormat - Enum in com.facebook.buck.cli
-
Sort Output format.
- AbstractQueryCommand.WhichQueryCommand - Enum in com.facebook.buck.cli
-
Which of *query commands was invoked
- AbstractReport - Class in com.facebook.buck.doctor
-
Base class for gathering logs and other interesting information from buck.
- AbstractReport(ProjectFilesystem, DefectReporter, BuildEnvironmentDescription, VersionControlStatsGenerator, Console, DoctorConfig, ExtraInfoCollector, Optional<WatchmanDiagReportCollector>) - Constructor for class com.facebook.buck.doctor.AbstractReport
-
- AbstractRuleKeyBuilder<RULE_KEY> - Class in com.facebook.buck.rules.keys
-
Base class for rulekey builders.
- AbstractRuleKeyBuilder(RuleKeyScopedHasher) - Constructor for class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
-
- AbstractSelectorListResolver - Class in com.facebook.buck.core.select
-
Provides base functionality for selector list resolvers.
- AbstractSelectorListResolver(SelectableResolver) - Constructor for class com.facebook.buck.core.select.AbstractSelectorListResolver
-
- AbstractSkylarkFunctions - Class in com.facebook.buck.skylark.function
-
- AbstractSkylarkFunctions() - Constructor for class com.facebook.buck.skylark.function.AbstractSkylarkFunctions
-
- AbstractSourcePathResolver - Class in com.facebook.buck.core.sourcepath.resolver.impl
-
Abstract implementation of SourcePathResolver.
- AbstractSourcePathResolver() - Constructor for class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- AbstractTestStep - Class in com.facebook.buck.step
-
Abstract implementation of
Step that ...
- AbstractTestStep(String, ProjectFilesystem, Optional<Path>, ImmutableList<String>, Optional<ImmutableMap<String, String>>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.step.AbstractTestStep
-
- AbstractValueVisitor<E extends Exception> - Class in com.facebook.buck.rules.modern.impl
-
An abstract implementation of ValueVisitor used for implementations that only care about some
underlying non-composed types.
- AbstractValueVisitor() - Constructor for class com.facebook.buck.rules.modern.impl.AbstractValueVisitor
-
- AbstractVersionedTargetGraphBuilder - Class in com.facebook.buck.versions
-
- AbstractVersionedTargetGraphBuilder(TypeCoercerFactory, UnconfiguredBuildTargetViewFactory, TargetGraphCreationResult, long, TimeUnit, Cells) - Constructor for class com.facebook.buck.versions.AbstractVersionedTargetGraphBuilder
-
- accept(Path, Path) - Method in interface com.facebook.buck.features.python.PythonComponents.Resolved.ComponentConsumer
-
- accept(Path, Path) - Method in interface com.facebook.buck.step.fs.SymlinkPaths.SymlinkConsumer
-
- accept(T) - Method in interface com.facebook.buck.util.function.ThrowingConsumer
-
- AccessFlags - Class in com.facebook.buck.jvm.java.abi
-
Computes the access flags (see JVMS8 4.1, 4.5, 4.6) for
Elements.
- AccessFlags(ElementsExtended) - Constructor for class com.facebook.buck.jvm.java.abi.AccessFlags
-
- AccumulateClassNamesStep - Class in com.facebook.buck.jvm.java
-
Step that takes a directory or zip of
.class files and traverses it to get the
total set of
.class files included by the directory or zip.
- AccumulateClassNamesStep(ProjectFilesystem, Optional<Path>, Path) - Constructor for class com.facebook.buck.jvm.java.AccumulateClassNamesStep
-
- acquire(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
-
Returns the future which will be completed by the moment when resources will be acquired.
- Action - Interface in com.facebook.buck.core.rules.actions
-
An
Action that forms the Action graph.
- ActionAnalysisData - Interface in com.facebook.buck.core.rules.analysis.action
-
The action related information generated from the rule analysis phase, such as a deferred.
- ActionAnalysisData.ID - Class in com.facebook.buck.core.rules.analysis.action
-
The ID used to identify this action.
- ActionAnalysisDataKey - Interface in com.facebook.buck.core.rules.analysis.action
-
- ActionAnalysisDataLookUp - Interface in com.facebook.buck.core.rules.analysis.action
-
- ActionAnalysisDataRegistry - Interface in com.facebook.buck.core.rules.analysis.action
-
- ActionAndTargetGraphs - Class in com.facebook.buck.core.model.graph
-
- ActionAndTargetGraphs() - Constructor for class com.facebook.buck.core.model.graph.ActionAndTargetGraphs
-
- ActionCancelledException - Exception in com.facebook.buck.rules.modern.builders
-
Represents an action being cancelled (for instance by the action being stolen
- ActionCancelledException(Throwable) - Constructor for exception com.facebook.buck.rules.modern.builders.ActionCancelledException
-
- ActionCreationException - Exception in com.facebook.buck.core.rules.actions
-
Represents an error during action creation
- ActionCreationException(Throwable, Action, BuildTarget) - Constructor for exception com.facebook.buck.core.rules.actions.ActionCreationException
-
- ActionCreationException(Action, BuildTarget, String, Object...) - Constructor for exception com.facebook.buck.core.rules.actions.ActionCreationException
-
- actionDigestToString(Protocol.Digest) - Static method in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent
-
- ActionExecutionContext - Class in com.facebook.buck.core.rules.actions
-
- ActionExecutionContext() - Constructor for class com.facebook.buck.core.rules.actions.ActionExecutionContext
-
- ActionExecutionResult - Interface in com.facebook.buck.core.rules.actions
-
Represents the result of executing the
Action
- ActionExecutionResult.ActionExecutionFailure - Interface in com.facebook.buck.core.rules.actions
-
execution that failed
- ActionExecutionResult.ActionExecutionSuccess - Interface in com.facebook.buck.core.rules.actions
-
A successful action execution
- ActionExecutionStep - Class in com.facebook.buck.step.impl
-
- ActionExecutionStep(Action, ArtifactFilesystem) - Constructor for class com.facebook.buck.step.impl.ActionExecutionStep
-
- actionExists(ActionAnalysisData.ID) - Method in interface com.facebook.buck.core.rules.analysis.action.ActionAnalysisDataLookUp
-
- actionExists(ActionAnalysisData.ID) - Method in class com.facebook.buck.core.rules.analysis.impl.LegacyProviderRuleAnalysisResult
-
- ActionGraph - Class in com.facebook.buck.core.model.actiongraph
-
- ActionGraph(Iterable<BuildRule>) - Constructor for class com.facebook.buck.core.model.actiongraph.ActionGraph
-
- ActionGraphAndBuilder - Class in com.facebook.buck.core.model.actiongraph
-
Holds an ActionGraph with the BuildRuleResolver that created it.
- ActionGraphAndBuilder() - Constructor for class com.facebook.buck.core.model.actiongraph.ActionGraphAndBuilder
-
- ActionGraphBuilder - Interface in com.facebook.buck.core.rules
-
Provides methods to interact with the ActionGraph.
- ActionGraphCache - Class in com.facebook.buck.core.model.actiongraph.computation
-
Contains cached action graphs.
- ActionGraphCache(int) - Constructor for class com.facebook.buck.core.model.actiongraph.computation.ActionGraphCache
-
- actionGraphCacheHit(ActionGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- actionGraphCacheHit(ActionGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- actionGraphCacheMiss(ActionGraphEvent.Cache.Miss) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ActionGraphConfig - Class in com.facebook.buck.core.model.actiongraph.computation
-
- ActionGraphConfig() - Constructor for class com.facebook.buck.core.model.actiongraph.computation.ActionGraphConfig
-
- ActionGraphCreationException(String) - Constructor for exception com.facebook.buck.cli.BuildCommand.ActionGraphCreationException
-
- ActionGraphEvent - Class in com.facebook.buck.event
-
Base class for events about building up the action graph from the target graph.
- ActionGraphEvent(EventKey) - Constructor for class com.facebook.buck.event.ActionGraphEvent
-
- ActionGraphEvent.Cache - Class in com.facebook.buck.event
-
- ActionGraphEvent.Cache.Hit - Class in com.facebook.buck.event
-
- ActionGraphEvent.Cache.Miss - Class in com.facebook.buck.event
-
- ActionGraphEvent.Cache.MissWithEmptyCache - Class in com.facebook.buck.event
-
- ActionGraphEvent.Cache.MissWithTargetGraphDifference - Class in com.facebook.buck.event
-
- ActionGraphEvent.Cache.MissWithTargetGraphHashMatch - Class in com.facebook.buck.event
-
- ActionGraphEvent.Finished - Class in com.facebook.buck.event
-
- ActionGraphEvent.IncrementalLoad - Class in com.facebook.buck.event
-
Event for incremental action graph construction.
- ActionGraphEvent.Started - Class in com.facebook.buck.event
-
- actionGraphEvents - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- ActionGraphFactory - Class in com.facebook.buck.core.model.actiongraph.computation
-
- ActionGraphFactoryDelegate - Interface in com.facebook.buck.core.model.actiongraph.computation
-
The factory in charge of creating the action graph depending on the construction mode.
- ActionGraphFactoryDelegate.ActionGraphBuilderDecorator - Interface in com.facebook.buck.core.model.actiongraph.computation
-
Creates the base
ActionGraphBuilder with potentially a decorator to be compatible with
the new rule analysis framework
- actionGraphFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
-
- actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
-
- actionGraphFinishedEvent(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- ActionGraphPerfStatEvent - Class in com.facebook.buck.event
-
Event Class containing the perf data regarding action graph building
- ActionGraphPerfStatEvent.Start - Class in com.facebook.buck.event
-
Class representing the start of timing
- ActionGraphProvider - Class in com.facebook.buck.core.model.actiongraph.computation
-
- ActionGraphProvider(BuckEventBus, ActionGraphFactory, ActionGraphCache, RuleKeyConfiguration, boolean, boolean, IncrementalActionGraphMode) - Constructor for class com.facebook.buck.core.model.actiongraph.computation.ActionGraphProvider
-
- ActionGraphProvider(BuckEventBus, ActionGraphFactory, ActionGraphCache, RuleKeyConfiguration, BuckConfig) - Constructor for class com.facebook.buck.core.model.actiongraph.computation.ActionGraphProvider
-
- ActionGraphSerializer - Class in com.facebook.buck.cli
-
Serializer for ActionGraph.
- ActionGraphSerializer(BuildRuleResolver, ImmutableSet<BuildTarget>, Path) - Constructor for class com.facebook.buck.cli.ActionGraphSerializer
-
- ActionGraphSerializer.ActionGraphData - Interface in com.facebook.buck.cli
-
Data object that is used to serialize action graph information into a file
- actionGraphStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- actionGraphStarted(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- actionGraphStarted(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- actionGraphStartedEvent(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- ActionRegistry - Interface in com.facebook.buck.core.rules.actions
-
- actionRegistry() - Method in class com.facebook.buck.core.rules.analysis.impl.RuleAnalysisContextImpl
-
- actionRegistry() - Method in interface com.facebook.buck.core.rules.analysis.RuleAnalysisContext
-
- ActionRunner - Class in com.facebook.buck.remoteexecution.util
-
Runs an action (command + environment) in a directory and returns the results (exit code,
stdout/stderr, and outputs).
- ActionRunner(Protocol, BuckEventBus) - Constructor for class com.facebook.buck.remoteexecution.util.ActionRunner
-
- ActionRunner.ActionResult - Class in com.facebook.buck.remoteexecution.util
-
Results of an action.
- ActionWrapperData - Interface in com.facebook.buck.core.rules.actions
-
- actuallyClose() - Method in interface com.facebook.buck.util.zip.CustomZipOutputStream.Impl
-
- actuallyClose() - Method in class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
-
- actuallyCloseEntry() - Method in interface com.facebook.buck.util.zip.CustomZipOutputStream.Impl
-
- actuallyCloseEntry() - Method in class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
-
- actuallyPutNextEntry(ZipEntry) - Method in interface com.facebook.buck.util.zip.CustomZipOutputStream.Impl
-
- actuallyPutNextEntry(ZipEntry) - Method in class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
-
- actuallyWrite(byte[], int, int) - Method in interface com.facebook.buck.util.zip.CustomZipOutputStream.Impl
-
- actuallyWrite(byte[], int, int) - Method in class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
-
- AcyclicDepthFirstPostOrderTraversal<T> - Class in com.facebook.buck.core.util.graph
-
Performs a depth-first, post-order traversal over a DAG.
- AcyclicDepthFirstPostOrderTraversal(GraphTraversable<T>) - Constructor for class com.facebook.buck.core.util.graph.AcyclicDepthFirstPostOrderTraversal
-
- AcyclicDepthFirstPostOrderTraversalWithDependencyStack<T> - Class in com.facebook.buck.core.util.graph
-
Performs a depth-first, post-order traversal over a DAG.
- AcyclicDepthFirstPostOrderTraversalWithDependencyStack(GraphTraversableWithDependencyStack<T>, BiFunction<DependencyStack, T, DependencyStack>) - Constructor for class com.facebook.buck.core.util.graph.AcyclicDepthFirstPostOrderTraversalWithDependencyStack
-
- AcyclicDepthFirstPostOrderTraversalWithPayload<T,P> - Class in com.facebook.buck.core.util.graph
-
Performs a depth-first, post-order traversal over a DAG.
- AcyclicDepthFirstPostOrderTraversalWithPayload(GraphTraversableWithPayload<T, P>) - Constructor for class com.facebook.buck.core.util.graph.AcyclicDepthFirstPostOrderTraversalWithPayload
-
- AcyclicDepthFirstPostOrderTraversalWithPayloadAndDependencyStack<T,P> - Class in com.facebook.buck.core.util.graph
-
Performs a depth-first, post-order traversal over a DAG.
- AcyclicDepthFirstPostOrderTraversalWithPayloadAndDependencyStack(GraphTraversableWithPayloadAndDependencyStack<T, P>, BiFunction<DependencyStack, T, DependencyStack>) - Constructor for class com.facebook.buck.core.util.graph.AcyclicDepthFirstPostOrderTraversalWithPayloadAndDependencyStack
-
- AD_HOC - Static variable in class com.facebook.buck.apple.toolchain.CodeSignIdentity
-
A pseudo-identity for ad hoc code signing.
- adbCall(String, AndroidDevicesHelper.AdbDeviceCallable, boolean) - Method in class com.facebook.buck.android.AdbHelper
-
Execute an AdbDeviceCallable for all matching devices.
- adbCall(String, AndroidDevicesHelper.AdbDeviceCallable, boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper
-
- adbCallOrThrow(String, AndroidDevicesHelper.AdbDeviceCallable, boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper
-
A simple wrapper around adbCall that will throw if adbCall returns false.
- AdbCommandLineOptions - Class in com.facebook.buck.cli
-
- AdbCommandLineOptions() - Constructor for class com.facebook.buck.cli.AdbCommandLineOptions
-
- AdbConfig - Class in com.facebook.buck.android.exopackage
-
- AdbConfig() - Constructor for class com.facebook.buck.android.exopackage.AdbConfig
-
- AdbHelper - Class in com.facebook.buck.android
-
Helper for executing commands over ADB, especially for multiple devices.
- AdbHelper(AdbOptions, TargetDeviceOptions, ToolchainProvider, Supplier<ExecutionContext>, boolean, ImmutableList<String>) - Constructor for class com.facebook.buck.android.AdbHelper
-
- AdbHelper.CommandFailedException - Exception in com.facebook.buck.android
-
An exception that indicates that an executed command returned an unsuccessful exit code.
- adbOptions(BuckConfig) - Method in class com.facebook.buck.cli.InstallCommand
-
- adbOptions(BuckConfig) - Method in class com.facebook.buck.cli.UninstallCommand
-
- AdbOptions - Class in com.facebook.buck.step
-
- AdbOptions(int, boolean, int) - Constructor for class com.facebook.buck.step.AdbOptions
-
- AdbToolchain - Interface in com.facebook.buck.android.toolchain
-
The adb Android tool.
- AdbToolchainFactory - Class in com.facebook.buck.android.toolchain.impl
-
Toolchain for the adb Android tool.
- AdbToolchainFactory() - Constructor for class com.facebook.buck.android.toolchain.impl.AdbToolchainFactory
-
- add(String, Path) - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
-
Add a mapping from include directive to path.
- add(T) - Method in interface com.facebook.buck.core.macros.MacroCombiner
-
Add the expanded form of a macro.
- add(String) - Method in class com.facebook.buck.core.macros.StringMacroCombiner
-
- add(Object, Object, String, Location) - Method in class com.facebook.buck.core.starlark.rule.args.CommandLineArgsBuilder
-
- add(Object, Object, String, Location) - Method in interface com.facebook.buck.core.starlark.rule.args.CommandLineArgsBuilderApi
-
- add(String) - Method in class com.facebook.buck.counters.TagSetCounter
-
- add(CxxSource) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(SourcePath) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(BuildRule) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(PreprocessorDelegate) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(CompilerDelegate) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(T) - Method in class com.facebook.buck.event.listener.BuckEventOrderer
-
- add(Pattern, T) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection.Builder
-
- add(ImmutableMap<BuildTarget, Version>, T) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection.Builder
-
- add(long) - Method in class com.facebook.buck.rules.keys.SizeLimiter
-
- add(CacheStats) - Method in class com.facebook.buck.util.cache.CacheStats
-
- add(E) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- addAdditionalAaptParams(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAdditionalAaptParams(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAdditionalAaptParams(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAdditionalAaptParams(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAdditionalCoverageTargets(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAdditionalCoverageTargets(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAdditionalCoverageTargets(BuildTarget) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAdditionalCoverageTargets(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAggregationKey(String, Object) - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationContext
-
- addAll(SkylarkList<?>, String, Location) - Method in class com.facebook.buck.core.starlark.rule.args.CommandLineArgsBuilder
-
- addAll(SkylarkList<?>, String, Location) - Method in interface com.facebook.buck.core.starlark.rule.args.CommandLineArgsBuilderApi
-
- addAll(Collection<String>) - Method in class com.facebook.buck.counters.TagSetCounter
-
- addAll(ActionGraphBuilder, Collection<NativeLinkable>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables.SharedLibrariesBuilder
-
- addAll(Collection<? extends E>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- addAllAdditionalAaptParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllAdditionalAaptParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllAdditionalCoverageTargets(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllAdditionalCoverageTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAllAllowedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllAllowedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllAppleToolchains(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addAllApplicationModulesWithManifest(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllApplicationModulesWithManifest(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllApplicationModulesWithResources(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllApplicationModulesWithResources(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllApplicationModuleTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllApplicationModuleTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllArchiverFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
args list.
- addAllArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Adds elements to
args list.
- addAllArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
args list.
- addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAllBannedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllBannedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllBlacklist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addAllBuildArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addAllBuildArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAllBundleNameForFlavor(Iterable<? extends Pair<Flavor, String>>) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addAllBundleNameForFlavor(Iterable<? extends Pair<Flavor, String>>) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addAllBytecodeCLibs(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addAllCCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllCgoCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllCLibs(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
cLibs list.
- addAllCodesignFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addAllCodesignFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addAllCompilerDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addAllCompilerInvocationFlags(Iterable<String>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllConstraintValues(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg.Builder
-
- addAllConstraintValues(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addAllCpuFilters(Iterable<TargetCpuType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllCpuFilters(Iterable<TargetCpuType>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllCxxCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllCxxHeaderDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends UnconfiguredBuildTarget>) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends Either<BuildTarget, String>>) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
deps list.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds elements to
dirs sortedSet.
- addAllDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to
dirs set.
- addAllEntriesToExclude(Iterable<? extends Pattern>) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addAllExopackageModes(Iterable<ExopackageMode>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllExopackageModes(Iterable<ExopackageMode>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllExperimentalArgs(Iterable<String>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addAllExportedCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllExportedPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExportedPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExportedPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExportedPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExportedPostLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllExportedProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllExternalLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAllExternalLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllExtraFilteredResources(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllExtraFilteredResources(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllExtraFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions.Builder
-
- addAllExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllExtraScriptTemplates(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addAllExtraShallowTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addAllExtraTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addAllExtraTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addAllFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to
files set.
- addAllFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
flags list.
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addAllFreeCompilerArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllFreeCompilerArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllFreeCompilerArgs(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllFreeCompilerArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllFreeCompilerArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllFriendPaths(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllFriendPaths(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllFriendPaths(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllFriendPaths(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllFriendPaths(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllGoAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllGoCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllGoSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
goSrcs sortedSet.
- addAllHaddockFlags(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addAllHaddockFlags(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addAllHeadersWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllImportDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllInputFileLists(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addAllInputs(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
inputs sortedSet.
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllJavaPluginParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllKotlincPlugins(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllKotlincPlugins(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllKotlincPlugins(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllKotlincPlugins(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllKotlincPlugins(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllLinkerExtraOutputs(Iterable<String>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addAllLocales(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllLocales(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllModuleDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addAllModules(Iterable<String>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
modules sortedSet.
- addAllNativeCLibs(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addAllNeededCoverage(Iterable<? extends NeededCoverageSpec>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAllNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds elements to
noDx set.
- addAllNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
noDx set.
- addAllNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds elements to
noDx set.
- addAllOcamldepFlags(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addAllOcamldepFlags(Iterable<String>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addAllOutputFileLists(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addAllOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
outputs sortedSet.
- addAllowedDuplicateResourceTypes(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllowedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllowedDuplicateResourceTypes(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllowedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllPostLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addAllPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addAllPreprocessJavaClassesDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllPreprocessJavaClassesDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllPrimaryDexPatterns(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllPrimaryDexPatterns(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllProcessorClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addAllProfiledStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllProguardJvmArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllProguardJvmArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllRanlibFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllRedexExtraArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllRedexExtraArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllRelinkerWhitelist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllRelinkerWhitelist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllResourceFilter(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllResourceFilter(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends Path>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addAllResourcesFromDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllRuntimeDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllRuntimePathsForBundling(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addAllRuntimePathsForLinking(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addAllRuntimeRunPaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addAllRustcFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addAllRustcFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addAllRustcFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addAllSharedDepRuntimeLdFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllSharedLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends Either<SourcePath, Pair<SourcePath, String>>>) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
srcs set.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Adds elements to
srcs set.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllStaticDepRuntimeLdFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllStaticLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllStaticPicDepRuntimeLdFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllStaticPicLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllStaticPicLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllStaticRuntimePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addAllStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAllSwiftcFlags(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addAllSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllSwiftStdlibToolFlags(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllUrls(Iterable<? extends URI>) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Adds elements to
urls list.
- addAllUrls(Iterable<? extends URI>) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Adds elements to
urls list.
- addAllVariants(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addAllVmArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addAllVmArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllVmArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllVmArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllVmArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllZipSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAppleBundleResources(AppleBundleResources.Builder, TargetNode<AppleResourceDescriptionArg>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.apple.AppleResourceDescription
-
- addAppleBundleResources(AppleBundleResources.Builder, TargetNode<T>, ProjectFilesystem, BuildRuleResolver) - Method in interface com.facebook.buck.apple.HasAppleBundleResourcesDescription
-
- addAppleBundleResources(AppleBundleResources.Builder, TargetNode<JsBundleDescriptionArg>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.features.js.JsBundleDescription
-
- addAppleBundleResources(AppleBundleResources.Builder, TargetNode<JsBundleGenruleDescriptionArg>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescription
-
- addAppleToolchains(BuildTarget) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addAppleToolchains(BuildTarget...) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addApplicationModulesWithManifest(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addApplicationModulesWithManifest(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addApplicationModulesWithManifest(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addApplicationModulesWithManifest(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addApplicationModulesWithResources(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addApplicationModulesWithResources(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addApplicationModulesWithResources(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addApplicationModulesWithResources(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addApplicationModuleTargets(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addApplicationModuleTargets(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addApplicationModuleTargets(BuildTarget) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addApplicationModuleTargets(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addArchiverFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addArchiverFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addArg(Arg) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool.Builder
-
Adds an argument.
- addArg(String) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool.Builder
-
- addArgs(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
args list.
- addArgs(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
args list.
- addArgs(StringWithMacros) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Adds one element to
args list.
- addArgs(StringWithMacros...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Adds elements to
args list.
- addArgs(StringWithMacros) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds one element to
args list.
- addArgs(StringWithMacros...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
args list.
- addArray(JsonBuilder.ArrayBuilder) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a nested JSON array to the array.
- addArray(String, JsonBuilder.ArrayBuilder) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a nested JSON array to the object.
- addAsDependency(DependencyType, IjDependencyListBuilder) - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- addAsDependency(DependencyType, IjDependencyListBuilder) - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- addAsDependency(DependencyType, IjDependencyListBuilder) - Method in interface com.facebook.buck.features.project.intellij.model.IjProjectElement
-
- addAssemblerFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAssemblerFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addAssemblerFlags(String) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAssemblerFlags(String...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addAssemblerFlags(String) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addAssemblerFlags(String...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addAssemblerFlags(String) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAssemblerFlags(String...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addAssetsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addAsyncCallback(ListenableFuture<Unit>) - Method in class com.facebook.buck.core.build.engine.impl.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
-
- addBannedDuplicateResourceTypes(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addBannedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addBannedDuplicateResourceTypes(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addBannedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addBase64EncodedTestSelector(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
-
- addBlacklist(Pattern) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addBlacklist(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addBoolean(boolean) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a boolean value to the array.
- addBoolean(Optional<Boolean>) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a boolean value to the array, or 'null' if not present.
- addBoolean(String, boolean) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a boolean value to the object.
- addBoolean(String, Optional<Boolean>) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a boolean value to the object, if present.
- addBuildAction(XCScheme.BuildActionEntry) - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
-
- addBuildArgs(StringWithMacros) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addBuildArgs(StringWithMacros...) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addBuildArgs(StringWithMacros) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addBuildArgs(StringWithMacros...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addBuildConfig(BuildTarget, String, BuildConfigFields) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addBuildConfigDeps(BuildTarget, ProjectFilesystem, PackageType, EnumSet<ExopackageMode>, BuildConfigFields, Optional<SourcePath>, ActionGraphBuilder, Javac, JavacOptions, AndroidPackageableCollection) - Static method in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
-
- addBuildMetadata(String, String) - Method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfoRecorder
-
Used by the build engine to record metadata describing the build (e.g.
- addBundleNameForFlavor(Pair<Flavor, String>) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addBundleNameForFlavor(Pair<Flavor, String>...) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addBundleNameForFlavor(Pair<Flavor, String>) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addBundleNameForFlavor(Pair<Flavor, String>...) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addBytecodeCLibs(String) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addBytecodeCLibs(String...) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addBytecodeFlavor(BuildTarget) - Static method in class com.facebook.buck.features.ocaml.OcamlBuildRulesGenerator
-
- addCCompilerFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addCCompilerFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addCellPathToIquotePath() - Method in class com.facebook.buck.apple.AppleConfig
-
- addCgoCompilerFlags(String) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addCgoCompilerFlags(String...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addClassifier(String, String) - Static method in class com.facebook.buck.maven.aether.AetherUtil
-
Transforms maven coordinates, adding the specified classifier
- addClasspathEntry(HasJavaClassHashes, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addCLibs(String) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds one element to
cLibs list.
- addCLibs(String...) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
cLibs list.
- addCodesignFlags(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addCodesignFlags(String...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addCodesignFlags(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addCodesignFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addCommandSpecificConfigOverrides(CellConfig.Builder) - Method in class com.facebook.buck.cli.AbstractCommand
-
Injection point for commands to add config overrides.
- addCommandSpecificConfigOverrides(CellConfig.Builder) - Method in class com.facebook.buck.cli.FetchCommand
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addCompatibleWith(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addCompiledShadow(String) - Method in class com.facebook.buck.features.project.intellij.IjDependencyListBuilder
-
- addCompiledShadowIfNeeded(IjProjectConfig, TargetNode<T>, ModuleBuildContext) - Static method in class com.facebook.buck.features.project.intellij.lang.java.JavaLibraryRuleHelper
-
- addCompilerDeps(BuildTarget) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addCompilerDeps(BuildTarget...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addCompilerInvocationFlags(String) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addCompilerInvocationFlags(String...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addCompilerSetupSteps(BuildContext, ProjectFilesystem, BuildTarget, CompilerParameters, ResourcesParameters, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- addCompileShadowDep(BuildTarget) - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- addConstraintValues(UnconfiguredBuildTarget) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg.Builder
-
- addConstraintValues(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg.Builder
-
- addConstraintValues(UnconfiguredBuildTarget) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
- addConstraintValues(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addCopySteps(ProjectFilesystem, BuildCellRelativePathFactory, ImmutableList.Builder<Step>, Path, Path, Path) - Method in class com.facebook.buck.features.filebundler.CopyingFileBundler
-
- addCopySteps(ProjectFilesystem, BuildCellRelativePathFactory, ImmutableList.Builder<Step>, Path, Path, Path) - Method in class com.facebook.buck.features.filebundler.FileBundler
-
- addCpuFilters(TargetCpuType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addCpuFilters(TargetCpuType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addCpuFilters(TargetCpuType) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addCpuFilters(TargetCpuType...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addCustomDrawableResourceIfNotPresent(RDotTxtEntry.RType, String, Path, DocumentLocation, RDotTxtEntry.CustomDrawableType) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
-
- addCxxCompilerFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addCxxCompilerFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addCxxHeaderDirs(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addCxxHeaderDirs(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addCxxPreprocessorInputFromArgs(CxxPreprocessorInput.Builder, CxxLibraryDescription.CommonArg, CxxPlatform, Function<StringWithMacros, Arg>) - Static method in class com.facebook.buck.cxx.CxxLibraryMetadataFactory
-
- addCxxToolFlags(ExplicitCxxToolFlags.Builder, CxxToolFlags) - Static method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
- addDebugFlavor(BuildTarget) - Static method in class com.facebook.buck.features.ocaml.OcamlBuildRulesGenerator
-
- addDefaultAttributes() - Method in class com.facebook.buck.parser.function.BuckPyFunction
-
Returns a python string containing all of the default rule parameters that should be made
available to user defined rules in the python build file parser
- addDep(SourcePath) - Method in class com.facebook.buck.cxx.CxxDeps.Builder
-
- addDep(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.CxxDeps.Builder
-
- addDep(BuildTarget) - Method in class com.facebook.buck.cxx.CxxDeps.Builder
-
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(UnconfiguredBuildTarget) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(UnconfiguredBuildTarget...) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(Iterable<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxDeps.Builder
-
- addDeps(CxxDeps) - Method in class com.facebook.buck.cxx.CxxDeps.Builder
-
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(Either<BuildTarget, String>) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds one element to
deps list.
- addDeps(Either<BuildTarget, String>...) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
deps list.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(Iterable<BuildTarget>, DependencyType) - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- addDeps(ImmutableSet<Path>, Iterable<BuildTarget>, DependencyType) - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDepsAndSources(TargetNode<T>, boolean, ModuleBuildContext, ImmutableSet<Path>) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- addDepsAndSources(TargetNode<T>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- addDepsAndTestSources(TargetNode<T>, boolean, ModuleBuildContext, ImmutableSet<Path>) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- addDepsAndTestSources(TargetNode<T>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- addDex(DexWithClasses) - Method in class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
-
- addDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds one element to
dirs sortedSet.
- addDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds elements to
dirs sortedSet.
- addDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds one element to
dirs set.
- addDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to
dirs set.
- addEdge(T, T) - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
Adds an edge between source and sink.
- addEdge(TargetNode<?>, TargetNode<?>) - Method in class com.facebook.buck.versions.VersionedTargetGraph.Builder
-
- addEntriesToExclude(Pattern) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addEntriesToExclude(Pattern...) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addEntry(InputStream, long, long, String, int, boolean) - Method in class com.facebook.buck.android.resources.ResourcesZipBuilder
-
- addEntry(FileHashLoader, RuleKey, SourcePathResolverAdapter, ImmutableSet<SourcePath>, ImmutableSet<SourcePath>) - Method in class com.facebook.buck.core.build.engine.manifest.Manifest
-
Adds a new output file to the manifest.
- addEntry(InputStream, long, long, String, int, boolean) - Method in class com.facebook.buck.util.zip.DeterministicZipBuilder
-
- addEntry(byte[], String, int) - Method in class com.facebook.buck.util.zip.DeterministicZipBuilder
-
- addEntry(JarEntrySupplier) - Method in class com.facebook.buck.util.zip.JarBuilder
-
- addEntryContainer(JarEntryContainer) - Method in class com.facebook.buck.util.zip.JarBuilder
-
- addEnv(String, Arg) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool.Builder
-
Adds an environment variable key=arg.
- addEnv(String, String) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool.Builder
-
- addEnvironmentVariables(ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- addEnvironmentVariables(SourcePathResolverAdapter, OutputPathResolver, ProjectFilesystem, Path, Path, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.shell.GenruleBuildable
-
Adds the standard set of environment variables to the genrule, which are then exposed to the
genrule command.
- addExcludedRoot(NativeLinkable) - Method in class com.facebook.buck.cxx.OmnibusRoots.Builder
-
Add a root which is excluded from omnibus linking.
- addExecutePermissionsIfReadable(Set<PosixFilePermission>) - Static method in class com.facebook.buck.io.file.MorePosixFilePermissions
-
Return a new set of permissions which include execute permission for each of the roles that
already have read permissions (e.g.
- addExopackageModes(ExopackageMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addExopackageModes(ExopackageMode...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addExopackageModes(ExopackageMode) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addExopackageModes(ExopackageMode...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addExperimentalArgs(String) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addExperimentalArgs(String...) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addExportedCompilerFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addExportedCompilerFlags(String...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedLinkerFlags(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addExportedLinkerFlags(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(String...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addExportedPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedPostLinkerFlags(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addExportedPostLinkerFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addExportedProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addExternalLinkerFlags(String) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addExternalLinkerFlags(String...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addExternalLinkerFlags(String) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addExternalLinkerFlags(String...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addExtraFilteredResources(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addExtraFilteredResources(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addExtraFilteredResources(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addExtraFilteredResources(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addExtraFlags(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions.Builder
-
- addExtraFlags(String...) - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions.Builder
-
- addExtraGroovycArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExtraGroovycArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExtraLibraryDependency(IjLibrary) - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- addExtraModuleDependency(Path) - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- addExtras(Collection<String>) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
-
- addExtraScriptTemplates(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addExtraScriptTemplates(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addExtraShallowTargets(BuildTarget) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addExtraShallowTargets(BuildTarget...) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addExtraTargets(BuildTarget) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addExtraTargets(BuildTarget...) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addExtraTests(BuildTarget) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addExtraTests(BuildTarget...) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addFeatures(String) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addFeatures(String...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addFeatures(BuildTarget, Iterable<String>, ImmutableList.Builder<Arg>) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
- addFeatures(String) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addFeatures(String...) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addFeatures(String) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addFeatures(String...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addField(String, PBXObject) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, int) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, String) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, boolean) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, List<? extends PBXObject>) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, NSObject) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addFile(String, Path) - Method in class com.facebook.buck.util.zip.collect.ZipEntrySourceCollectionBuilder
-
Add the given file as a source for an entry with the provided name.
- addFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds one element to
files set.
- addFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to
files set.
- addFlag(String) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
-
- addFlags(StringWithMacros) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds one element to
flags list.
- addFlags(StringWithMacros...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
flags list.
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addFrameworksProcessingSteps(Set<SourcePath>, Path, AppleBundleDestinations, ImmutableList.Builder<Step>, BuildContext, ProjectFilesystem, ImmutableList.Builder<Path>) - Static method in class com.facebook.buck.apple.AppleResourceProcessing
-
Adds framework processing steps to a build rule
- addFreeCompilerArgs(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addFreeCompilerArgs(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addFreeCompilerArgs(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addFreeCompilerArgs(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addFreeCompilerArgs(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addFreeCompilerArgs(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addFreeCompilerArgs(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addFreeCompilerArgs(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addFreeCompilerArgs(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addFreeCompilerArgs(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addFriendPaths(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addFriendPaths(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addFriendPaths(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addFriendPaths(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addFriendPaths(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addFriendPaths(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addFriendPaths(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addFriendPaths(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addFriendPaths(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addFriendPaths(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addGeneratedSourceCodeFolder(BuildTarget, IjFolder) - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
Add BuildTarget and its associated IjFolder
- addGoAssemblerFlags(String) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addGoAssemblerFlags(String...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addGoCompilerFlags(String) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addGoCompilerFlags(String...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addGoSrcs(SourcePath) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds one element to
goSrcs sortedSet.
- addGoSrcs(SourcePath...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
goSrcs sortedSet.
- addHaddockFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addHaddockFlags(String...) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addHaddockFlags(String) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addHaddockFlags(String...) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addHandler(Handler) - Method in class com.facebook.buck.core.util.log.Logger
-
- addHeadersWhitelist(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addHeadersWhitelist(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addHeaderSymlinkTree(CxxPreprocessorInput.Builder, BuildTarget, ActionGraphBuilder, CxxPlatform, HeaderVisibility, CxxPreprocessables.IncludeType) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
-
- addIfPresent(Optional<T>, ImmutableCollection.Builder<T>) - Static method in class com.facebook.buck.core.util.Optionals
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>, TargetConfiguration) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>, TargetConfiguration) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>, TargetConfiguration) - Method in interface com.facebook.buck.core.description.attr.ImplicitFlavorsInferringDescription
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>, TargetConfiguration) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>, TargetConfiguration) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- addImplicitFlavorsForRuleTypes(ImmutableSortedSet<Flavor>, TargetConfiguration, RuleType...) - Method in class com.facebook.buck.cxx.CxxBinaryImplicitFlavors
-
- addImplicitFlavorsForRuleTypes(ImmutableSortedSet<Flavor>, TargetConfiguration, RuleType...) - Method in class com.facebook.buck.cxx.CxxLibraryImplicitFlavors
-
- addImportDirs(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addImportDirs(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addIncludeDirs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addIncludeDirs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addIncludedRoot(NativeLinkTarget) - Method in class com.facebook.buck.cxx.OmnibusRoots.Builder
-
Add a root which is included in omnibus linking.
- addInput(SourcePath...) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool.Builder
-
- addInputFileLists(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addInputFileLists(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addInputs(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds one element to
inputs sortedSet.
- addInputs(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
inputs sortedSet.
- addInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool.Builder
-
Adds additional non-argument inputs to the tool.
- addIntArrayResourceIfNotPresent(RDotTxtEntry.RType, String, int, Path, DocumentLocation) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
-
- addIntResourceIfNotPresent(RDotTxtEntry.RType, String, Path, DocumentLocation) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
-
- ADDITIONAL_INFO - Static variable in class com.facebook.buck.core.build.engine.buildinfo.BuildInfo.MetadataKey
-
- AdditionalConsoleLineProvider - Interface in com.facebook.buck.event.listener.interfaces
-
Provides additional output lines to the Console.
- AdditionalOptions - Annotation Type in com.facebook.buck.cli
-
If this annotation is used on a field in one of the ..Options classes (e.g.
- AdditionalOptionsCmdLineParser - Class in com.facebook.buck.cli
-
- AdditionalOptionsCmdLineParser(PluginManager, Object) - Constructor for class com.facebook.buck.cli.AdditionalOptionsCmdLineParser
-
Creates a new command line owner that parses arguments/options and set them into the given
object.
- AdditionalOptionsSubCommandHandler - Class in com.facebook.buck.cli
-
- AdditionalOptionsSubCommandHandler(CmdLineParser, OptionDef, Setter<Object>) - Constructor for class com.facebook.buck.cli.AdditionalOptionsSubCommandHandler
-
- addJarCreationSteps(ProjectFilesystem, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext, JarParameters) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- addJarSetupSteps(ProjectFilesystem, BuildContext, JarParameters, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addJavaPluginParams(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addJavaPluginParams(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addKotlincPlugins(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addKotlinJavaRuntimeLibraryDependencyIfNecessary(TargetNode<? extends JvmLibraryArg>, ModuleBuildContext) - Static method in class com.facebook.buck.features.project.intellij.IjKotlinHelper
-
Add KotlinJavaRuntime library dependency to a module if necessary
- addLabels(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLanguageAggregationKeyIfNeeded(IjProjectConfig, TargetNode<T>, AggregationContext) - Static method in class com.facebook.buck.features.project.intellij.lang.java.JavaLibraryRuleHelper
-
Helper method to add aggregation key of JAVA_LANGUAGE_LEVEL if the target specifies a language
level
- addLegacyAnnotationProcessorDeps(BuildRule) - Method in class com.facebook.buck.jvm.java.JavacPluginParams.Builder
-
- addLegacyProcessors(JavacPluginParams.Builder, BuildRuleResolver) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addLibrary(String, IjDependencyListBuilder.Scope, boolean) - Method in class com.facebook.buck.features.project.intellij.IjDependencyListBuilder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addLineFromEventInterval(String, Optional<String>, long, EventInterval, ProgressEstimation, Optional<Long>, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- addLineFromEvents(String, Optional<String>, long, Collection<EventInterval>, ProgressEstimation, Optional<Long>, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
Adds a line about a set of start and finished events to lines.
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLinkerExtraOutputs(String) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLinkerExtraOutputs(String...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addLinkerFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addLinkerFlags(String...) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addLinkerFlags(String...) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addLinkerFlags(String...) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addLinkerFlags(String...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addLinkerFlags(String...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addLinkerFlags(String...) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addLinkerFlags(String...) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addListenableCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
Add a callback to a listenable future
- addLocales(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addLocales(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addLocales(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addLocales(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addManifestPiece(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
add a manifest piece associated with the target owner.
- addMetadata(String, String) - Method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfoRecorder
-
- addMetadata(String, ImmutableList<String>) - Method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfoRecorder
-
- addMissing(Collection<UploadDataSupplier>) - Method in interface com.facebook.buck.remoteexecution.ContentAddressedStorageClient
-
- addMissing(Collection<UploadDataSupplier>) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcContentAddressableStorageClient
-
- addMissing(Collection<UploadDataSupplier>) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
- addMissing(Stream<UploadDataSupplier>) - Method in class com.facebook.buck.remoteexecution.util.MultiThreadedBlobUploader
-
Uploads missing items to the CAS.
- addMissingInitModules(ImmutableMap<Path, SourcePath>, SourcePath) - Static method in class com.facebook.buck.features.python.PythonBinaryDescription
-
- addModule(Path, AggregationModule) - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationTree
-
- addModule(String, IjDependencyListBuilder.Scope, boolean) - Method in class com.facebook.buck.features.project.intellij.IjDependencyListBuilder
-
- addModuleDeps(BuildTarget) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addModuleDeps(BuildTarget...) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addModules(String) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to
modules sortedSet.
- addModules(String...) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
modules sortedSet.
- addNativeCLibs(String) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addNativeCLibs(String...) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addNativeLibAssetsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addNativeLibsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addNativeLibsDirectoryForSystemLoader(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
Add a directory containing native libraries that must be packaged in a standard location so
that they are accessible via the system library loader.
- addNativeLinkable(NativeLinkableGroup) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addNativeLinkableAsset(NativeLinkableGroup) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addNeededCoverage(NeededCoverageSpec) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addNeededCoverage(NeededCoverageSpec...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addNode(T) - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
Adds the specified node to the graph.
- addNode(BuildTarget, TargetNode<?>) - Method in class com.facebook.buck.versions.VersionedTargetGraph.Builder
-
- addNoDx(BuildTarget) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds one element to
noDx set.
- addNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Adds elements to
noDx set.
- addNoDx(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to
noDx set.
- addNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
noDx set.
- addNoDx(BuildTarget) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds one element to
noDx set.
- addNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds elements to
noDx set.
- addNonHashableInput(SourcePath) - Method in class com.facebook.buck.core.toolchain.tool.impl.CommandTool.Builder
-
- addNonSourceBuildTarget(BuildTarget) - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- addNonSourceBuildTargets(TargetNode<T>, ModuleBuildContext) - Static method in class com.facebook.buck.features.project.intellij.lang.java.JavaLibraryRuleHelper
-
- addNull() - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a 'null' value to the array.
- addNull(String) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a 'null' value to the object.
- addNumber(double) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a numeric value to the array.
- addNumber(Optional<Double>) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a numeric value to the array, or 'null' if not present.
- addNumber(String, double) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a numeric value to the object.
- addNumber(String, Optional<Double>) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a numeric value to the object, if present.
- addObject(JsonBuilder.ObjectBuilder) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a nested JSON object to the array.
- addObject(String, JsonBuilder.ObjectBuilder) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a nested JSON object to the object.
- addOcamldepFlags(String) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addOcamldepFlags(String...) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addOcamldepFlags(String) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addOcamldepFlags(String...) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addOptions(ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.features.go.GoListStep
-
- addOptions(ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.features.ocaml.OcamlDepToolStep
-
- addOptions(ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.shell.ShellStep
-
- addOptionValue(String, String) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
-
- addOutputFileLists(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addOutputFileLists(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addOutputs(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds one element to
outputs sortedSet.
- addOutputs(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
outputs sortedSet.
- addPackageables(Iterable<AndroidPackageable>, BuildRuleResolver) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
Add packageables
- addParseTimeDeps(ImmutableCollection.Builder<BuildTarget>, TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
Process aapt2 tool's parse dependencies and adds them to the builder
- addParseTimeDeps(ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.ConstantJavacProvider
-
- addParseTimeDeps(ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.ExternalJavacProvider
-
- addParseTimeDeps(ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JarBackedJavacProvider
-
- addParseTimeDeps(ImmutableCollection.Builder<BuildTarget>, JvmLibraryArg, TargetConfiguration) - Method in class com.facebook.buck.jvm.java.JavacFactory
-
Adds the parse time deps required for javac based on the args.
- addParseTimeDeps(ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.jvm.java.JavacProvider
-
- addParseTimeDeps(ImmutableCollection.Builder<BuildTarget>, TargetConfiguration) - Method in class com.facebook.buck.jvm.java.JavaOptions
-
- addParseTimeDepsToAndroidTools(ToolchainProvider, BuildTarget, ImmutableCollection.Builder<BuildTarget>) - Static method in interface com.facebook.buck.android.toolchain.AndroidTools
-
Adds parse time deps to android tools
- addParseTimeDepsToInferFlavored(ImmutableCollection.Builder<BuildTarget>, BuildTarget, UnresolvedInferPlatform) - Static method in interface com.facebook.buck.infer.UnresolvedInferPlatform
-
Helper method to add parse-time deps to target graph for nullsafe flavored targets.
- addPathToThirdPartyJar(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxDeps.Builder
-
- addPlugin(BuckJavacPlugin, String...) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addPlugins(JavacPluginParams.Builder, BuildRuleResolver, BuildTarget, JavacPluginProperties.Type) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addPojoTransformer(BuildFileManifestPojoizer.PojoTransformer) - Method in class com.facebook.buck.parser.api.BuildFileManifestPojoizer
-
- addPostEnterCallback(Consumer<Set<Element>>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- addPostEnterCallback(Consumer<Set<Element>>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- addPostEnterCallback(Consumer<Set<Element>>) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addPostLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addPotentialRoot(NativeLinkable, boolean) - Method in class com.facebook.buck.cxx.OmnibusRoots.Builder
-
Add a node which may qualify as either an included root, and excluded root, or neither.
- addPreloadDeps(BuildTarget) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
- addPreloadDeps(BuildTarget) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
- addPreprocessJavaClassesDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addPreprocessJavaClassesDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addPreprocessJavaClassesDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addPreprocessJavaClassesDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
- addPreTestSteps(BuildContext, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.android.RobolectricTest
-
- addPreTestSteps(BuildContext, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.jvm.java.JavaTest
-
- addPrimaryDex(DexWithClasses) - Method in class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
-
- addPrimaryDexPatterns(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addPrimaryDexPatterns(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addPrimaryDexPatterns(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addPrimaryDexPatterns(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addProcessorClasses(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addProcessorClasses(String...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addProfiledStaticLibs(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addProfiledStaticLibs(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addProguardConfig(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addProguardJvmArgs(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addProguardJvmArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addProguardJvmArgs(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addProguardJvmArgs(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addRanlibFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addRanlibFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addRaw(String) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a raw JSON value to the array.
- addRaw(Optional<String>) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a raw JSON value to the array, or 'null' if not present.
- addRaw(String, String) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a raw JSON value to the object.
- addRaw(String, Optional<String>) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a raw JSON value to the object, if present.
- addRawSelectors(String...) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
-
- addRawSelectors(Collection<String>) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
-
- addRedexExtraArgs(StringWithMacros) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addRedexExtraArgs(StringWithMacros...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addRedexExtraArgs(StringWithMacros) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addRedexExtraArgs(StringWithMacros...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addRef() - Method in class com.facebook.buck.util.ClassLoaderCache
-
- addRelinkerWhitelist(Pattern) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addRelinkerWhitelist(Pattern...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addRelinkerWhitelist(Pattern) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addRelinkerWhitelist(Pattern...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addRequiredBuildTargetFromSourcePath(BuildTargetSourcePath, ImmutableSet.Builder<BuildTarget>, TargetGraph, Function<? super TargetNode<?>, ActionGraphBuilder>) - Static method in class com.facebook.buck.features.apple.projectV2.Utils
-
Adds the input source path object to the required build targets builder, if needed.
- addResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String, String, Path, DocumentLocation) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
-
- addResourceDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addResourceFilter(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addResourceFilter(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addResourceFilter(String) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addResourceFilter(String...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
- addResourceFolders(ResourceFolderFactory, ImmutableMultimap<Path, Path>, Path, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- addResourceFolders(IjResourceFolderType, ImmutableCollection<Path>, Path, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- addResourceProcessingSteps(SourcePathResolverAdapter, Path, Path, ImmutableList.Builder<Step>, ImmutableList<String>, ProjectFilesystem, boolean, ApplePlatform, Logger, Tool, boolean, BuildTarget, Optional<String>) - Static method in class com.facebook.buck.apple.AppleResourceProcessing
-
Adds Resources processing steps to a build rule
- addResources(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addResources(Path) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addResources(Path...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addResourcesFromDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addResourcesFromDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- address - Variable in class com.facebook.buck.cxx.toolchain.objectfile.MachoExportTrieNode.ExportInfo
-
- addRule(SupportsPipelining<T>, Function<T, RunnableWithFuture<Optional<BuildResult>>>) - Method in class com.facebook.buck.core.build.engine.impl.BuildRulePipelinesRunner
-
- addRule(SkylarkUserDefinedRule) - Method in class com.facebook.buck.core.starlark.knowntypes.KnownUserDefinedRuleTypes
-
Adds a rule to the internal cache
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addRuntimeDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addRuntimePathsForBundling(SourcePath) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addRuntimePathsForBundling(SourcePath...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addRuntimePathsForLinking(SourcePath) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addRuntimePathsForLinking(SourcePath...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addRuntimeRunPaths(SourcePath) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addRuntimeRunPaths(SourcePath...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addRustcFlags(StringWithMacros) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addRustcFlags(StringWithMacros...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
- addRustcFlags(StringWithMacros) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addRustcFlags(StringWithMacros...) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
- addRustcFlags(StringWithMacros) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addRustcFlags(StringWithMacros...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
- addSample(long) - Method in class com.facebook.buck.counters.SamplingCounter
-
- addScubaData(ScubaData.Builder, ScubaData) - Static method in class com.facebook.buck.event.ScubaData
-
- addSharedDepRuntimeLdFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addSharedDepRuntimeLdFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addSharedLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addSharedLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addSimpleTestSelector(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
-
- addSourceFolder(IjFolder) - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
Adds a source folder to the context.
- addSourceFolders(IJFolderFactory, ImmutableMultimap<Path, Path>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
Add the set of input paths to the IjModule.Builder as source folders.
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addSourceOnlyAbiDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(Either<SourcePath, Pair<SourcePath, String>>) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds one element to
srcs set.
- addSrcs(Either<SourcePath, Pair<SourcePath, String>>...) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
srcs set.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Adds one element to
srcs set.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Adds elements to
srcs set.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addStaticDepRuntimeLdFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addStaticDepRuntimeLdFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addStaticLibs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addStaticLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addStaticLibs(SourcePath) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addStaticLibs(SourcePath...) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addStaticLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addStaticLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addStaticPicDepRuntimeLdFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addStaticPicDepRuntimeLdFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addStaticPicLibs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addStaticPicLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addStaticPicLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addStaticPicLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addStaticRuntimePaths(SourcePath) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addStaticRuntimePaths(SourcePath...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addStepsToCopyResources(BuildContext, ImmutableList.Builder<Step>, ImmutableList.Builder<Path>, AppleBundleResources, boolean, Path, AppleBundleDestinations, ProjectFilesystem, ImmutableList<String>, boolean, ApplePlatform, Logger, Tool, boolean, BuildTarget, Optional<String>) - Static method in class com.facebook.buck.apple.AppleResourceProcessing
-
Adds required copy resources steps
- AddsToRuleKey - Interface in com.facebook.buck.core.rulekey
-
Identifies a class that uses
AddToRuleKey annotations to indicate fields that should be
added to rule keys.
- AddsToRuleKeyFunction<T,F> - Interface in com.facebook.buck.rules.args
-
- addStoryboardProcessingSteps(SourcePathResolverAdapter, Path, Path, ImmutableList.Builder<Step>, ImmutableList<String>, boolean, ApplePlatform, ProjectFilesystem, Logger, Tool, boolean, BuildTarget, Optional<String>) - Static method in class com.facebook.buck.apple.AppleResourceProcessing
-
Add Storyboard processing ibtool steps to a build rule
- addString(String) - Method in interface com.facebook.buck.core.macros.MacroCombiner
-
Add a non-macro containing substring.
- addString(String) - Method in class com.facebook.buck.core.macros.StringMacroCombiner
-
- addString(String) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a string to the array.
- addString(Optional<String>) - Method in class com.facebook.buck.util.json.JsonBuilder.ArrayBuilder
-
Adds a string to the array, or 'null' if not present.
- addString(String, String) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a string to the object.
- addString(String, Optional<String>) - Method in class com.facebook.buck.util.json.JsonBuilder.ObjectBuilder
-
Adds a string to the object, if present.
- addStringWhitelistedResourceDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- addStripFlags(String) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addStripFlags(String...) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
- addSwiftcFlags(String) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addSwiftcFlags(String...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addSwiftCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addSwiftCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addSwiftCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addSwiftStdlibStepIfNeeded(SourcePathResolverAdapter, Path, Optional<Supplier<CodeSignIdentity>>, ImmutableList.Builder<Step>, boolean) - Method in class com.facebook.buck.apple.AppleBundle
-
A wrapper around AppleResourceProcessing.addSwiftStdlibStepIfNeeded
- addSwiftStdlibStepIfNeeded(SourcePathResolverAdapter, Path, Path, Optional<Supplier<CodeSignIdentity>>, ImmutableList.Builder<Step>, boolean, String, boolean, boolean, Optional<Tool>, ProjectFilesystem, BuildTarget, Path, Tool, Path, AppleBundleDestinations, boolean) - Static method in class com.facebook.buck.apple.AppleResourceProcessing
-
Adds the swift stdlib to the bundle if needed
- addSwiftStdlibToolFlags(String) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addSwiftStdlibToolFlags(String...) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg.Builder
-
- addTarget(BuildTarget, DependencyStack) - Method in interface com.facebook.buck.parser.temporarytargetuniquenesschecker.TemporaryUnconfiguredTargetToTargetUniquenessChecker
-
Register a target, check if there's already registered target with the same unconfigured
target, same flavors but different configuration.
- addTargetDeps(TargetConfiguration, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyConfiguredCompilerFactory
-
- addTargetDeps(TargetConfiguration, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
-
- addTargetDeps(TargetConfiguration, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
-
- addTargetTripleForFlavor(Flavor, ImmutableList.Builder<Arg>) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
Add the appropriate --target option to the given rustc args if the given flavor is known.
- addTaskListener(TaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- addTaskListener(BuckJavacTaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- addTaskListener(BuckJavacTaskListener) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- addTestableReference(XCScheme.TestableReference) - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
-
- addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidResource
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.NdkLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in interface com.facebook.buck.android.packageable.AndroidPackageable
-
Add concrete resources to the given collector.
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription.CustomPrebuiltCxxLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.features.js.JsBundleAndroid
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.features.js.JsBundleGenrule
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.features.lua.SystemLuaCxxLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- addToHeaderPathNormalizer(HeaderPathNormalizer.Builder) - Method in class com.facebook.buck.cxx.CxxHeaders
-
Add this header pack to the given HeaderPathNormalizer.Builder.
- addToHeaderPathNormalizer(HeaderPathNormalizer.Builder) - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
- addToHeaderPathNormalizer(HeaderPathNormalizer.Builder) - Method in class com.facebook.buck.cxx.CxxRawHeaders
-
- addToHeaderPathNormalizer(HeaderPathNormalizer.Builder) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- addToIndex(T) - Method in interface com.facebook.buck.core.rules.ActionGraphBuilder
-
Deprecated.
- addToIndex(T) - Method in class com.facebook.buck.core.rules.resolver.impl.MultiThreadedActionGraphBuilder
-
Deprecated.
- addToIndex(T) - Method in class com.facebook.buck.core.rules.resolver.impl.RuleAnalysisCompatibleDelegatingActionGraphBuilder
-
Deprecated.
- addToMap(Map, String, String) - Method in class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
-
- addToolFlagsFromConfig(CxxBuckConfig, CxxPlatform.Builder) - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
- AddToRuleKey - Annotation Type in com.facebook.buck.core.rulekey
-
Indicates that a field or method of a class should be added to rulekeys when an instance of that
class is added to a rulekey.
- addTypeReferences(Element) - Method in class com.facebook.buck.jvm.java.abi.InnerClassesTable
-
- addTypeReferences(TypeMirror) - Method in class com.facebook.buck.jvm.java.abi.InnerClassesTable
-
- addTypeReferences(List<? extends AnnotationMirror>) - Method in class com.facebook.buck.jvm.java.abi.InnerClassesTable
-
- addTypesAndDependencies(Iterable<Type>, Iterable<ClassNode>, ImmutableSet.Builder<String>) - Static method in class com.facebook.buck.android.dalvik.firstorder.FirstOrderHelper
-
- addUrls(URI) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Adds one element to
urls list.
- addUrls(URI...) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Adds elements to
urls list.
- addUrls(URI) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Adds one element to
urls list.
- addUrls(URI...) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Adds elements to
urls list.
- addValue(Path, SourcePath) - Method in interface com.facebook.buck.rules.keys.RuleKeyAppendable.RuleKeyAppendableSink
-
Deprecated.
- addValue(long) - Method in class com.facebook.buck.util.Statistics
-
Add a value to the data.
- addVariantFileProcessingSteps(AppleBundleResources, BuildContext, Path, AppleBundleDestinations, ImmutableList.Builder<Step>, ProjectFilesystem, ImmutableList<String>, boolean, ApplePlatform, Logger, Tool, boolean, BuildTarget, Optional<String>) - Static method in class com.facebook.buck.apple.AppleResourceProcessing
-
Adds Variant file processing steps to a build rule
- addVariants(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addVariants(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addVmArgs(StringWithMacros) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
vmArgs list.
- addVmArgs(StringWithMacros...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addVmArgs(String) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to
vmArgs list.
- addVmArgs(String...) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
- addVmArgs(StringWithMacros) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
vmArgs list.
- addVmArgs(StringWithMacros...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addVmArgs(StringWithMacros) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
vmArgs list.
- addVmArgs(StringWithMacros...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addVmArgs(StringWithMacros) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
vmArgs list.
- addVmArgs(StringWithMacros...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addVmArgs(StringWithMacros) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
vmArgs list.
- addVmArgs(StringWithMacros...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addZipFile(Path) - Method in class com.facebook.buck.util.zip.collect.ZipEntrySourceCollectionBuilder
-
- addZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.features.python.PythonPackageComponents.Builder
-
- addZipSrcs(SourcePath) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- addZipSrcs(SourcePath...) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
- adHocCodeSignIsSufficient(String) - Static method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- adjustServiceDefaultWeightsTo(ResourceAmounts, WeightedListeningExecutorService) - Method in class com.facebook.buck.core.build.engine.config.ResourceAwareSchedulingInfo
-
- AetherUtil - Class in com.facebook.buck.maven.aether
-
- AGENT_PACKAGE_NAME - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
-
- AGENT_VERSION_CODE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
-
- AgentMain - Class in com.facebook.buck.android.agent
-
Main class for an agent that runs on an Android device to aid app installation.
- AgentUtil - Class in com.facebook.buck.android.agent.util
-
Non-instantiable class for holding functionality that runs both on the host and in the android
agent.
- aggregateFinishedEvent(ConcurrentHashMap<EventKey, EventInterval>, BuckEvent) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- aggregateModules(int) - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationTree
-
- aggregateStartedEvent(ConcurrentHashMap<EventKey, EventInterval>, BuckEvent) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- AggregationContext - Class in com.facebook.buck.features.project.intellij.aggregation
-
- AggregationContext() - Constructor for class com.facebook.buck.features.project.intellij.aggregation.AggregationContext
-
- AggregationKeys - Class in com.facebook.buck.features.project.intellij.aggregation
-
- AggregationMode - Class in com.facebook.buck.features.project.intellij.aggregation
-
- AggregationModeOptionHandler(CmdLineParser, OptionDef, Setter<? super AggregationMode>) - Constructor for class com.facebook.buck.features.project.intellij.IjProjectSubCommand.AggregationModeOptionHandler
-
- AggregationModule - Class in com.facebook.buck.features.project.intellij.aggregation
-
Represents a module during aggregation.
- AggregationModule() - Constructor for class com.facebook.buck.features.project.intellij.aggregation.AggregationModule
-
- AggregationModuleFactory - Interface in com.facebook.buck.features.project.intellij.aggregation
-
- AggregationTree - Class in com.facebook.buck.features.project.intellij.aggregation
-
A tree that is responsible for managing and aggregating modules.
- AggregationTree(IjProjectConfig, AggregationModule) - Constructor for class com.facebook.buck.features.project.intellij.aggregation.AggregationTree
-
- AidlStep - Class in com.facebook.buck.android
-
- AidlStep(ProjectFilesystem, ToolchainProvider, TargetConfiguration, Path, Set<String>, Path) - Constructor for class com.facebook.buck.android.AidlStep
-
- AliasConfig - Class in com.facebook.buck.support.cli.config
-
Contains the logic for handling the [alias] section of .buckconfig.
- AliasConfig() - Constructor for class com.facebook.buck.support.cli.config.AliasConfig
-
- all - Variable in class com.facebook.buck.android.relinker.Symbols
-
- ALL_CELLS_SPECIAL_NAME - Static variable in class com.facebook.buck.core.cell.CellName
-
- ALL_CELLS_SPECIAL_STRING - Static variable in class com.facebook.buck.core.cell.CellName
-
- ALL_PLATFORM_FLAVORS - Static variable in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- ALL_PLATFORMS - Static variable in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- AllowsNonAnnotatedFields - Interface in com.facebook.buck.core.rulekey
-
Marks classes where we shouldn't report on fields that aren't annotated
with @AddToRuleKey/@ExcludeFromRuleKey.
- AllPathsFunction<T extends QueryTarget> - Class in com.facebook.buck.query
-
A allpaths(from, to) expression, which computes all paths between the build targets in the set
'from' and the build targets in the set 'to', by following the dependencies between nodes in the
target graph.
- AllPathsFunction() - Constructor for class com.facebook.buck.query.AllPathsFunction
-
- allValuesLessThanOrEqual(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
- AlterRuleKeys - Class in com.facebook.buck.rules.keys
-
- AlterRuleKeys() - Constructor for class com.facebook.buck.rules.keys.AlterRuleKeys
-
- amendKey(AbstractRuleKeyBuilder<?>, BuildEngineAction) - Static method in class com.facebook.buck.rules.keys.AlterRuleKeys
-
- amendKey(AbstractRuleKeyBuilder<?>, AddsToRuleKey) - Static method in class com.facebook.buck.rules.keys.AlterRuleKeys
-
- analyze() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- analyze() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- analyze() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- ANALYZE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- AnalyzeAction(String, Optional<ImmutableList<XCScheme.SchemePrePostAction>>, Optional<ImmutableList<XCScheme.SchemePrePostAction>>) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
-
- ANDROID - Static variable in class com.facebook.buck.features.js.JsFlavors
-
- ANDROID_MANIFEST_XML - Static variable in class com.facebook.buck.android.resources.ResourcesZipBuilder
-
- ANDROID_NDK_ROOT - Static variable in class com.facebook.buck.android.toolchain.ndk.AndroidNdkConstants
-
Magic path prefix we use to denote the machine-specific location of the Android NDK.
- ANDROID_RESOURCE_INDEX_FLAVOR - Static variable in class com.facebook.buck.android.AndroidResourceDescription
-
- ANDROID_RESOURCES - Static variable in class com.facebook.buck.features.js.JsFlavors
-
- AndroidAar - Class in com.facebook.buck.android
-
- AndroidAar(BuildTarget, ProjectFilesystem, BuildRuleParams, AndroidManifest, AndroidResource, SourcePath, SourcePath, Optional<SourcePath>, Optional<SourcePath>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidAar
-
- AndroidAarDescription - Class in com.facebook.buck.android
-
Description for a
BuildRule that generates an
.aar file.
- AndroidAarDescription(AndroidManifestFactory, CxxBuckConfig, ToolchainProvider) - Constructor for class com.facebook.buck.android.AndroidAarDescription
-
- AndroidAarDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidAarDescription.AbstractAndroidAarDescriptionArg.
- AndroidAarDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidApkBuildable - Class in com.facebook.buck.android
-
The class is responsible to create unoptimized apk through
ApkBuilderStep.
- AndroidApkOptimizer - Class in com.facebook.buck.android
-
The class executes all binary steps responsible for optimizing apk specific components.
- AndroidAppModularity - Class in com.facebook.buck.android
-
- AndroidAppModularityDescription - Class in com.facebook.buck.android
-
- AndroidAppModularityDescription() - Constructor for class com.facebook.buck.android.AndroidAppModularityDescription
-
- AndroidAppModularityDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidAppModularityDescription.AbstractAndroidAppModularityDescriptionArg.
- AndroidAppModularityDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidAppModularityGraphEnhancer - Class in com.facebook.buck.android
-
- AndroidAppModularityVerification - Class in com.facebook.buck.android
-
- AndroidAppModularityVerification(SourcePathRuleFinder, BuildTarget, ProjectFilesystem, SourcePath, boolean, Optional<SourcePath>, AndroidPackageableCollection) - Constructor for class com.facebook.buck.android.AndroidAppModularityVerification
-
- AndroidBinary - Class in com.facebook.buck.android
-
android_binary(
name = 'messenger',
manifest = 'AndroidManifest.xml',
deps = [
'//src/com/facebook/messenger:messenger_library',
],
)
- AndroidBinaryDescription - Class in com.facebook.buck.android
-
- AndroidBinaryDescription(JavaBuckConfig, ProGuardConfig, AndroidBuckConfig, BuckConfig, CxxBuckConfig, DxConfig, ToolchainProvider, AndroidBinaryGraphEnhancerFactory, AndroidBinaryFactory) - Constructor for class com.facebook.buck.android.AndroidBinaryDescription
-
- AndroidBinaryDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg.
- AndroidBinaryDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidBinaryExopackageSymlinkTree - Class in com.facebook.buck.android
-
Create an exopackage symlink tree for Android binaries rules
- AndroidBinaryExopackageSymlinkTree(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ExopackageInfo, SourcePath) - Constructor for class com.facebook.buck.android.AndroidBinaryExopackageSymlinkTree
-
- AndroidBinaryFactory - Class in com.facebook.buck.android
-
- AndroidBinaryFactory(AndroidBuckConfig) - Constructor for class com.facebook.buck.android.AndroidBinaryFactory
-
- AndroidBinaryFilesInfo - Class in com.facebook.buck.android
-
- AndroidBinaryFilesInfo(AndroidGraphEnhancementResult, EnumSet<ExopackageMode>, boolean) - Constructor for class com.facebook.buck.android.AndroidBinaryFilesInfo
-
- AndroidBinaryGraphEnhancer - Class in com.facebook.buck.android
-
- AndroidBinaryGraphEnhancerFactory - Class in com.facebook.buck.android
-
- AndroidBinaryGraphEnhancerFactory() - Constructor for class com.facebook.buck.android.AndroidBinaryGraphEnhancerFactory
-
- AndroidBinaryModuleRule - Class in com.facebook.buck.features.project.intellij.lang.android
-
- AndroidBinaryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.features.project.intellij.lang.android.AndroidBinaryModuleRule
-
- AndroidBinaryNonExoInstaller - Class in com.facebook.buck.android
-
Installs a non-exopackage apk.
- AndroidBinaryNonExoInstaller(BuildTarget, ProjectFilesystem, HasInstallableApk) - Constructor for class com.facebook.buck.android.AndroidBinaryNonExoInstaller
-
- AndroidBinaryOptimizer - Class in com.facebook.buck.android
-
The class executes all common binary steps responsible for optimizing aab/apk.
- AndroidBinaryPathUtility - Class in com.facebook.buck.android
-
Utility class to resolve path conflicts in aab/apk.
- AndroidBuckConfig - Class in com.facebook.buck.android
-
- AndroidBuckConfig(BuckConfig, Platform) - Constructor for class com.facebook.buck.android.AndroidBuckConfig
-
- AndroidBuckConfig.NdkSearchOrderEntry - Enum in com.facebook.buck.android
-
Values acceptable for ndk.ndk_search_order.
- AndroidBuildConfig - Class in com.facebook.buck.android
-
BuildRule that can generate a
BuildConfig.java file and compile it so it can be
used as a Java library.
- AndroidBuildConfig(BuildTarget, ProjectFilesystem, BuildRuleParams, String, BuildConfigFields, Optional<SourcePath>, boolean) - Constructor for class com.facebook.buck.android.AndroidBuildConfig
-
- AndroidBuildConfigDescription - Class in com.facebook.buck.android
-
- AndroidBuildConfigDescription(ToolchainProvider) - Constructor for class com.facebook.buck.android.AndroidBuildConfigDescription
-
- AndroidBuildConfigDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidBuildConfigDescription.AbstractAndroidBuildConfigDescriptionArg.
- AndroidBuildConfigDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidBuildToolsLocation - Interface in com.facebook.buck.android.toolchain
-
- AndroidBuildToolsLocationFactory - Class in com.facebook.buck.android.toolchain.impl
-
- AndroidBuildToolsLocationFactory() - Constructor for class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsLocationFactory
-
- AndroidBuildToolsResolver - Class in com.facebook.buck.android.toolchain.impl
-
- AndroidBuildToolsResolver(AndroidBuckConfig, AndroidSdkLocation) - Constructor for class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsResolver
-
- AndroidBundle - Class in com.facebook.buck.android
-
android_bundle(
name = 'messenger',
manifest = 'AndroidManifest.xml',
deps = [
'//src/com/facebook/messenger:messenger_library',
],
)
- AndroidBundleBuildable - Class in com.facebook.buck.android
-
The class is responsible to create final bundle by taking individual module information and
passing to
Config.Bundletool through
AabBuilderStep.
- AndroidBundleDescription - Class in com.facebook.buck.android
-
- AndroidBundleDescription(JavaBuckConfig, ProGuardConfig, AndroidBuckConfig, BuckConfig, CxxBuckConfig, DxConfig, ToolchainProvider, AndroidBinaryGraphEnhancerFactory, AndroidBundleFactory) - Constructor for class com.facebook.buck.android.AndroidBundleDescription
-
- AndroidBundleDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidBundleDescription.AbstractAndroidBundleDescriptionArg.
- AndroidBundleDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidBundleFactory - Class in com.facebook.buck.android
-
- AndroidBundleFactory(AndroidBuckConfig) - Constructor for class com.facebook.buck.android.AndroidBundleFactory
-
- AndroidBundleOptimizer - Class in com.facebook.buck.android
-
The class executes all binary steps responsible for optimizing aab specific components.
- AndroidClasspathProvider - Class in com.facebook.buck.android
-
- AndroidClasspathProvider(ToolchainProvider, TargetConfiguration) - Constructor for class com.facebook.buck.android.AndroidClasspathProvider
-
- AndroidDescriptionsProvider - Class in com.facebook.buck.android
-
- AndroidDescriptionsProvider() - Constructor for class com.facebook.buck.android.AndroidDescriptionsProvider
-
- AndroidDevice - Interface in com.facebook.buck.android.exopackage
-
- AndroidDevicesHelper - Interface in com.facebook.buck.android.exopackage
-
AndroidDevicesHelper provides a way to interact with multiple devices as AndroidDevices (rather
than IDevices).
- AndroidDevicesHelper.AdbDeviceCallable - Interface in com.facebook.buck.android.exopackage
-
This is basically the same as AdbHelper.AdbCallable except that it takes an AndroidDevice
instead of an IDevice.
- AndroidDevicesHelperFactory - Class in com.facebook.buck.android.exopackage
-
- AndroidDevicesHelperFactory() - Constructor for class com.facebook.buck.android.exopackage.AndroidDevicesHelperFactory
-
- AndroidGraphEnhancerArgs - Interface in com.facebook.buck.android
-
- AndroidInstallConfig - Class in com.facebook.buck.android
-
- AndroidInstallConfig(BuckConfig) - Constructor for class com.facebook.buck.android.AndroidInstallConfig
-
- AndroidInstallConfig.ConcurrentInstall - Enum in com.facebook.buck.android
-
- AndroidInstrumentationApk - Class in com.facebook.buck.android
-
Apk that functions as a test package in Android.
- AndroidInstrumentationApkDescription - Class in com.facebook.buck.android
-
- AndroidInstrumentationApkDescription(JavaBuckConfig, ProGuardConfig, CxxBuckConfig, DxConfig, ToolchainProvider, AndroidBuckConfig) - Constructor for class com.facebook.buck.android.AndroidInstrumentationApkDescription
-
- AndroidInstrumentationApkDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidInstrumentationApkDescription.AbstractAndroidInstrumentationApkDescriptionArg.
- AndroidInstrumentationApkDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidInstrumentationTest - Class in com.facebook.buck.android
-
- AndroidInstrumentationTest(BuildTarget, ProjectFilesystem, AndroidPlatformTarget, BuildRuleParams, HasInstallableApk, Set<String>, Set<String>, Tool, Optional<Long>, PackagedResource, PackagedResource, PackagedResource, PackagedResource) - Constructor for class com.facebook.buck.android.AndroidInstrumentationTest
-
- AndroidInstrumentationTestDescription - Class in com.facebook.buck.android
-
- AndroidInstrumentationTestDescription(BuckConfig, ToolchainProvider) - Constructor for class com.facebook.buck.android.AndroidInstrumentationTestDescription
-
- AndroidInstrumentationTestDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidInstrumentationTestDescription.AbstractAndroidInstrumentationTestDescriptionArg.
- AndroidInstrumentationTestDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidKotlinCoreArg - Interface in com.facebook.buck.android
-
- AndroidLibrary - Class in com.facebook.buck.android
-
- AndroidLibrary.Builder - Class in com.facebook.buck.android
-
- AndroidLibraryCompilerFactory - Interface in com.facebook.buck.android
-
- AndroidLibraryDescription - Class in com.facebook.buck.android
-
- AndroidLibraryDescription(JavaBuckConfig, AndroidLibraryCompilerFactory, ToolchainProvider) - Constructor for class com.facebook.buck.android.AndroidLibraryDescription
-
- AndroidLibraryDescription.CoreArg - Interface in com.facebook.buck.android
-
- AndroidLibraryDescription.JvmLanguage - Enum in com.facebook.buck.android
-
- AndroidLibraryDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg.
- AndroidLibraryDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidLibraryGraphEnhancer - Class in com.facebook.buck.android
-
- AndroidLibraryGraphEnhancer(BuildTarget, ProjectFilesystem, SortedSet<BuildRule>, Javac, JavacOptions, DependencyMode, boolean, Optional<String>, Optional<String>, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidLibraryGraphEnhancer
-
- AndroidLibraryModuleRule - Class in com.facebook.buck.features.project.intellij.lang.android
-
- AndroidLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.features.project.intellij.lang.android.AndroidLibraryModuleRule
-
- AndroidLinkableMetadata - Interface in com.facebook.buck.android
-
Information needed to determine the correct placement of native linkables in an android apk
- AndroidManifest - Class in com.facebook.buck.android
-
AndroidManifest is a
BuildRule that can generate an Android manifest from a
skeleton manifest and the library manifests from its dependencies.
- AndroidManifest(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, SourcePath, APKModule, Collection<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidManifest
-
- AndroidManifestDescription - Class in com.facebook.buck.android
-
- AndroidManifestDescription(AndroidManifestFactory) - Constructor for class com.facebook.buck.android.AndroidManifestDescription
-
- AndroidManifestDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidManifestDescription.AbstractAndroidManifestDescriptionArg.
- AndroidManifestDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidManifestFactory - Class in com.facebook.buck.android
-
- AndroidManifestFactory() - Constructor for class com.facebook.buck.android.AndroidManifestFactory
-
- AndroidManifestParser - Class in com.facebook.buck.features.project.intellij.lang.android
-
- AndroidManifestParser(ProjectFilesystem) - Constructor for class com.facebook.buck.features.project.intellij.lang.android.AndroidManifestParser
-
- AndroidManifestReader - Interface in com.facebook.buck.android
-
Allows querying an Android manifest file for various types of information.
- AndroidModuleConsistencyStep - Class in com.facebook.buck.android
-
- AndroidModuleRule<T extends BuildRuleArg> - Class in com.facebook.buck.features.project.intellij.lang.android
-
Android IntelliJ rule
- AndroidModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig, AndroidProjectType) - Constructor for class com.facebook.buck.features.project.intellij.lang.android.AndroidModuleRule
-
- AndroidMultiPlatform - Class in com.facebook.buck.android.toolchain.platform
-
Android-specific implementation of multi-platform.
- AndroidMultiPlatform(BuildTarget, Platform, ImmutableSortedMap<TargetCpuType, NamedPlatform>) - Constructor for class com.facebook.buck.android.toolchain.platform.AndroidMultiPlatform
-
- AndroidMultiPlatformRule - Class in com.facebook.buck.android.toolchain.platform
-
Buck rule representing Android multiplatform definition
- AndroidMultiPlatformRule(BuildTarget, BuildTarget, ImmutableSortedMap<TargetCpuType, BuildTarget>) - Constructor for class com.facebook.buck.android.toolchain.platform.AndroidMultiPlatformRule
-
- AndroidNativeLibsPackageableGraphEnhancer - Class in com.facebook.buck.android
-
- AndroidNativeLibsPackageableGraphEnhancer(ToolchainProvider, CellPathResolver, ActionGraphBuilder, BuildTarget, ProjectFilesystem, ImmutableSet<TargetCpuType>, CxxBuckConfig, Optional<Map<String, List<Pattern>>>, Optional<BuildTarget>, Optional<ImmutableSortedSet<String>>, RelinkerMode, ImmutableList<Pattern>, APKModuleGraph, AndroidNativeTargetConfigurationMatcher) - Constructor for class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
-
- AndroidNativeTargetConfigurationMatcher - Interface in com.facebook.buck.android
-
Encapsulates logic to check whether platform in configuration of a given target matches the CPU
type.
- AndroidNdk - Class in com.facebook.buck.android.toolchain.ndk
-
Part of Android toolchain that provides access to Android NDK
- AndroidNdk() - Constructor for class com.facebook.buck.android.toolchain.ndk.AndroidNdk
-
- AndroidNdkConstants - Class in com.facebook.buck.android.toolchain.ndk
-
- AndroidNdkConstants() - Constructor for class com.facebook.buck.android.toolchain.ndk.AndroidNdkConstants
-
- AndroidNdkFactory - Class in com.facebook.buck.android.toolchain.ndk.impl
-
- AndroidNdkFactory() - Constructor for class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkFactory
-
- AndroidNdkResolver - Class in com.facebook.buck.android.toolchain.ndk.impl
-
- AndroidNdkResolver(FileSystem, ImmutableMap<String, String>, AndroidBuckConfig) - Constructor for class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- AndroidNdkToolchainsSupplier - Class in com.facebook.buck.android.toolchain.ndk.impl
-
- AndroidNdkToolchainsSupplier() - Constructor for class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkToolchainsSupplier
-
- AndroidPackageable - Interface in com.facebook.buck.android.packageable
-
Something (usually a
BuildRule) that can be included in an Android package
(android_binary, cxx_library or android_prebuilt_aar).
- AndroidPackageableCollection - Interface in com.facebook.buck.android.packageable
-
A collection of Android content that should be included in an Android package (apk or aar).
- AndroidPackageableCollection.ResourceDetails - Class in com.facebook.buck.android.packageable
-
- AndroidPackageableCollector - Class in com.facebook.buck.android.packageable
-
- AndroidPackageableCollector(BuildTarget) - Constructor for class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- AndroidPackageableCollector(BuildTarget, ImmutableSet<BuildTarget>, APKModuleGraph) - Constructor for class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- AndroidPackageableCollector(BuildTarget, ImmutableSet<BuildTarget>, APKModuleGraph, AndroidPackageableFilter) - Constructor for class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- AndroidPackageableCollector(BuildTarget, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, ImmutableCollection<SourcePath>, ImmutableCollection<NativeLinkableGroup>, ImmutableCollection<SourcePath>, ImmutableCollection<NativeLinkableGroup>, APKModuleGraph, AndroidPackageableFilter) - Constructor for class com.facebook.buck.android.packageable.AndroidPackageableCollector
-
- AndroidPackageableFilter - Interface in com.facebook.buck.android.packageable
-
Encapsulates logic for filtering instances of
AndroidPackageable when collecting targets
from transitive dependencies of an Android binary.
- AndroidPlatformArg - Class in com.facebook.buck.android.toolchain.platform
-
Immutable implementation of AndroidPlatformDescription.AbstractAndroidPlatformArg.
- AndroidPlatformArg.Builder - Class in com.facebook.buck.android.toolchain.platform
-
- AndroidPlatformDescription - Class in com.facebook.buck.android.toolchain.platform
-
A description for android_platform.
- AndroidPlatformDescription() - Constructor for class com.facebook.buck.android.toolchain.platform.AndroidPlatformDescription
-
- AndroidPlatformDescriptionProvider - Class in com.facebook.buck.android.toolchain.platform
-
- AndroidPlatformDescriptionProvider() - Constructor for class com.facebook.buck.android.toolchain.platform.AndroidPlatformDescriptionProvider
-
- androidPlatformTarget - Variable in class com.facebook.buck.android.AndroidBinaryOptimizer
-
- AndroidPlatformTarget - Class in com.facebook.buck.android.toolchain
-
Represents a platform to target for Android.
- AndroidPlatformTarget() - Constructor for class com.facebook.buck.android.toolchain.AndroidPlatformTarget
-
- AndroidPlatformTargetFactory - Class in com.facebook.buck.android.toolchain.impl
-
- AndroidPlatformTargetFactory() - Constructor for class com.facebook.buck.android.toolchain.impl.AndroidPlatformTargetFactory
-
- AndroidPlatformTargetProducer - Class in com.facebook.buck.android.toolchain.impl
-
- AndroidPlatformTargetProducer() - Constructor for class com.facebook.buck.android.toolchain.impl.AndroidPlatformTargetProducer
-
- AndroidPrebuiltAar - Class in com.facebook.buck.android
-
- AndroidPrebuiltAar(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, SourcePath, SourcePath, PrebuiltJar, UnzipAar, CompileToJarStepFactory, Iterable<PrebuiltJar>, boolean, Optional<String>, boolean) - Constructor for class com.facebook.buck.android.AndroidPrebuiltAar
-
- AndroidPrebuiltAarDescription - Class in com.facebook.buck.android
-
Description for a
BuildRule that wraps an
.aar file as an Android dependency.
- AndroidPrebuiltAarDescription(ToolchainProvider, AndroidBuckConfig) - Constructor for class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- AndroidPrebuiltAarDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidPrebuiltAarDescription.AbstractAndroidPrebuiltAarDescriptionArg.
- AndroidPrebuiltAarDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidProjectType - Enum in com.facebook.buck.features.project.intellij.lang.android
-
Constants that define Android project type.
- androidResOnly(SortedSet<BuildRule>) - Static method in class com.facebook.buck.android.AndroidResourceHelper
-
Filters out the set of android_resource() dependencies from deps.
- AndroidResource - Class in com.facebook.buck.android
-
An object that represents the resources of an android library.
- AndroidResource(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, Supplier<ImmutableSortedSet<? extends SourcePath>>, boolean, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
-
- AndroidResource(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
-
- AndroidResource(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, boolean, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
-
- AndroidResourceDescription - Class in com.facebook.buck.android
-
- AndroidResourceDescription(ToolchainProvider, AndroidBuckConfig) - Constructor for class com.facebook.buck.android.AndroidResourceDescription
-
- AndroidResourceDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidResourceDescription.AbstractAndroidResourceDescriptionArg.
- AndroidResourceDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidResourceFolder - Class in com.facebook.buck.features.project.intellij.lang.android
-
A path which contains a set of sources we wish to present to IntelliJ.
- AndroidResourceFolder(Path) - Constructor for class com.facebook.buck.features.project.intellij.lang.android.AndroidResourceFolder
-
- AndroidResourceHelper - Class in com.facebook.buck.android
-
- AndroidResourceIndex - Class in com.facebook.buck.android
-
- AndroidResourceIndex(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePath) - Constructor for class com.facebook.buck.android.AndroidResourceIndex
-
- AndroidResourceModuleRule - Class in com.facebook.buck.features.project.intellij.lang.android
-
- AndroidResourceModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.features.project.intellij.lang.android.AndroidResourceModuleRule
-
- AndroidSdkDirectoryResolver - Class in com.facebook.buck.android.toolchain.impl
-
Utility class used for resolving the location of Android specific directories.
- AndroidSdkDirectoryResolver(FileSystem, ImmutableMap<String, String>, AndroidBuckConfig) - Constructor for class com.facebook.buck.android.toolchain.impl.AndroidSdkDirectoryResolver
-
- AndroidSdkLocation - Interface in com.facebook.buck.android.toolchain
-
Part of Android toolchain that provides access to Android SDK
- AndroidSdkLocationFactory - Class in com.facebook.buck.android.toolchain.impl
-
- AndroidSdkLocationFactory() - Constructor for class com.facebook.buck.android.toolchain.impl.AndroidSdkLocationFactory
-
- AndroidSdkToolchainsSupplier - Class in com.facebook.buck.android.toolchain.impl
-
- AndroidSdkToolchainsSupplier() - Constructor for class com.facebook.buck.android.toolchain.impl.AndroidSdkToolchainsSupplier
-
- AndroidTools - Interface in com.facebook.buck.android.toolchain
-
Represents different android tools
- AndroidTransitiveDependencyGraph - Class in com.facebook.buck.android
-
- ANNOTATION_PROCESSING - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- ANNOTATION_PROCESSING_ROUND - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- AnnotationProcessingEvent - Class in com.facebook.buck.jvm.java
-
Base class for events about Java annotation processing.
- AnnotationProcessingEvent(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- AnnotationProcessingEvent.Finished - Class in com.facebook.buck.jvm.java
-
- AnnotationProcessingEvent.Operation - Enum in com.facebook.buck.jvm.java
-
- AnnotationProcessingEvent.Started - Class in com.facebook.buck.jvm.java
-
- annotationProcessingFinished(AnnotationProcessingEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- annotationProcessingStarted(AnnotationProcessingEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- AnnotationValueScanner8<R,P> - Class in com.facebook.buck.jvm.java.lang.model
-
- AnnotationValueScanner8() - Constructor for class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- AnnotationValueScanner8(R) - Constructor for class com.facebook.buck.jvm.java.lang.model.AnnotationValueScanner8
-
- ansi - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- Ansi - Class in com.facebook.buck.util
-
Encapsulates the specifics of writing to a particular kind of terminal.
- Ansi(boolean) - Constructor for class com.facebook.buck.util.Ansi
-
Construct an Ansi object and conditionally enable fancy escape sequences.
- Ansi.SeverityLevel - Enum in com.facebook.buck.util
-
- AnsiEnvironmentChecking - Class in com.facebook.buck.util
-
Utility class to check if the environment supports ANSI escape sequences.
- ANY - Static variable in class com.facebook.buck.util.PatternsMatcher
-
A pattern which patches any string
- ApiStubber - Class in com.facebook.buck.jvm.java.abi
-
- ApkBuilderStep - Class in com.facebook.buck.android
-
Merges resources into a final APK.
- ApkBuilderStep(ProjectFilesystem, Path, Path, Path, ImmutableSet<Path>, ImmutableSet<Path>, ImmutableSet<Path>, ImmutableSet<Path>, Path, Supplier<KeystoreProperties>, boolean, ImmutableList<String>, AndroidSdkLocation) - Constructor for class com.facebook.buck.android.ApkBuilderStep
-
- ApkGenrule - Class in com.facebook.buck.android
-
A specialization of a genrule that specifically allows the modification of apks.
- ApkGenruleDescription - Class in com.facebook.buck.android
-
- ApkGenruleDescription(ToolchainProvider, BuckConfig, SandboxExecutionStrategy) - Constructor for class com.facebook.buck.android.ApkGenruleDescription
-
- ApkGenruleDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of ApkGenruleDescription.AbstractApkGenruleDescriptionArg.
- ApkGenruleDescriptionArg.Builder - Class in com.facebook.buck.android
-
- ApkInfo() - Constructor for class com.facebook.buck.android.HasInstallableApk.ApkInfo
-
- ApkInstallStep - Class in com.facebook.buck.android
-
- ApkInstallStep(SourcePathResolverAdapter, HasInstallableApk) - Constructor for class com.facebook.buck.android.ApkInstallStep
-
- APKModule - Class in com.facebook.buck.android.apkmodule
-
- APKModule() - Constructor for class com.facebook.buck.android.apkmodule.APKModule
-
- APKModuleGraph - Class in com.facebook.buck.android.apkmodule
-
Utility class for grouping sets of targets and their dependencies into APK Modules containing
their exclusive dependencies.
- APKModuleGraph(TargetGraph, BuildTarget) - Constructor for class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Constructor for the APKModule graph generator object that produces a graph with only a
root module.
- APKModuleGraph(Optional<ImmutableMap<String, ImmutableList<BuildTarget>>>, Optional<ImmutableMap<String, ImmutableList<String>>>, Optional<List<BuildTarget>>, Set<String>, Set<String>, TargetGraph, BuildTarget) - Constructor for class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Constructor for the APKModule graph generator object
- APKModuleGraph(TargetGraph, BuildTarget, Optional<Set<BuildTarget>>) - Constructor for class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Constructor for the APKModule graph generator object
- apkPath - Variable in class com.facebook.buck.android.exopackage.PackageInfo
-
- APP_CLIP - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.ProductTypes
-
- APP_EXTENSION - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.ProductTypes
-
- APP_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBinaryDescription
-
- APP_PACKAGE_ID - Static variable in class com.facebook.buck.android.resources.ResTablePackage
-
- AppBuilderBase - Class in com.facebook.buck.android
-
A class that provides information that are shared across AabBuilder and ApkBuilder, currently
only private key and certificate are needed
- AppBuilderBase(ProjectFilesystem, Supplier<KeystoreProperties>, Path) - Constructor for class com.facebook.buck.android.AppBuilderBase
-
- AppBuilderBase.PrivateKeyAndCertificate - Class in com.facebook.buck.android
-
- append(CharSequence) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- append(CharSequence, int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- append(char) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- append(String) - Method in class com.facebook.buck.util.ChunkAccumulator
-
- append(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
- append(CharSequence) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- append(CharSequence, int, int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- append(char) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- AppendableLogRecord - Class in com.facebook.buck.core.util.log.appendablelogrecord
-
- AppendableLogRecord(Level, String, String) - Constructor for class com.facebook.buck.core.util.log.appendablelogrecord.AppendableLogRecord
-
- appendFinishedInfo(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
-
Appends information to the finished event which will be sent when control exits the scope.
- appendFormattedMessage(StringBuilder) - Method in class com.facebook.buck.core.util.log.appendablelogrecord.AppendableLogRecord
-
- appendOptionsTo(OptionsConsumer, SourcePathResolverAdapter, ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
- appendString(T) - Method in class com.facebook.buck.util.network.HiveRowFormatter
-
- appendStringIterable(Iterable<T>) - Method in class com.facebook.buck.util.network.HiveRowFormatter
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.cxx.CxxThinLTOIndexArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.features.rust.RustLibraryArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in interface com.facebook.buck.rules.args.Arg
-
Feed the contents of the Arg to the supplied consumer.
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.rules.args.CompositeArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.rules.args.FormatArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.rules.args.ProxyArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.rules.args.SourcePathArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter, boolean) - Method in class com.facebook.buck.rules.args.SourcePathArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.rules.args.StringArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in interface com.facebook.buck.rules.args.ToolArg
-
- appendToCommandLine(Consumer<String>, SourcePathResolverAdapter) - Method in class com.facebook.buck.rules.args.WriteToFileArg
-
- appendToCommandLineRel(Consumer<String>, CanonicalCellName, SourcePathResolverAdapter, boolean) - Method in class com.facebook.buck.rules.args.CompositeArg
-
- appendToCommandLineRel(Consumer<String>, CanonicalCellName, SourcePathResolverAdapter, boolean) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- appendToCommandLineRel(Consumer<String>, CanonicalCellName, SourcePathResolverAdapter, boolean) - Method in class com.facebook.buck.rules.args.SourcePathArg
-
- appendToRuleKey(RuleKeyAppendable.RuleKeyAppendableSink) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- appendToRuleKey(RuleKeyAppendable.RuleKeyAppendableSink) - Method in interface com.facebook.buck.rules.keys.RuleKeyAppendable
-
Deprecated.
- APPLE_SECTION - Static variable in class com.facebook.buck.apple.AppleConfig
-
- AppleAssetCatalog - Class in com.facebook.buck.apple
-
- AppleAssetCatalog.ValidationType - Enum in com.facebook.buck.apple
-
- AppleAssetCatalogDescription - Class in com.facebook.buck.apple
-
Description for an apple_asset_catalog rule, which identifies an asset catalog for an iOS or Mac
OS X library or binary.
- AppleAssetCatalogDescription() - Constructor for class com.facebook.buck.apple.AppleAssetCatalogDescription
-
- AppleAssetCatalogDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleAssetCatalogDescription.AbstractAppleAssetCatalogDescriptionArg.
- AppleAssetCatalogDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleAssetCatalogsCompilationOptions - Class in com.facebook.buck.apple
-
Argument type for asset_catalogs_compilation_options used in apple_bundle
- AppleAssetCatalogsCompilationOptions.Builder - Class in com.facebook.buck.apple
-
- AppleBinaryDescription - Class in com.facebook.buck.apple
-
- AppleBinaryDescription(ToolchainProvider, XCodeDescriptions, SwiftLibraryDescription, AppleConfig, CxxBuckConfig, SwiftBuckConfig, CxxBinaryImplicitFlavors, CxxBinaryFactory, CxxBinaryMetadataFactory, CxxBinaryFlavored) - Constructor for class com.facebook.buck.apple.AppleBinaryDescription
-
- AppleBinaryDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleBinaryDescription.AbstractAppleBinaryDescriptionArg.
- AppleBinaryDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleBuildRules - Class in com.facebook.buck.apple
-
Helpers for reading properties of Apple target build rules.
- AppleBuildRules.RecursiveDependenciesMode - Enum in com.facebook.buck.apple
-
- AppleBundle - Class in com.facebook.buck.apple
-
Creates a bundle: a directory containing files and subdirectories, described by an Info.plist.
- AppleBundleDescription - Class in com.facebook.buck.apple
-
- AppleBundleDescription(ToolchainProvider, XCodeDescriptions, AppleBinaryDescription, AppleLibraryDescription, AppleConfig, CxxBuckConfig, SwiftBuckConfig) - Constructor for class com.facebook.buck.apple.AppleBundleDescription
-
- AppleBundleDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleBundleDescription.AbstractAppleBundleDescriptionArg.
- AppleBundleDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleBundleDestination - Enum in com.facebook.buck.apple
-
Abstraction of a place in a resulting bundle where resource will be copied.
- AppleBundleExtension - Enum in com.facebook.buck.apple
-
Known bundle extensions that have special handling.
- AppleBundleResources - Class in com.facebook.buck.apple
-
Resources to be bundled into a bundle.
- AppleBundleResources() - Constructor for class com.facebook.buck.apple.AppleBundleResources
-
- AppleBundleResources.Builder - Class in com.facebook.buck.apple
-
- AppleConfig - Class in com.facebook.buck.apple
-
- AppleCoreSimulatorServiceController - Class in com.facebook.buck.apple.simulator
-
Launches, queries, and kills Apple's CoreSimulator and related launchd services.
- AppleCoreSimulatorServiceController(ProcessExecutor) - Constructor for class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
-
- AppleCustomLinkingDepsDescription - Interface in com.facebook.buck.apple
-
This interface helps customizing linking dependencies.
- AppleCxxPlatform - Class in com.facebook.buck.apple.toolchain
-
- AppleCxxPlatform() - Constructor for class com.facebook.buck.apple.toolchain.AppleCxxPlatform
-
- AppleCxxPlatform.Builder - Class in com.facebook.buck.apple.toolchain
-
- AppleCxxPlatforms - Class in com.facebook.buck.apple.toolchain.impl
-
Utility class to create Objective-C/C/C++/Objective-C++ platforms to support building iOS and Mac
OS X products with Xcode.
- AppleCxxPlatforms.XcodeBuildVersionCache - Class in com.facebook.buck.apple.toolchain.impl
-
- AppleCxxPlatformsProvider - Class in com.facebook.buck.apple.toolchain
-
- AppleCxxPlatformsProvider() - Constructor for class com.facebook.buck.apple.toolchain.AppleCxxPlatformsProvider
-
- AppleCxxPlatformsProviderFactory - Class in com.facebook.buck.apple.toolchain.impl
-
- AppleCxxPlatformsProviderFactory() - Constructor for class com.facebook.buck.apple.toolchain.impl.AppleCxxPlatformsProviderFactory
-
- AppleDebugFormat - Enum in com.facebook.buck.apple
-
- AppleDebuggableBinary - Class in com.facebook.buck.apple
-
This build rule wraps the usual build rule and should be treated as top-level binary rule for
apple platform.
- AppleDependenciesCache - Class in com.facebook.buck.apple
-
- AppleDependenciesCache(TargetGraph) - Constructor for class com.facebook.buck.apple.AppleDependenciesCache
-
- AppleDescriptionProvider - Class in com.facebook.buck.apple
-
- AppleDescriptionProvider() - Constructor for class com.facebook.buck.apple.AppleDescriptionProvider
-
- AppleDescriptions - Class in com.facebook.buck.apple
-
- AppleDeveloperDirectoryForTestsProvider - Interface in com.facebook.buck.apple.toolchain
-
The value of [apple] xcode_developer_dir_for_tests if present.
- AppleDeveloperDirectoryForTestsProviderFactory - Class in com.facebook.buck.apple.toolchain.impl
-
- AppleDeveloperDirectoryForTestsProviderFactory() - Constructor for class com.facebook.buck.apple.toolchain.impl.AppleDeveloperDirectoryForTestsProviderFactory
-
- AppleDeveloperDirectoryProvider - Interface in com.facebook.buck.apple.toolchain
-
Provides access to Apple developer directory.
- AppleDeveloperDirectoryProviderFactory - Class in com.facebook.buck.apple.toolchain.impl
-
- AppleDeveloperDirectoryProviderFactory() - Constructor for class com.facebook.buck.apple.toolchain.impl.AppleDeveloperDirectoryProviderFactory
-
- AppleDevice - Interface in com.facebook.buck.apple.simulator
-
Object that represents an Apple simulator or a physical device.
- AppleDeviceController - Class in com.facebook.buck.apple.simulator
-
Utility class to control Apple Devices (both simulators and physical devices).
- AppleDeviceController(ProcessExecutor, Path) - Constructor for class com.facebook.buck.apple.simulator.AppleDeviceController
-
- AppleDeviceController.AppleDeviceKindEnum - Enum in com.facebook.buck.apple.simulator
-
Enum indicating the different kinds of devices possible
- AppleDeviceController.LaunchBehavior - Enum in com.facebook.buck.apple.simulator
-
Enum for the different ways to launch the simulator
- AppleDeviceHelper - Class in com.facebook.buck.apple.device
-
- AppleDeviceHelper(ProcessExecutor, Path) - Constructor for class com.facebook.buck.apple.device.AppleDeviceHelper
-
- AppleDsym - Class in com.facebook.buck.apple
-
Creates dSYM bundle for the given _unstripped_ binary.
- AppleDsym(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Tool, Tool, SourcePath, ImmutableSortedSet<SourcePath>, Path, boolean) - Constructor for class com.facebook.buck.apple.AppleDsym
-
- AppleHeaderVisibilities - Class in com.facebook.buck.apple
-
Utility class with methods working with
HeaderVisibility in the context of Apple rules.
- AppleInfoPlistParsing - Class in com.facebook.buck.apple
-
Utility class to parse Info.plist from an Apple bundle.
- AppleLibraryDescription - Class in com.facebook.buck.apple
-
- AppleLibraryDescription(ToolchainProvider, XCodeDescriptions, SwiftLibraryDescription, AppleConfig, CxxBuckConfig, SwiftBuckConfig, CxxLibraryImplicitFlavors, CxxLibraryFlavored, CxxLibraryFactory, CxxLibraryMetadataFactory) - Constructor for class com.facebook.buck.apple.AppleLibraryDescription
-
- AppleLibraryDescription.Type - Enum in com.facebook.buck.apple
-
- AppleLibraryDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleLibraryDescription.AbstractAppleLibraryDescriptionArg.
- AppleLibraryDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleLibraryDescriptionSwiftEnhancer - Class in com.facebook.buck.apple
-
- AppleLibraryDescriptionSwiftEnhancer() - Constructor for class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
-
- AppleLibrarySwiftDelegate - Interface in com.facebook.buck.apple
-
- AppleLibrarySwiftMetadata - Class in com.facebook.buck.apple
-
- AppleLibrarySwiftMetadata(ImmutableSet<SourceWithFlags>, ImmutableSet<SourceWithFlags>) - Constructor for class com.facebook.buck.apple.AppleLibrarySwiftMetadata
-
- AppleNativeTargetDescriptionArg - Interface in com.facebook.buck.apple
-
Arguments common to Apple targets.
- ApplePackageDescription - Class in com.facebook.buck.apple
-
- ApplePackageDescription(ToolchainProvider, SandboxExecutionStrategy, AppleConfig) - Constructor for class com.facebook.buck.apple.ApplePackageDescription
-
- ApplePackageDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of ApplePackageDescription.AbstractApplePackageDescriptionArg.
- ApplePackageDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- ApplePlatform - Class in com.facebook.buck.apple.toolchain
-
- ApplePlatform() - Constructor for class com.facebook.buck.apple.toolchain.ApplePlatform
-
- ApplePlatform.Builder - Class in com.facebook.buck.apple.toolchain
-
- ApplePlatforms - Class in com.facebook.buck.apple
-
- ApplePlatformType - Enum in com.facebook.buck.apple.platform_type
-
- AppleResourceDescription - Class in com.facebook.buck.apple
-
Description for an apple_resource rule which copies resource files to the built bundle.
- AppleResourceDescription() - Constructor for class com.facebook.buck.apple.AppleResourceDescription
-
- AppleResourceDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleResourceDescription.AbstractAppleResourceDescriptionArg.
- AppleResourceDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleResourceProcessing - Class in com.facebook.buck.apple
-
Contains shared logic for adding resource processing steps to apple build rules
- AppleResources - Class in com.facebook.buck.apple
-
- AppleSdk - Class in com.facebook.buck.apple.toolchain
-
Metadata about an Apple SDK.
- AppleSdk() - Constructor for class com.facebook.buck.apple.toolchain.AppleSdk
-
- AppleSdk.Builder - Class in com.facebook.buck.apple.toolchain
-
- AppleSdkDiscovery - Class in com.facebook.buck.apple.toolchain.impl
-
Utility class to discover the location of SDKs contained inside an Xcode installation.
- AppleSdkLocation - Interface in com.facebook.buck.apple.toolchain
-
- AppleSdkLocationFactory - Class in com.facebook.buck.apple.toolchain.impl
-
- AppleSdkLocationFactory() - Constructor for class com.facebook.buck.apple.toolchain.impl.AppleSdkLocationFactory
-
- AppleSdkPaths - Class in com.facebook.buck.apple.toolchain
-
Paths to Apple SDK directories under an installation of Xcode.
- AppleSdkPaths() - Constructor for class com.facebook.buck.apple.toolchain.AppleSdkPaths
-
- AppleSdkPaths.Builder - Class in com.facebook.buck.apple.toolchain
-
- AppleSimulator - Interface in com.facebook.buck.apple.simulator
-
- AppleSimulatorController - Class in com.facebook.buck.apple.simulator
-
Utility class to manage starting the iOS simulator as well as installing and running applications
inside it.
- AppleSimulatorController(ProcessExecutor, Path, Path) - Constructor for class com.facebook.buck.apple.simulator.AppleSimulatorController
-
- AppleSimulatorController.LaunchBehavior - Enum in com.facebook.buck.apple.simulator
-
- AppleSimulatorDiscovery - Class in com.facebook.buck.apple.simulator
-
Utilty class to discover state about Apple simulators installed on the host system.
- AppleSimulatorProfileParsing - Class in com.facebook.buck.apple.simulator
-
Utility class to parse profile.plist from an iPhone simulator platform.
- AppleSimulatorState - Enum in com.facebook.buck.apple.simulator
-
- AppleTest - Class in com.facebook.buck.apple
-
- AppleTestAggregatedDependencies - Class in com.facebook.buck.apple
-
Creates a directory containing the static resources along with a merged static library containing
all of the symbols that a test target depends on.
- AppleTestDescription - Class in com.facebook.buck.apple
-
- AppleTestDescription(ToolchainProvider, XCodeDescriptions, AppleConfig, CxxBuckConfig, SwiftBuckConfig, AppleLibraryDescription) - Constructor for class com.facebook.buck.apple.AppleTestDescription
-
- AppleTestDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleTestDescription.AbstractAppleTestDescriptionArg.
- AppleTestDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleTestX - Class in com.facebook.buck.apple
-
Represents an apple_test rule that implements the test protocol
- AppleToolchain - Interface in com.facebook.buck.apple.toolchain
-
Metadata about an Apple toolchain.
- AppleToolchain.Builder - Class in com.facebook.buck.apple.toolchain
-
- AppleToolchainBuildRule - Class in com.facebook.buck.apple
-
- AppleToolchainBuildRule(BuildTarget, ProjectFilesystem, AppleCxxPlatform) - Constructor for class com.facebook.buck.apple.AppleToolchainBuildRule
-
- AppleToolchainDescription - Class in com.facebook.buck.apple
-
- AppleToolchainDescription() - Constructor for class com.facebook.buck.apple.AppleToolchainDescription
-
- AppleToolchainDescriptionArg - Class in com.facebook.buck.apple
-
apple_toolchain defines tools, cxx and swift toolchains and other properties to define
AppleCxxPlatform.
- AppleToolchainDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleToolchainDiscovery - Class in com.facebook.buck.apple.toolchain.impl
-
Utility class to discover the location of toolchains contained inside an Xcode installation.
- AppleToolchainProvider - Interface in com.facebook.buck.apple.toolchain
-
- AppleToolchainProviderFactory - Class in com.facebook.buck.apple.toolchain.impl
-
- AppleToolchainProviderFactory() - Constructor for class com.facebook.buck.apple.toolchain.impl.AppleToolchainProviderFactory
-
- AppleToolchainSetBuildRule - Class in com.facebook.buck.apple
-
- AppleToolchainSetBuildRule(BuildTarget, ProjectFilesystem, FlavorDomain<AppleCxxPlatform>) - Constructor for class com.facebook.buck.apple.AppleToolchainSetBuildRule
-
- AppleToolchainSetDescription - Class in com.facebook.buck.apple
-
Defines an apple_toolchain_set rule that allows to list all available apple_toolchain targets
which will be used to create
AppleCxxPlatform.
- AppleToolchainSetDescription() - Constructor for class com.facebook.buck.apple.AppleToolchainSetDescription
-
- AppleToolchainSetDescriptionArg - Class in com.facebook.buck.apple
-
An apple_toolchain_set is a list of available apple_toolchain targets.
- AppleToolchainSetDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleToolchainsSupplier - Class in com.facebook.buck.apple.toolchain.impl
-
- AppleToolchainsSupplier() - Constructor for class com.facebook.buck.apple.toolchain.impl.AppleToolchainsSupplier
-
- APPLETVOS - Static variable in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- APPLETVSIMULATOR - Static variable in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- AppleWrapperResourceArg - Class in com.facebook.buck.apple
-
A description for a resource defined by a single path.
- AppleWrapperResourceArg.Builder - Class in com.facebook.buck.apple
-
- AppleXCodeDescriptionClassSupplier - Class in com.facebook.buck.apple
-
- AppleXCodeDescriptionClassSupplier() - Constructor for class com.facebook.buck.apple.AppleXCodeDescriptionClassSupplier
-
- APPLICATION - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.ProductTypes
-
- apply(AndroidDevice) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper.AdbDeviceCallable
-
- apply(String, String, String) - Method in interface com.facebook.buck.apple.clang.HeaderMap.HeaderMapVisitor
-
- apply(Arg) - Method in class com.facebook.buck.cxx.CxxFlags.TranslateMacrosArgsFunction
-
- apply(String) - Method in class com.facebook.buck.cxx.CxxFlags.TranslateMacrosFunction
-
- apply(BuildTarget, ActionGraphBuilder, CxxPlatform, ImmutableSet<BuildRule>, CxxDeps) - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
-
- apply(TargetNode<AndroidBinaryDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidBinaryModuleRule
-
- apply(TargetNode<AndroidLibraryDescription.CoreArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidLibraryModuleRule
-
- apply(TargetNode<T>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidModuleRule
-
- apply(TargetNode<AndroidResourceDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidResourceModuleRule
-
- apply(TargetNode<RobolectricTestDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.android.RobolectricTestModuleRule
-
- apply(TargetNode<CxxLibraryDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.cxx.CxxLibraryModuleRule
-
- apply(TargetNode<CxxTestDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.cxx.CxxTestModuleRule
-
- apply(TargetNode<GroovyLibraryDescription.CoreArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.groovy.GroovyLibraryModuleRule
-
- apply(TargetNode<GroovyTestDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.groovy.GroovyTestModuleRule
-
- apply(TargetNode<JavaBinaryDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.java.JavaBinaryModuleRule
-
- apply(TargetNode<JavaLibraryDescription.CoreArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.java.JavaLibraryModuleRule
-
- apply(TargetNode<JavaTestDescription.CoreArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.java.JavaTestModuleRule
-
- apply(TargetNode<KotlinLibraryDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.kotlin.KotlinLibraryModuleRule
-
- apply(TargetNode<KotlinTestDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.kotlin.KotlinTestModuleRule
-
- apply(TargetNode<PythonLibraryDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.python.PythonLibraryModuleRule
-
- apply(TargetNode<PythonTestDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.python.PythonTestModuleRule
-
- apply(TargetNode<ScalaLibraryDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.scala.ScalaLibraryModuleRule
-
- apply(TargetNode<ScalaTestDescriptionArg>, ModuleBuildContext) - Method in class com.facebook.buck.features.project.intellij.lang.scala.ScalaTestModuleRule
-
- apply(TargetNode<T>, ModuleBuildContext) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleRule
-
- apply(T) - Method in interface com.facebook.buck.util.concurrent.ResourcePool.ThrowingFunction
-
- apply(T, U, V, W) - Method in interface com.facebook.buck.util.function.QuadFunction
-
Applies this function to the given arguments.
- apply(T) - Method in interface com.facebook.buck.util.function.ThrowingFunction
-
- apply(T, U, V) - Method in interface com.facebook.buck.util.function.TriFunction
-
Applies this function to the given arguments.
- apply() - Static method in class com.facebook.buck.util.network.MacIpv6BugWorkaround
-
- applyDuringAggregation(AggregationContext, TargetNode<T>) - Method in class com.facebook.buck.features.project.intellij.BaseIjModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<AndroidLibraryDescription.CoreArg>) - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidLibraryModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<AndroidResourceDescriptionArg>) - Method in class com.facebook.buck.features.project.intellij.lang.android.AndroidResourceModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<RobolectricTestDescriptionArg>) - Method in class com.facebook.buck.features.project.intellij.lang.android.RobolectricTestModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<JavaLibraryDescription.CoreArg>) - Method in class com.facebook.buck.features.project.intellij.lang.java.JavaLibraryModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<JavaTestDescription.CoreArg>) - Method in class com.facebook.buck.features.project.intellij.lang.java.JavaTestModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<T>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleRule
-
- applyFilenameFormat(Map<String, Path>, Path, String) - Static method in class com.facebook.buck.android.exopackage.ExopackageUtil
-
- applyFilenameFormat(Multimap<String, Path>, Path, String) - Static method in class com.facebook.buck.android.exopackage.ExopackageUtil
-
- AppModularityMetadataUtil - Class in com.facebook.buck.android
-
- AppModularityMetadataUtil() - Constructor for class com.facebook.buck.android.AppModularityMetadataUtil
-
- Architecture - Enum in com.facebook.buck.util.environment
-
Represents the CPU architecture of a system.
- Archive - Class in com.facebook.buck.cxx
-
- ARCHIVE_MEMBER_PATH - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- ArchiveAction(String, Optional<ImmutableList<XCScheme.SchemePrePostAction>>, Optional<ImmutableList<XCScheme.SchemePrePostAction>>) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
-
- ArchiveContents - Enum in com.facebook.buck.cxx.toolchain
-
How this archive packages its contents.
- ArchiveDependencySupplier - Interface in com.facebook.buck.rules.keys
-
Supplies dependencies that are archives.
- archiveFile - Variable in class com.facebook.buck.unarchive.UnarchiveStep
-
- ArchiveFormat - Enum in com.facebook.buck.util.unarchive
-
A collection different archive types, and the unarchiver that should be used to extract archives
- ArchiveMemberPath - Class in com.facebook.buck.core.io
-
- ArchiveMemberPath() - Constructor for class com.facebook.buck.core.io.ArchiveMemberPath
-
- ArchiveMemberSourcePath - Class in com.facebook.buck.core.sourcepath
-
A
SourcePath that can reference a member within an archive.
- ArchiveMemberSourcePath() - Constructor for class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath
-
- Archiver - Interface in com.facebook.buck.cxx.toolchain
-
Interface for a c/c++ archiver.
- ArchiverProvider - Interface in com.facebook.buck.cxx.toolchain
-
- ArchiverProvider.LegacyArchiverType - Enum in com.facebook.buck.cxx.toolchain
-
.buckconfig accepts this and we combine it with the current platform to determine the archiver
type.
- ArchiverProvider.Type - Enum in com.facebook.buck.cxx.toolchain
-
Optional type that can be specified by cxx.archiver_type to indicate the given archiver is
llvm-lib.
- areTargetTypesEqual(Set<Class<? extends DescriptionWithTargetGraph<?>>>) - Static method in class com.facebook.buck.features.project.intellij.SupportedTargetTypeRegistry
-
- Arg - Interface in com.facebook.buck.rules.args
-
An abstraction for modeling the arguments that contribute to a command run by a
BuildRule, and also carry information for computing a rule key.
- arg - Variable in class com.facebook.buck.rules.args.ProxyArg
-
- ArgExpander<M extends Macro> - Class in com.facebook.buck.rules.macros
-
Expands macros into fixed Arg .
- ArgExpander(Class<M>, Arg) - Constructor for class com.facebook.buck.rules.macros.ArgExpander
-
- ArgFactory - Class in com.facebook.buck.rules.args
-
- argFile - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- ARGFILE_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
-
Escaper for argfiles for clang and gcc.
- ARGFILES_ESCAPER - Static variable in interface com.facebook.buck.jvm.java.Javac
-
An escaper for arguments written to @argfiles.
- args() - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableRunInfo
-
- args() - Method in class com.facebook.buck.core.rules.providers.lib.RunInfo
-
- args(Object, String, Location) - Method in class com.facebook.buck.core.starlark.rule.SkylarkRuleContextActions
-
- args(Object, String, Location) - Method in interface com.facebook.buck.core.starlark.rule.SkylarkRuleContextActionsApi
-
- Args(BuildTarget, ImmutableMap<String, String>, ImmutableList<String>, Tool, Optional<String>, Path, SourcePath, ImmutableList<Arg>, ImmutableList<CxxHeaders>) - Constructor for class com.facebook.buck.features.ocaml.OcamlCCompileStep.Args
-
- Args(Tool, Path, ImmutableSortedSet<String>, List<String>) - Constructor for class com.facebook.buck.features.ocaml.OcamlDebugLauncherStep.Args
-
- Args(Tool, Path, Path) - Constructor for class com.facebook.buck.features.ocaml.OcamlLexStep.Args
-
- Args(ImmutableMap<String, String>, ImmutableList<String>, Tool, Optional<String>, Path, Path, ImmutableList<Arg>) - Constructor for class com.facebook.buck.features.ocaml.OcamlMLCompileStep.Args
-
- Args(Tool, Path, Path) - Constructor for class com.facebook.buck.features.ocaml.OcamlYaccStep.Args
-
- arguments - Variable in class com.facebook.buck.cli.AbstractQueryCommand
-
- array() - Static method in class com.facebook.buck.util.json.JsonBuilder
-
Creates a builder for a JSON array string.
- arrayOfDoubles(DoubleStream) - Static method in class com.facebook.buck.util.json.JsonBuilder
-
- arrays - Variable in class com.facebook.buck.android.StringResources
-
- Artifact - Interface in com.facebook.buck.core.artifact
-
An
Artifact is a file used during the build stage.
- ARTIFACT_FILE_NAME_FORMAT - Static variable in class com.facebook.buck.maven.Resolver
-
- ARTIFACT_FILE_NAME_REGEX_FORMAT - Static variable in class com.facebook.buck.maven.Resolver
-
- ARTIFACT_METADATA - Static variable in class com.facebook.buck.core.build.engine.buildinfo.BuildInfo.MetadataKey
-
Value for file that contains all artifact metadata as a json bundle.
- ArtifactCache - Interface in com.facebook.buck.artifact_cache
-
- ArtifactCacheBuckConfig - Class in com.facebook.buck.artifact_cache.config
-
- ArtifactCacheBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.artifact_cache.config.ArtifactCacheBuckConfig
-
- ArtifactCacheBuckConfig.Executor - Enum in com.facebook.buck.artifact_cache.config
-
Thread pools that are available for task execution.
- ArtifactCacheConnectEvent - Class in com.facebook.buck.artifact_cache
-
Base class for events about build rules.
- ArtifactCacheConnectEvent(EventKey) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
-
- ArtifactCacheConnectEvent.Finished - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheConnectEvent.Started - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEntries - Class in com.facebook.buck.artifact_cache.config
-
- ArtifactCacheEntries() - Constructor for class com.facebook.buck.artifact_cache.config.ArtifactCacheEntries
-
- ArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, ArtifactCacheEvent.StoreType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- ArtifactCacheEvent.CacheMode - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.InvocationType - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.Operation - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.StoreType - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheEventFactory - Interface in com.facebook.buck.artifact_cache
-
- artifactCacheEventFinished(ArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactCacheEventStarted(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ArtifactCacheFactory - Interface in com.facebook.buck.artifact_cache
-
- artifactCacheFinished(ArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- ArtifactCacheHandler - Class in com.facebook.buck.httpserver
-
Implements a really simple cache server on top of the local dircache.
- ArtifactCacheHandler(ProjectFilesystem) - Constructor for class com.facebook.buck.httpserver.ArtifactCacheHandler
-
- ArtifactCacheMode - Enum in com.facebook.buck.artifact_cache.config
-
- ArtifactCacheMode.CacheType - Enum in com.facebook.buck.artifact_cache.config
-
- ArtifactCaches - Class in com.facebook.buck.artifact_cache
-
- ArtifactCaches(ArtifactCacheBuckConfig, BuckEventBus, Function<String, UnconfiguredBuildTarget>, TargetConfigurationSerializer, ProjectFilesystem, Optional<String>, ListeningExecutorService, ListeningExecutorService, ListeningExecutorService, TaskManagerCommandScope, String, String, Optional<ClientCertificateHandler>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCaches
-
Creates a new instance of the cache factory for use during a build.
- artifactCacheStarted(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
When a new cache event is about to start.
- ArtifactCompressionEvent - Class in com.facebook.buck.event
-
Event for artifact compression / decompression
- ArtifactCompressionEvent(EventKey, ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>, HasNameAndType) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent
-
- ArtifactCompressionEvent.Finished - Class in com.facebook.buck.event
-
Event for when a artifact finishes compression/decompression
- ArtifactCompressionEvent.Operation - Enum in com.facebook.buck.event
-
- ArtifactCompressionEvent.Started - Class in com.facebook.buck.event
-
Event for when a artifact starts compression/decompression
- artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- ArtifactConfig - Class in com.facebook.buck.maven
-
- ArtifactConfig() - Constructor for class com.facebook.buck.maven.ArtifactConfig
-
- artifactConnectFinished(ArtifactCacheConnectEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactConnectStarted(ArtifactCacheConnectEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ArtifactDeclarationException - Exception in com.facebook.buck.core.artifact
-
Represents a failure to declare an
Artifact
- ArtifactDeclarationException(ArtifactDeclarationException.Reason, BuildTarget, Path) - Constructor for exception com.facebook.buck.core.artifact.ArtifactDeclarationException
-
- ArtifactDeclarationException(ArtifactDeclarationException.Reason, BuildTarget, String) - Constructor for exception com.facebook.buck.core.artifact.ArtifactDeclarationException
-
- ArtifactFilesystem - Class in com.facebook.buck.core.artifact
-
- ArtifactFilesystem(ProjectFilesystem) - Constructor for class com.facebook.buck.core.artifact.ArtifactFilesystem
-
- ArtifactInfo - Class in com.facebook.buck.artifact_cache
-
- ArtifactInfo() - Constructor for class com.facebook.buck.artifact_cache.ArtifactInfo
-
- ArtifactInfo.Builder - Class in com.facebook.buck.artifact_cache
-
- artifacts - Variable in class com.facebook.buck.maven.ArtifactConfig
-
- artifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
- ArtifactUploader - Class in com.facebook.buck.artifact_cache
-
ArtifactUploader contains the logic of how to take a list of artifact paths and metadata and
store that to the ArtifactCache.
- ArtifactUploader() - Constructor for class com.facebook.buck.artifact_cache.ArtifactUploader
-
- asBound() - Method in interface com.facebook.buck.core.artifact.Artifact
-
- asBuildArtifact() - Method in interface com.facebook.buck.core.artifact.BoundArtifact
-
- asBuildArtifact() - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- asByteSource(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
- asByteSource(Path) - Method in class com.facebook.buck.remoteexecution.util.OutputsCollector.FilesystemBackedDelegate
-
- AsciiBoxStringBuilder - Class in com.facebook.buck.util.string
-
Writes lines inside of an ASCII art box, as for important messages.
- AsciiBoxStringBuilder(int) - Constructor for class com.facebook.buck.util.string.AsciiBoxStringBuilder
-
- asComposition(Class<Result1>, GraphComputation<Key1, Result1>) - Static method in class com.facebook.buck.core.graph.transformation.composition.Composition
-
- asDeclared() - Method in interface com.facebook.buck.core.artifact.Artifact
-
- asDeepImmutable(Object) - Static method in class com.facebook.buck.core.starlark.compatible.BuckSkylarkTypes
-
Attempt to get a deeply immutable instance of a value passed in from Skylark
- asElement() - Method in class com.facebook.buck.jvm.java.abi.source.StandalonePackageType
-
- asErrorText(String) - Method in class com.facebook.buck.util.Ansi
-
- asFunction() - Method in interface com.facebook.buck.util.function.ThrowingFunction
-
Returns a Function that will wrap any thrown exception in a RuntimeException.
- asFunction(ThrowingFunction<T2, R2, E2>) - Static method in interface com.facebook.buck.util.function.ThrowingFunction
-
A simple helper for constructing a Function from a throwing lambda.
- asGreenText(String) - Method in class com.facebook.buck.util.Ansi
-
- asHashCode() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
This method should be used sparingly as we are trying to favor Sha1HashCode
over HashCode, where appropriate. Currently, the
FileHashCache API is
written in terms of
HashCode, so conversions are common.
- asHighlightedFailureText(String) - Method in class com.facebook.buck.util.Ansi
-
- asHighlightedStatusText(Ansi.SeverityLevel, String) - Method in class com.facebook.buck.util.Ansi
-
- asHighlightedSuccessText(String) - Method in class com.facebook.buck.util.Ansi
-
- asHighlightedWarningText(String) - Method in class com.facebook.buck.util.Ansi
-
- asInformationText(String) - Method in class com.facebook.buck.util.Ansi
-
- ask(String) - Method in class com.facebook.buck.doctor.UserInput
-
- asMap() - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
-
- asMap() - Method in interface com.facebook.buck.util.cache.FileHashCacheEngine
-
- asMap() - Method in class com.facebook.buck.util.filesystem.FileSystemMap
-
Returns a copy of the leaves stored in the trie as a map.
- asNoWrap(Iterable<String>) - Method in class com.facebook.buck.util.Ansi
-
- asOutputArtifact() - Method in interface com.facebook.buck.core.artifact.Artifact
-
- asOutputArtifact() - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- asQueryBuildTargets(Set<? extends QueryTarget>) - Static method in class com.facebook.buck.cli.AbstractQueryCommand
-
- asRedText(String) - Method in class com.facebook.buck.util.Ansi
-
- AssembleDirectories - Class in com.facebook.buck.android
-
- AssembleDirectories(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ImmutableCollection<SourcePath>) - Constructor for class com.facebook.buck.android.AssembleDirectories
-
- assertArguments(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuildCommand
-
- assertArguments(CommandRunnerParams) - Method in class com.facebook.buck.cli.TestCommand
-
- assertGetTargetNode(DependencyStack) - Method in class com.facebook.buck.core.model.targetgraph.TargetNodeMaybeIncompatible
-
- assertNotMultipleMatches(Map<Selectable, ?>, String, BuildTarget) - Static method in class com.facebook.buck.core.select.AbstractSelectorListResolver
-
Assertion that ensures that the current configuration doesn't match multiple select dictionary
keys
- assertOnlyHasKeys(String...) - Method in class com.facebook.buck.core.build.engine.buildinfo.BuildInfoRecorder
-
- AssertScopeExclusiveAccess - Class in com.facebook.buck.util.concurrent
-
Makes it simple to assert that access to a piece of code should be done from one thread at a time
in a non-reentrant manner.
- AssertScopeExclusiveAccess() - Constructor for class com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess
-
- AssertScopeExclusiveAccess.Scope - Interface in com.facebook.buck.util.concurrent
-
- assertSelectorHasDefault(BuildTarget, DependencyStack, String, Selector<?>) - Static method in class com.facebook.buck.core.select.AbstractSelectorListResolver
-
Assertion for the selector to contain "DEFAULT" as key inside the dictionary.
- assertUnflavored() - Method in class com.facebook.buck.core.model.BuildTarget
-
Verifies that this build target has no flavors.
- assertUnflavored() - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
Verifies that this build target has no flavors.
- assertValid(String) - Static method in class com.facebook.buck.core.path.GenruleOutPath
-
Don't allow empty paths, absolute paths, paths ending with / or paths containing "."/".." Only
exception is when out = "."
- assetCatalogValidation() - Method in class com.facebook.buck.apple.AppleConfig
-
- ASSETS_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.android.AndroidResourceDescription
-
- asSkylarkOutputArtifact(Location) - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- asSkylarkOutputArtifact(Location) - Method in interface com.facebook.buck.core.starlark.rule.artifact.SkylarkArtifactApi
-
- asSource() - Method in interface com.facebook.buck.core.artifact.BoundArtifact
-
- asSource() - Method in class com.facebook.buck.core.artifact.SourceArtifactImpl
-
- asStage() - Method in interface com.facebook.buck.core.graph.transformation.composition.ComposedComputation
-
- asStage() - Method in class com.facebook.buck.core.graph.transformation.composition.LeftComposingComputation
-
- asStage() - Method in class com.facebook.buck.core.graph.transformation.composition.RightComposingComputation
-
- asString(ArtifactFilesystem, boolean, CommandLineArgs.ArgAndFormatString) - Static method in class com.facebook.buck.core.rules.actions.lib.args.CommandLineArgStringifier
-
- asString(ArtifactFilesystem, boolean, Object) - Static method in class com.facebook.buck.core.rules.actions.lib.args.CommandLineArgStringifier
-
- asSubtleText(String) - Method in class com.facebook.buck.util.Ansi
-
- asSuccessText(String) - Method in class com.facebook.buck.util.Ansi
-
- asSupplier() - Method in interface com.facebook.buck.util.function.ThrowingSupplier
-
Returns a Supplier that will wrap any thrown exception in a RuntimeException.
- asSymlinks() - Method in interface com.facebook.buck.features.python.PythonComponents
-
- asSymlinks() - Method in class com.facebook.buck.features.python.PythonMappedComponents
-
- asSymlinks() - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
- asView() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- asView() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- asWarningText(String) - Method in class com.facebook.buck.util.Ansi
-
- AsyncBackgroundTaskManager - Class in com.facebook.buck.support.bgtasks
-
- AsyncBackgroundTaskManager(int) - Constructor for class com.facebook.buck.support.bgtasks.AsyncBackgroundTaskManager
-
- AsyncBlobFetcher - Interface in com.facebook.buck.remoteexecution
-
Interface used by OutputsMaterializer to fetch outputs from the CAS.
- AsyncCounterRegistrationEvent(ImmutableList<Counter>) - Constructor for class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
-
- AsynchronousDirectoryContentsCleaner - Class in com.facebook.buck.io
-
Asynchronously cleans the contents of a directory.
- AsynchronousDirectoryContentsCleaner() - Constructor for class com.facebook.buck.io.AsynchronousDirectoryContentsCleaner
-
- AsyncLogHandler - Class in com.facebook.buck.log
-
Wraps a log Handler, e.g.
- AsyncLogHandler(LogFileHandler) - Constructor for class com.facebook.buck.log.AsyncLogHandler
-
- AsyncLogHandler(Supplier<Executor>, Handler) - Constructor for class com.facebook.buck.log.AsyncLogHandler
-
- AsyncVersionedTargetGraphBuilder - Class in com.facebook.buck.versions
-
Takes a regular
TargetGraph, resolves any versioned nodes, and returns a new graph with
the versioned nodes removed, transforming it asynchronously using
GraphComputation.
- AttrFilterFunction - Class in com.facebook.buck.query
-
A attrfilter(attribute, value, argument) filter expression, which computes the subset of nodes in
'argument' whose 'attribute' contains the given value.
- AttrFilterFunction() - Constructor for class com.facebook.buck.query.AttrFilterFunction
-
- Attribute<CoercedType> - Class in com.facebook.buck.core.starlark.rule.attr
-
Representation of a parameter of a user defined rule
- Attribute() - Constructor for class com.facebook.buck.core.starlark.rule.attr.Attribute
-
- ATTRIBUTE_DATA_OFFSET - Static variable in class com.facebook.buck.android.resources.ResTableType
-
- ATTRIBUTE_ESCAPER - Static variable in class com.facebook.buck.testrunner.TestXmlEscaper
-
- ATTRIBUTE_NAME_REF_OFFSET - Static variable in class com.facebook.buck.android.resources.ResTableType
-
- ATTRIBUTE_SIZE - Static variable in class com.facebook.buck.android.resources.ResourcesXml
-
- ATTRIBUTE_SIZE_OFFSET - Static variable in class com.facebook.buck.android.resources.ResTableType
-
- ATTRIBUTE_TYPE_OFFSET - Static variable in class com.facebook.buck.android.resources.ResTableType
-
- ATTRIBUTE_UNESCAPER - Static variable in class com.facebook.buck.test.TestXmlUnescaper
-
- AttributeHolder - Interface in com.facebook.buck.core.starlark.rule.attr
-
Simple wrapper object to hold onto Attribute objects and get around some type erasure problems in
SkylarkDict.getContents(Class, Class, String).
- AttrModule - Class in com.facebook.buck.skylark.function.attr
-
Class that actually instantiates Attribute objects for user defined rules
- AttrModule() - Constructor for class com.facebook.buck.skylark.function.attr.AttrModule
-
- AttrModuleApi - Interface in com.facebook.buck.skylark.function.attr
-
Skylark module used to configure the attribute schema for user defined rules
- AttrRegexFilterFunction - Class in com.facebook.buck.query
-
A attrregexfilter(attribute, pattern, argument) filter expression, which computes the subset of
nodes in 'argument' whose 'attribute' matches the given pattern.
- AttrRegexFilterFunction() - Constructor for class com.facebook.buck.query.AttrRegexFilterFunction
-
- AuditActionGraphCommand - Class in com.facebook.buck.cli
-
Command that dumps basic information about the action graph.
- AuditActionGraphCommand() - Constructor for class com.facebook.buck.cli.AuditActionGraphCommand
-
- AuditAliasCommand - Class in com.facebook.buck.cli
-
- AuditAliasCommand() - Constructor for class com.facebook.buck.cli.AuditAliasCommand
-
- AuditBuildInfoCommand - Class in com.facebook.buck.cli
-
A subcommand in `buck audit` that shows information about Buck build.
- AuditBuildInfoCommand() - Constructor for class com.facebook.buck.cli.AuditBuildInfoCommand
-
- AuditCellCommand - Class in com.facebook.buck.cli
-
- AuditCellCommand() - Constructor for class com.facebook.buck.cli.AuditCellCommand
-
- AuditClasspathCommand - Class in com.facebook.buck.cli
-
- AuditClasspathCommand() - Constructor for class com.facebook.buck.cli.AuditClasspathCommand
-
- AuditCommand - Class in com.facebook.buck.cli
-
- AuditCommand() - Constructor for class com.facebook.buck.cli.AuditCommand
-
- AuditConfigCommand - Class in com.facebook.buck.cli
-
- AuditConfigCommand() - Constructor for class com.facebook.buck.cli.AuditConfigCommand
-
- AuditDependenciesCommand - Class in com.facebook.buck.cli
-
- AuditDependenciesCommand() - Constructor for class com.facebook.buck.cli.AuditDependenciesCommand
-
- AuditFlavorsCommand - Class in com.facebook.buck.cli
-
List flavor domains for build targets.
- AuditFlavorsCommand() - Constructor for class com.facebook.buck.cli.AuditFlavorsCommand
-
- AuditIncludesCommand - Class in com.facebook.buck.cli
-
Evaluates a build file and prints out a list of build file extensions included at parse time.
- AuditIncludesCommand() - Constructor for class com.facebook.buck.cli.AuditIncludesCommand
-
- AuditInputCommand - Class in com.facebook.buck.cli
-
- AuditInputCommand() - Constructor for class com.facebook.buck.cli.AuditInputCommand
-
- AuditMbrCommand - Class in com.facebook.buck.cli
-
Provides utilities for debugging implementation of ModernBuildRule.
- AuditMbrCommand() - Constructor for class com.facebook.buck.cli.AuditMbrCommand
-
- AuditMbrIsolationCommand - Class in com.facebook.buck.cli
-
Generates an isolation report.
- AuditMbrIsolationCommand() - Constructor for class com.facebook.buck.cli.AuditMbrIsolationCommand
-
- AuditModulesCommand - Class in com.facebook.buck.cli
-
Prints the following information about all modules:
id,
hash,
dependencies.
- AuditModulesCommand() - Constructor for class com.facebook.buck.cli.AuditModulesCommand
-
- AuditOwnerCommand - Class in com.facebook.buck.cli
-
- AuditOwnerCommand() - Constructor for class com.facebook.buck.cli.AuditOwnerCommand
-
- AuditRulesCommand - Class in com.facebook.buck.cli
-
Evaluates a build file and prints out an equivalent build file with all includes/macros expanded.
- AuditRulesCommand() - Constructor for class com.facebook.buck.cli.AuditRulesCommand
-
- AuditRuleTypeCommand - Class in com.facebook.buck.cli
-
Prints a requested rule type as a Python function with all supported attributes.
- AuditRuleTypeCommand() - Constructor for class com.facebook.buck.cli.AuditRuleTypeCommand
-
- AuditRuleTypesCommand - Class in com.facebook.buck.cli
-
- AuditRuleTypesCommand() - Constructor for class com.facebook.buck.cli.AuditRuleTypesCommand
-
- AuditTestsCommand - Class in com.facebook.buck.cli
-
- AuditTestsCommand() - Constructor for class com.facebook.buck.cli.AuditTestsCommand
-
- AuthAwareDownloader - Interface in com.facebook.buck.file.downloader
-
Downloads bytes using an optional authentication.
- AUTO - Static variable in class com.facebook.buck.features.project.intellij.aggregation.AggregationMode
-
- AUTO_RE_BUILD_PROJECTS_WHITELIST_KEY - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
- AUTO_RE_BUILD_USERS_BLACKLIST_KEY - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
- AUTO_RE_EXPERIMENT_PROPERTY_KEY - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
- AUTO_RE_STRATEGY_KEY - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
Strategy used to determine whether to enable Remote Execution automatically for the current
build
- AutoCloseableLock - Class in com.facebook.buck.util.concurrent
-
- AutoCloseableReadWriteLock - Class in com.facebook.buck.util.concurrent
-
Convenience wrapper around
ReentrantReadWriteLock that, when
combined with try-with-resources pattern, automatically unlocks the lock once the
try
section is completed.
- AutoCloseableReadWriteLock() - Constructor for class com.facebook.buck.util.concurrent.AutoCloseableReadWriteLock
-
- AutoCloseableReadWriteUpdateLock - Class in com.facebook.buck.util.concurrent
-
- AutoCloseableReadWriteUpdateLock() - Constructor for class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
-
- autogenerateSources() - Method in class com.facebook.buck.features.project.intellij.model.IjModuleAndroidFacet
-
- AutoRemoteExecutionStrategy - Enum in com.facebook.buck.remoteexecution.config
-
Strategy used to determine whether to enable Remote Execution automatically for the current
build.
- AutoStartInstance(Consumer<String>, Duration) - Constructor for class com.facebook.buck.cli.HangMonitor.AutoStartInstance
-
- awaitTermination() - Method in class com.facebook.buck.remoteexecution.grpc.server.GrpcServer
-
- awaitTermination(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- Cache(String) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache
-
- CACHE_CHECK_RESOURCE_AMOUNTS - Static variable in class com.facebook.buck.core.build.engine.impl.CachingBuildEngine
-
- CACHE_MODE - Static variable in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent
-
- CACHE_MODE - Static variable in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
-
- CACHE_MODE - Static variable in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent
-
- CACHE_RATE_STATS_UPDATE_EVENT - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
-
- CACHE_TIME_MS - Static variable in class com.facebook.buck.slb.ServerHealthManager
-
- cacheBundlesAndPackages() - Method in class com.facebook.buck.apple.AppleConfig
-
- CacheCommand - Class in com.facebook.buck.cli
-
A command for inspecting the artifact cache.
- CacheCommand() - Constructor for class com.facebook.buck.cli.CacheCommand
-
- CacheCountersSummary - Class in com.facebook.buck.artifact_cache
-
Utility class to help outputting the information to the machine-readable log.
- CacheCountersSummary() - Constructor for class com.facebook.buck.artifact_cache.CacheCountersSummary
-
- CacheCountersSummaryEvent - Class in com.facebook.buck.artifact_cache
-
- CacheDecorator - Interface in com.facebook.buck.artifact_cache
-
A Cache that wraps another cache and performs additional things, e.g.
- CacheDeleteCommand - Class in com.facebook.buck.cli
-
A command for deleting artifacts from cache.
- CacheDeleteCommand() - Constructor for class com.facebook.buck.cli.CacheDeleteCommand
-
- CacheDeleteResult - Class in com.facebook.buck.artifact_cache
-
Result of delete from cache command.
- CacheDeleteResult() - Constructor for class com.facebook.buck.artifact_cache.CacheDeleteResult
-
- cacheError() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
- cacheMode() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
- CacheRateStatsKeeper - Class in com.facebook.buck.event.listener.stats.cache
-
Measure CACHE HIT % based on total cache misses and the theoretical total number of build rules.
- CacheRateStatsKeeper() - Constructor for class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper
-
- CacheRateStatsKeeper.CacheRateStatsUpdateEvent - Class in com.facebook.buck.event.listener.stats.cache
-
- CacheRateStatsListener - Class in com.facebook.buck.event.listener
-
Posts rate-limited cache rate update events for the WebSocket to consume.
- CacheRateStatsListener(BuckEventBus) - Constructor for class com.facebook.buck.event.listener.CacheRateStatsListener
-
- cacheRateStatsUpdate(CacheRateStatsKeeper.CacheRateStatsUpdateEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
-
- CacheRateStatsUpdateEvent(int, int, int, int, int) - Constructor for class com.facebook.buck.event.listener.stats.cache.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
-
- CacheRateStatsUpdateExternalEventInterface - Interface in com.facebook.buck.event.external.events
-
Sent to update the WebSocket clients about cache misses and errors.
- CacheReadMode - Enum in com.facebook.buck.artifact_cache.config
-
Describes whether the cache allows stores.
- CacheResult - Class in com.facebook.buck.artifact_cache
-
- CacheResult() - Constructor for class com.facebook.buck.artifact_cache.CacheResult
-
- cacheResult() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
-
- CacheResultType - Enum in com.facebook.buck.artifact_cache
-
- cacheSource() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
- CacheStats - Class in com.facebook.buck.util.cache
-
Class containing various cache statistics
- CacheStats() - Constructor for class com.facebook.buck.util.cache.CacheStats
-
- CacheStats.Builder - Class in com.facebook.buck.util.cache
-
- CacheStatsEvent - Class in com.facebook.buck.event
-
BuckEvent for passing cache stats through the event bus
- CacheStatsEvent(String, CacheStats) - Constructor for class com.facebook.buck.event.CacheStatsEvent
-
- CacheStatsTracker - Interface in com.facebook.buck.util.cache
-
Class that tracks cache statistics, including timings.
- CacheStatsTracker.CacheRequest - Interface in com.facebook.buck.util.cache
-
Class that keeps record and timings of a single cache request
- cacheWasEmpty - Variable in class com.facebook.buck.event.ActionGraphEvent.Cache.Miss
-
- CachingBuildEngine - Class in com.facebook.buck.core.build.engine.impl
-
A build engine used to build a
BuildRule which also caches the results.
- CachingBuildEngine(CachingBuildEngineDelegate, Optional<BuildRuleStrategy>, WeightedListeningExecutorService, BuildType, DepFiles, long, Optional<Long>, BuildRuleResolver, BuildEngineActionToBuildRuleResolver, TargetConfigurationSerializer, BuildInfoStoreManager, ResourceAwareSchedulingInfo, boolean, RuleKeyFactories) - Constructor for class com.facebook.buck.core.build.engine.impl.CachingBuildEngine
-
- CachingBuildEngine.DefaultBuildRuleBuilderDelegate - Class in com.facebook.buck.core.build.engine.impl
-
- CachingBuildEngineBuckConfig - Class in com.facebook.buck.core.build.engine.config
-
- CachingBuildEngineBuckConfig() - Constructor for class com.facebook.buck.core.build.engine.config.CachingBuildEngineBuckConfig
-
- CachingBuildEngineDelegate - Interface in com.facebook.buck.core.build.engine.delegate
-
- CachingGlobber - Class in com.facebook.buck.skylark.io.impl
-
Globber implementation that caches expanded paths from previous invocations and reuses
them in case the glob with same
GlobSpec is requested again.
- CachingPlatformResolver - Class in com.facebook.buck.core.rules.platform
-
An implementation of
PlatformResolver that caches platforms created by a given delegate.
- CachingPlatformResolver(PlatformResolver) - Constructor for class com.facebook.buck.core.rules.platform.CachingPlatformResolver
-
- CachingQueryEvaluator<ENV_NODE_TYPE> - Class in com.facebook.buck.query
-
- CachingQueryEvaluator() - Constructor for class com.facebook.buck.query.CachingQueryEvaluator
-
- calculate(BuckEventBus, BuildRule) - Method in class com.facebook.buck.core.rulekey.calculator.ParallelRuleKeyCalculator
-
- CalculateAbi - Interface in com.facebook.buck.jvm.core
-
Tag interface for rules that calculate ABIs for Java code.
- CalculateClassAbi - Class in com.facebook.buck.jvm.java
-
Calculates Class ABI.
- CalculateClassAbi(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, SourcePath, AbiGenerationMode) - Constructor for class com.facebook.buck.jvm.java.CalculateClassAbi
-
- CalculateClassAbiStep - Class in com.facebook.buck.jvm.java
-
- CalculateClassAbiStep(ProjectFilesystem, Path, Path, AbiGenerationMode) - Constructor for class com.facebook.buck.jvm.java.CalculateClassAbiStep
-
- calculateClassHashes(ExecutionContext, ProjectFilesystem, Path) - Static method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
-
- calculateDepFileRuleKey(Optional<ImmutableList<String>>, boolean) - Method in class com.facebook.buck.core.build.engine.cache.manager.DependencyFileRuleKeyManager
-
- calculateInputBasedRuleKey() - Method in class com.facebook.buck.core.build.engine.cache.manager.InputBasedRuleKeyManager
-
- calculateManifestKey(BuckEventBus) - Method in class com.facebook.buck.core.build.engine.cache.manager.ManifestRuleKeyManager
-
- calculateManifestKey(SupportsDependencyFileRuleKey, BuckEventBus) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
- calculateMaxLen() - Method in class com.facebook.buck.support.cli.args.CmdLineParserWithPrintInformation
-
- calculateOutputSizeAndWriteMetadata(FileHashLoader, ImmutableSortedSet<Path>, Predicate<Long>) - Method in class com.facebook.buck.core.build.engine.buildinfo.DefaultOnDiskBuildInfo
-
- calculateOutputSizeAndWriteMetadata(FileHashLoader, ImmutableSortedSet<Path>, Predicate<Long>) - Method in interface com.facebook.buck.core.build.engine.buildinfo.OnDiskBuildInfo
-
- calculatePythonPlatformFlavorFromSection(String) - Method in class com.facebook.buck.features.python.PythonBuckConfig
-
- CalculateSourceAbi - Class in com.facebook.buck.jvm.java
-
Source Abi calculation.
- CalculateSourceAbi(BuildTarget, ProjectFilesystem, JarBuildStepsFactory, SourcePathRuleFinder) - Constructor for class com.facebook.buck.jvm.java.CalculateSourceAbi
-
- CalculateSourceAbi.SourceAbiBuildable - Class in com.facebook.buck.jvm.java
-
Buildable implementation.
- CalculateSourceAbiFromLibraryTarget - Class in com.facebook.buck.jvm.java
-
Calculates a Source ABI by copying the source ABI output from the library rule into a JAR.
- CalculateSourceAbiFromLibraryTarget(SourcePath, BuildTarget, ProjectFilesystem, SourcePathRuleFinder) - Constructor for class com.facebook.buck.jvm.java.CalculateSourceAbiFromLibraryTarget
-
- call() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
-
- call() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
-
- call() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
-
- call() - Method in interface com.facebook.buck.core.build.engine.cache.manager.BuildCacheArtifactFetcher.OnOutputsWillChange
-
- call(Object[], FuncallExpression, Environment) - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProvider
-
- call(List<Object>, Map<String, Object>, FuncallExpression, Environment) - Method in class com.facebook.buck.core.starlark.compatible.BuckStarlarkFunction
-
- call(Object[], FuncallExpression, Environment) - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
- call() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- call() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- call() - Method in class com.facebook.buck.util.InputStreamConsumer
-
- call(Object, ProcessExecutorParams, ImmutableMap<String, String>) - Method in interface com.facebook.buck.util.ProcessRegistry.ProcessRegisterCallback
-
- callback(int) - Method in class com.facebook.buck.util.sqlite.RetryBusyHandler
-
- callOnEachResource(Consumer<R>) - Method in class com.facebook.buck.util.concurrent.ResourcePool
-
- CanaryFactory - Class in com.facebook.buck.android.dalvik
-
Helper to create a "canary" class for the secondary DEX.
- canBeAggregated(IjProjectConfig) - Method in enum com.facebook.buck.features.project.intellij.model.IjModuleType
-
- canBorrow() - Method in class com.facebook.buck.io.file.BorrowablePath
-
- canBuild(BuildRule) - Method in interface com.facebook.buck.core.rules.build.strategy.BuildRuleStrategy
-
A rule will be built by the custom strategy only if canBuild() returns true.
- canBuild(BuildRule) - Method in class com.facebook.buck.rules.modern.builders.HybridLocalStrategy
-
- canBuild(BuildRule) - Method in class com.facebook.buck.rules.modern.builders.LocalFallbackStrategy
-
- canBuild(BuildRule) - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionStrategy
-
- cancel(Throwable) - Method in interface com.facebook.buck.core.rules.build.strategy.BuildRuleStrategy.StrategyBuildResult
-
Indicates that the caller is no longer interested in the result and the strategy is free to
cancel pending work.
- cancel() - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient.ExecutionHandle
-
- cancel(Throwable) - Method in class com.facebook.buck.rules.modern.builders.RemoteRuleContext
-
Call when action has been cancelled.
- canceled(BuildRule, Throwable) - Static method in class com.facebook.buck.core.build.engine.BuildResult
-
- cancelIfNotComplete(Throwable) - Method in interface com.facebook.buck.core.rules.build.strategy.BuildRuleStrategy.StrategyBuildResult
-
Tries to cancel the execution if work has not yet past the point of no return.
- canExecuteRemotely(T) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- canHandleException(Throwable) - Method in class com.facebook.buck.support.exceptions.handler.ExceptionHandler
-
- canMergeWith(IjFolder) - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- canMergeWith(IjFolder) - Method in class com.facebook.buck.features.project.intellij.model.folders.ResourceFolder
-
- canMergeWith(IjFolder) - Method in class com.facebook.buck.features.project.intellij.model.folders.SelfMergingOnlyFolder
-
- CannotInferException - Exception in com.facebook.buck.jvm.java.abi.source.api
-
- CannotInferException(String, Element) - Constructor for exception com.facebook.buck.jvm.java.abi.source.api.CannotInferException
-
- CannotInferException(String, TypeMirror) - Constructor for exception com.facebook.buck.jvm.java.abi.source.api.CannotInferException
-
- CanonicalCellName - Class in com.facebook.buck.core.cell.name
-
Provides a canonical identifier for a
Cell.
- CanonicalCellName() - Constructor for class com.facebook.buck.core.cell.name.CanonicalCellName
-
- canPutEntry(FileLike) - Method in class com.facebook.buck.android.dalvik.DalvikAwareOutputStreamHelper
-
- canStartSimulator(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
-
- canWrapBinaryBuildRule(BuildRule) - Static method in class com.facebook.buck.apple.AppleDebuggableBinary
-
Indicates whether its possible to wrap given _binary_ rule.
- Capability - Enum in com.facebook.buck.io.watchman
-
Various
capabilities
supported by different versions of Watchman.
- capitalize(String) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- CapturingPrintStream - Class in com.facebook.buck.util
-
- CapturingPrintStream() - Constructor for class com.facebook.buck.util.CapturingPrintStream
-
- CasBlobDownloadEvent - Class in com.facebook.buck.remoteexecution.event
-
Started/Finished event pairs for CAS blob downloads .
- CasBlobDownloadEvent(EventKey) - Constructor for class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent
-
- CasBlobDownloadEvent.Finished - Class in com.facebook.buck.remoteexecution.event
-
Download to the CAS has finished.
- CasBlobDownloadEvent.Started - Class in com.facebook.buck.remoteexecution.event
-
Download to the CAS has started.
- CasBlobUploader - Interface in com.facebook.buck.remoteexecution
-
Interface used to upload inputs/outputs to the CAS.
- CasBlobUploader.UploadResult - Class in com.facebook.buck.remoteexecution
-
Result (status/error message) of an upload.
- CasBlobUploadEvent - Class in com.facebook.buck.remoteexecution.event
-
Started/Finished event pairs for CAS blob uploads .
- CasBlobUploadEvent(EventKey) - Constructor for class com.facebook.buck.remoteexecution.event.CasBlobUploadEvent
-
- CasBlobUploadEvent.Finished - Class in com.facebook.buck.remoteexecution.event
-
Upload to the CAS has finished.
- CasBlobUploadEvent.Started - Class in com.facebook.buck.remoteexecution.event
-
Upload to the CAS has started.
- cast(Class<U>) - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- castArg(TargetNode<?>, Class<V>) - Static method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodes
-
Type safe checked cast of the constructor arg.
- category - Variable in class com.facebook.buck.core.rules.impl.SymlinkTree
-
- cc - Variable in enum com.facebook.buck.android.toolchain.ndk.NdkCompilerType
-
- CcFlagsMacro - Interface in com.facebook.buck.rules.macros
-
$(cflags) macro type.
- CcMacro - Interface in com.facebook.buck.rules.macros
-
$(cc) macro type.
- cCompiler - Variable in class com.facebook.buck.features.ocaml.OcamlCCompileStep.Args
-
- cDepInput - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- cDepInput - Variable in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- Cell - Interface in com.facebook.buck.core.cell
-
Represents a single checkout of a code base.
- CellConfig - Class in com.facebook.buck.core.cell
-
Hierarcical configuration of cell/section/key/value quadruples.
- CellConfig() - Constructor for class com.facebook.buck.core.cell.CellConfig
-
- CellConfig.Builder - Class in com.facebook.buck.core.cell
-
- CellMappingsFactory - Class in com.facebook.buck.core.cell.impl
-
- CellName - Class in com.facebook.buck.core.cell
-
Describes a cell name relative to another cell.
- CellName() - Constructor for class com.facebook.buck.core.cell.CellName
-
- CellNameResolver - Interface in com.facebook.buck.core.cell.nameresolver
-
- cellNameResolverForCell(CanonicalCellName) - Method in class com.facebook.buck.core.cell.DefaultCellNameResolverProvider
-
- cellNameResolverForCell(CanonicalCellName) - Method in interface com.facebook.buck.core.cell.nameresolver.CellNameResolverProvider
-
- CellNameResolverProvider - Interface in com.facebook.buck.core.cell.nameresolver
-
- CellPathResolver - Interface in com.facebook.buck.core.cell
-
- CellPathResolverView - Class in com.facebook.buck.core.cell
-
View of a subset of cells of a cell path resolver.
- CellPathResolverView(CellPathResolver, CellNameResolver, ImmutableSet<String>, Path) - Constructor for class com.facebook.buck.core.cell.CellPathResolverView
-
- CellProvider - Class in com.facebook.buck.core.cell
-
- CellProvider(NewCellPathResolver, Function<CellProvider, CacheLoader<AbsPath, Cell>>, Function<CellProvider, Cell>) - Constructor for class com.facebook.buck.core.cell.CellProvider
-
Create a cell provider with a specific cell loader, and optionally a special factory function
for the root cell.
- CellRelativePath - Class in com.facebook.buck.core.model
-
- CellRelativePath() - Constructor for class com.facebook.buck.core.model.CellRelativePath
-
- Cells - Class in com.facebook.buck.core.cell
-
Access all cells.
- Cells(Cell) - Constructor for class com.facebook.buck.core.cell.Cells
-
- certificate - Variable in class com.facebook.buck.android.AppBuilderBase.PrivateKeyAndCertificate
-
- CertificateInfo(X509Certificate, ImmutableList<X509Certificate>) - Constructor for class com.facebook.buck.artifact_cache.ClientCertificateHandler.CertificateInfo
-
Create a new CertificateInfo instance
- cFlags - Variable in class com.facebook.buck.features.ocaml.OcamlCCompileStep.Args
-
- CGoCompileStep - Class in com.facebook.buck.features.go
-
- CGoCompileStep(AbsPath, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<Path>, GoPlatform, Path) - Constructor for class com.facebook.buck.features.go.CGoCompileStep
-
- CGoGenerateImportStep - Class in com.facebook.buck.features.go
-
- CGoGenerateImportStep(AbsPath, ImmutableList<String>, GoPlatform, Supplier<String>, Path, Path) - Constructor for class com.facebook.buck.features.go.CGoGenerateImportStep
-
- CGoGenImport - Class in com.facebook.buck.features.go
-
- CGoGenImport(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Tool, GoPlatform, SourcePath, SourcePath) - Constructor for class com.facebook.buck.features.go.CGoGenImport
-
- CGoGenSource - Class in com.facebook.buck.features.go
-
- CGoGenSource(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Preprocessor, ImmutableSet<SourcePath>, HeaderSymlinkTree, Tool, ImmutableList<String>, PreprocessorFlags, Preprocessor, GoPlatform) - Constructor for class com.facebook.buck.features.go.CGoGenSource
-
- CGoLibrary - Class in com.facebook.buck.features.go
-
The CGoLibrary represents cgo build process which outputs the linkable object that is appended to
the native go compiled program (via pack tool).
- CgoLibraryDescription - Class in com.facebook.buck.features.go
-
- CgoLibraryDescription(GoBuckConfig, CxxBuckConfig, ToolchainProvider) - Constructor for class com.facebook.buck.features.go.CgoLibraryDescription
-
- CgoLibraryDescriptionArg - Class in com.facebook.buck.features.go
-
Immutable implementation of CgoLibraryDescription.AbstractCgoLibraryDescriptionArg.
- CgoLibraryDescriptionArg.Builder - Class in com.facebook.buck.features.go
-
- Change() - Constructor for class com.facebook.buck.io.watchman.WatchmanMultiplePathEvent.Change
-
- changedFiles(String) - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
-
- changedFiles(String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- changedFiles(String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
-
- changedFiles(String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
-
- characters(char[], int, int) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
-
- check() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
-
- check() - Method in class com.facebook.buck.apple.GroupedSource
-
- check() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
- check() - Method in interface com.facebook.buck.core.build.engine.manifest.ManifestStoreResult
-
- check() - Method in class com.facebook.buck.core.graph.transformation.model.ComposedKey
-
- check() - Method in interface com.facebook.buck.core.model.Flavor
-
- check() - Method in class com.facebook.buck.core.model.InternalFlavor
-
- check() - Method in class com.facebook.buck.core.model.RuleBasedTargetConfiguration
-
- check() - Method in class com.facebook.buck.core.model.RuleType
-
- check() - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodeImpl
-
- check() - Method in class com.facebook.buck.core.model.UserFlavor
-
- check() - Method in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetPattern
-
Validate that target name is only present when necessary
- check() - Method in class com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypes
-
- check() - Method in class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath
-
- check() - Method in class com.facebook.buck.core.test.rule.CoercedTestRunnerSpec
-
- check() - Method in class com.facebook.buck.core.test.rule.TestRunnerSpec
-
- check() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
-
- check() - Method in class com.facebook.buck.io.BuildCellRelativePath
-
Check the path is relative.
- check() - Method in class com.facebook.buck.parser.manifest.BuildPackagePathToBuildFileManifestKey
-
- check() - Method in class com.facebook.buck.parser.targetnode.BuildPackagePathToUnconfiguredTargetNodePackageKey
-
- check() - Method in class com.facebook.buck.parser.targetnode.BuildTargetToUnconfiguredTargetNodeKey
-
- check() - Method in class com.facebook.buck.parser.targetnode.UnconfiguredTargetNodeToUnconfiguredTargetNodeWithDepsKey
-
- check() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
- check() - Method in class com.facebook.buck.rules.coercer.SourceSet
-
- check() - Method in class com.facebook.buck.rules.coercer.SourceSortedSet
-
- check() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
- check() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
- check(BuildRule) - Method in class com.facebook.buck.rules.modern.tools.IsolationChecker
-
Serializes an object.
- check() - Method in class com.facebook.buck.util.PatternAndMessage
-
- check() - Method in class com.facebook.buck.zip.ZipScrubberStep
-
- checkAccess(Path, AccessMode...) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- checkArchive(boolean, String) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- checkArgument(boolean, Object) - Static method in class com.facebook.buck.core.exceptions.UserVerify
-
Verifies that argument is true.
- checkArgument(boolean, String, Object...) - Static method in class com.facebook.buck.core.exceptions.UserVerify
-
Verifies that argument is true.
- checkBaseName(String, String) - Static method in class com.facebook.buck.core.parser.buildtargetparser.BaseNameParser
-
Check base name is valid (e.
- checkBuckOut() - Method in class com.facebook.buck.io.filesystem.BuckPaths
-
- checkComponents() - Method in class com.facebook.buck.core.cell.CellName
-
- checkDependencyConsistency() - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- checkDuplicateSources(SourcePathResolverAdapter) - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
Checks that there are no files that appear both in srcs and platform_srcs
- checkForSourceOnlyAbiCompatibility() - Method in enum com.facebook.buck.jvm.java.abi.AbiGenerationMode
-
- checkGTestTestList() - Method in class com.facebook.buck.cxx.config.CxxBuckConfig
-
- checkHeadersUsage() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
-
- checkHeadersUsage() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
-
- checkInputBasedCaches() - Method in class com.facebook.buck.core.build.engine.cache.manager.InputBasedRuleKeyManager
-
- checkMatchingDepfile() - Method in class com.facebook.buck.core.build.engine.cache.manager.DependencyFileRuleKeyManager
-
- checkModularUsage() - Method in interface com.facebook.buck.apple.AppleNativeTargetDescriptionArg
-
- checkOutputAssignableTo(TypeToken<S>) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
Runtime checked cast.
- checkPathExistsAndResolve(String, String) - Method in class com.facebook.buck.core.config.BuckConfig
-
- checkPrefixAndPrecompiledHeaderArgs() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- checkRuleIsBuiltForCorrectTarget(BuildTarget, BuildRule) - Method in class com.facebook.buck.core.rules.resolver.impl.AbstractActionGraphBuilder
-
- checkTargetSupportsMultiarch(BuildTarget) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
-
Assert that target supports multiple architectures.
- checkUnconfiguredAssignableTo(TypeToken<S>) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
Runtime checked cast.
- checkVisibility(ObeysVisibility) - Method in interface com.facebook.buck.rules.visibility.VisibilityPattern
-
- child(DependencyStack.Element) - Method in class com.facebook.buck.core.exceptions.DependencyStack
-
Cons
- child(String) - Method in class com.facebook.buck.core.exceptions.DependencyStack
-
Cons
- ChromeTraceBuckConfig - Class in com.facebook.buck.event.chrome_trace
-
- ChromeTraceBuildListener - Class in com.facebook.buck.event.listener
-
Logs events to a json file formatted to be viewed in Chrome Trace View (chrome://tracing).
- ChromeTraceBuildListener(ProjectFilesystem, InvocationInfo, Clock, ChromeTraceBuckConfig, TaskManagerCommandScope, Optional<RemoteExecutionStatsProvider>, CriticalPathEventListener) - Constructor for class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ChromeTraceEvent - Class in com.facebook.buck.event.chrome_trace
-
Json format for Chrome Trace events that can be viewed in chrome://tracing.
- ChromeTraceEvent(String, String, ChromeTraceEvent.Phase, long, long, long, long, ImmutableMap<String, ? extends Object>) - Constructor for class com.facebook.buck.event.chrome_trace.ChromeTraceEvent
-
- ChromeTraceEvent.Phase - Enum in com.facebook.buck.event.chrome_trace
-
- ChromeTraceParser - Class in com.facebook.buck.util.trace
-
- ChromeTraceParser(ProjectFilesystem) - Constructor for class com.facebook.buck.util.trace.ChromeTraceParser
-
- ChromeTraceParser.ChromeTraceEventMatcher<T> - Interface in com.facebook.buck.util.trace
-
Extracts data of interest if it finds a Chrome trace event of the type it is looking for.
- ChromeTraceWriter - Class in com.facebook.buck.event.chrome_trace
-
Type-safe utility to write Chrome trace events to files.
- ChromeTraceWriter(OutputStream) - Constructor for class com.facebook.buck.event.chrome_trace.ChromeTraceWriter
-
Create a writer backed by specified output stream.
- ChromeTraceWriter(JsonGenerator) - Constructor for class com.facebook.buck.event.chrome_trace.ChromeTraceWriter
-
Create a writer backed by specified json generator.
- CHUNK_RES_TABLE_PACKAGE - Static variable in class com.facebook.buck.android.resources.ResChunk
-
- CHUNK_RES_TABLE_TYPE - Static variable in class com.facebook.buck.android.resources.ResChunk
-
- CHUNK_RES_TABLE_TYPE_SPEC - Static variable in class com.facebook.buck.android.resources.ResChunk
-
- CHUNK_RESOURCE_TABLE - Static variable in class com.facebook.buck.android.resources.ResChunk
-
- CHUNK_STRING_POOL - Static variable in class com.facebook.buck.android.resources.ResChunk
-
- CHUNK_XML_REF_MAP - Static variable in class com.facebook.buck.android.resources.ResChunk
-
- CHUNK_XML_TREE - Static variable in class com.facebook.buck.android.resources.ResChunk
-
- ChunkAccumulator - Class in com.facebook.buck.util
-
Accumulates
String chunks, keeping only the most recent to stay under a given maximum
size.
- ChunkAccumulator(Charset, long) - Constructor for class com.facebook.buck.util.ChunkAccumulator
-
- chunkArgs(Iterable<String>, int) - Static method in class com.facebook.buck.android.exopackage.RealAndroidDevice
-
Breaks a list of strings into groups whose total size is within some limit.
- ClangClCompiler - Class in com.facebook.buck.cxx.toolchain
-
Subclass of WindowsCompiler with overrides specific for clang-cl.
- ClangClCompiler(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.ClangClCompiler
-
- ClangClPreprocessor - Class in com.facebook.buck.cxx.toolchain
-
Preprocessor implementation for compilations using clang-cl.
- ClangClPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.ClangClPreprocessor
-
- ClangCompiler - Class in com.facebook.buck.cxx.toolchain
-
- ClangCompiler(Tool, ToolType, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.ClangCompiler
-
- ClangCompiler(Tool, ToolType, boolean, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.ClangCompiler
-
- ClangPreprocessor - Class in com.facebook.buck.cxx.toolchain
-
Preprocessor implementation for the Clang toolchain.
- ClangPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.ClangPreprocessor
-
- ClangWindowsArchiver - Class in com.facebook.buck.cxx.toolchain
-
Archiver implementation for the Clang for Windows toolchain.
- ClangWindowsArchiver(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.ClangWindowsArchiver
-
- ClangWindowsCompiler - Class in com.facebook.buck.cxx.toolchain
-
Compiler implementation for the Clang for Windows toolchain.
- ClangWindowsCompiler(Tool, ToolType, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.ClangWindowsCompiler
-
- ClangWindowsPreprocessor - Class in com.facebook.buck.cxx.toolchain
-
Preprocessor implementation for the Clang toolchain.
- ClangWindowsPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.ClangWindowsPreprocessor
-
- CLASS_ABI_FLAVOR - Static variable in class com.facebook.buck.jvm.core.JavaAbis
-
- CLASS_SECTION_HEADER - Static variable in class com.facebook.buck.android.WriteAppModuleMetadataStep
-
- ClassBasedComputationIdentifier<ResultType extends ComputeResult> - Class in com.facebook.buck.core.graph.transformation.model
-
- CLASSIFIER_SOURCES - Static variable in class com.facebook.buck.maven.aether.AetherUtil
-
- ClassInfo<T extends AddsToRuleKey> - Interface in com.facebook.buck.rules.modern
-
ClassInfo is used by ModernBuildRule to extract information from an AddsToRuleKey instance.
- ClassLoaderBootstrapper - Class in com.facebook.buck.cli.bootstrapper
-
This class sets up a separate ClassLoader for most of Buck's implementation, leaving only the
bare minimum bootstrapping classes (and a few classes for compatibility with library code that is
not ClassLoader-aware) in the system ClassLoader.
- ClassLoaderCache - Class in com.facebook.buck.util
-
Maintain a cache mapping class paths to class loaders that load from these class paths.
- ClassLoaderCache() - Constructor for class com.facebook.buck.util.ClassLoaderCache
-
- ClassNameFilter - Class in com.facebook.buck.android
-
Filter for internal class names.
- CLASSPATH_FILE_PROPERTY - Static variable in class com.facebook.buck.jvm.java.runner.FileClassPathRunner
-
- ClasspathAbiMacro - Class in com.facebook.buck.rules.macros
-
- ClasspathAbiMacro() - Constructor for class com.facebook.buck.rules.macros.ClasspathAbiMacro
-
- ClasspathAbiMacroExpander - Class in com.facebook.buck.rules.macros
-
Used to expand the macro $(classpath_abi //some:target) to the transitive abi's jars
path of that target, expanding all paths to be absolute.
- ClasspathAbiMacroExpander() - Constructor for class com.facebook.buck.rules.macros.ClasspathAbiMacroExpander
-
- ClasspathChecker - Class in com.facebook.buck.jvm.java
-
- ClasspathChecker() - Constructor for class com.facebook.buck.jvm.java.ClasspathChecker
-
- ClasspathFunction - Class in com.facebook.buck.rules.query
-
A classpath(expression [, depth]) expression that calculates targets in the classpath of the
given library or libraries.
- ClasspathFunction() - Constructor for class com.facebook.buck.rules.query.ClasspathFunction
-
- ClasspathMacro - Class in com.facebook.buck.rules.macros
-
- ClasspathMacro() - Constructor for class com.facebook.buck.rules.macros.ClasspathMacro
-
- ClasspathMacroExpander - Class in com.facebook.buck.rules.macros
-
Used to expand the macro $(classpath //some:target) to the transitive classpath of
that target, expanding all paths to be absolute.
- ClasspathMacroExpander() - Constructor for class com.facebook.buck.rules.macros.ClasspathMacroExpander
-
- ClasspathTraversal - Class in com.facebook.buck.jvm.java.classes
-
Traversal strategy for traversing a set of paths that themselves are traversed.
- ClasspathTraversal(Collection<Path>, ProjectFilesystem) - Constructor for class com.facebook.buck.jvm.java.classes.ClasspathTraversal
-
- ClasspathTraverser - Interface in com.facebook.buck.jvm.java.classes
-
- ClassUsageFileWriter - Interface in com.facebook.buck.jvm.java
-
- clean(BuckConfig, Path, Path, boolean, boolean) - Method in class com.facebook.buck.features.project.intellij.IJProjectCleaner
-
- clean(List<Diagnostic<? extends JavaFileObject>>) - Static method in class com.facebook.buck.jvm.java.DiagnosticCleaner
-
- clean(Path) - Method in class com.facebook.buck.util.DirectoryCleaner
-
- CleanBuildShutdownException - Exception in com.facebook.buck.util
-
* Exception sent to BuildEngine to shut it down cleanly, i.e.
- CleanBuildShutdownException(String) - Constructor for exception com.facebook.buck.util.CleanBuildShutdownException
-
- CleanCommand - Class in com.facebook.buck.cli
-
- CleanCommand() - Constructor for class com.facebook.buck.cli.CleanCommand
-
- CleanCommandBuckConfig - Class in com.facebook.buck.cli
-
Configuration options used by buck clean command.
- CleanCommandBuckConfig() - Constructor for class com.facebook.buck.cli.CleanCommandBuckConfig
-
- cleanup(SimplePerfEvent.Scope) - Method in class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
-
Additional cleanup.
- clear() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- clearCurrentThreadTracingInterfaceFromJsr199Javac() - Static method in class com.facebook.buck.event.api.BuckTracing
-
Used by Buck to disconnect this class from its tracing mechanism.
- clearLine() - Method in class com.facebook.buck.util.Ansi
-
Clears the line the cursor is currently on.
- clearPendingLogLines() - Method in class com.facebook.buck.event.listener.RenderingConsole
-
- clearToTheEndOfLine() - Method in class com.facebook.buck.util.Ansi
-
Clears from the cursor to the end of line.
- CliConfig - Class in com.facebook.buck.support.cli.config
-
- CliConfig() - Constructor for class com.facebook.buck.support.cli.config.CliConfig
-
- ClientCertificateHandler - Class in com.facebook.buck.artifact_cache
-
Holder and certificate parser for HTTPS client certificates.
- ClientCertificateHandler(HandshakeCertificates, Optional<HostnameVerifier>) - Constructor for class com.facebook.buck.artifact_cache.ClientCertificateHandler
-
- ClientCertificateHandler.CertificateInfo - Class in com.facebook.buck.artifact_cache
-
Holds response of parseCertificateChain
- ClientSideSlb - Class in com.facebook.buck.slb
-
- ClientSideSlb(ClientSideSlbConfig, OkHttpClient.Builder) - Constructor for class com.facebook.buck.slb.ClientSideSlb
-
- ClientSideSlb.ServerPing - Class in com.facebook.buck.slb
-
- clock - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- Clock - Interface in com.facebook.buck.util.timing
-
- ClockDuration - Class in com.facebook.buck.util.timing
-
Represents a difference between two time points obtained by
Clock.
- ClockDuration(long, long, long) - Constructor for class com.facebook.buck.util.timing.ClockDuration
-
- clone() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- cloneWith(BuckConfig) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheFactory
-
- cloneWith(BuckConfig) - Method in class com.facebook.buck.artifact_cache.ArtifactCaches
-
- cloneWith(BuckConfig) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache.NoopArtifactCacheFactory
-
- cloneWith(BuckConfig) - Method in class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
-
- cloneWithOutputStreams(PrintStream, PrintStream) - Method in class com.facebook.buck.util.ContextualProcessExecutor
-
- cloneWithOutputStreams(PrintStream, PrintStream) - Method in class com.facebook.buck.util.DefaultProcessExecutor
-
- cloneWithOutputStreams(PrintStream, PrintStream) - Method in interface com.facebook.buck.util.ProcessExecutor
-
Makes a clone of this process executor with the stdout and stderr streams overridden.
- close() - Method in class com.facebook.buck.android.AdbHelper
-
- close() - Method in class com.facebook.buck.android.dalvik.DalvikAwareOutputStreamHelper
-
- close() - Method in class com.facebook.buck.android.resources.ResourcesZipBuilder
-
- close() - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- close() - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
-
- close() - Method in class com.facebook.buck.artifact_cache.ArtifactCaches
-
- close() - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
-
- close() - Method in class com.facebook.buck.artifact_cache.FullyReadOnCloseInputStream
-
- close() - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
-
- close() - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
-
- close() - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
-
- close() - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
-
- close() - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCache
-
- close() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
-
- close() - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
-
- close() - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
-
- close() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
-
- close() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
-
- close() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
-
- close() - Method in class com.facebook.buck.cli.CommandThreadManager
-
- close() - Method in class com.facebook.buck.command.Build
-
- close() - Method in interface com.facebook.buck.core.build.engine.buildinfo.BuildInfoStore
-
- close() - Method in class com.facebook.buck.core.build.engine.buildinfo.SQLiteBuildInfoStore
-
- close() - Method in class com.facebook.buck.core.build.engine.cache.manager.BuildInfoStoreManager
-
- close() - Method in class com.facebook.buck.core.build.engine.impl.CachingBuildEngine
-
- close() - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- close() - Method in class com.facebook.buck.core.filesystems.BuckFileSystem
-
- close() - Method in interface com.facebook.buck.core.graph.transformation.executor.DepsAwareExecutor
-
Shuts down the executor workers immediately.
- close() - Method in class com.facebook.buck.core.graph.transformation.executor.impl.JavaExecutorBackedDefaultDepsAwareExecutor
-
- close() - Method in interface com.facebook.buck.core.graph.transformation.GraphTransformationEngine
-
Shuts down the engine and rejects any future computations
- close() - Method in class com.facebook.buck.core.graph.transformation.impl.DefaultGraphTransformationEngine
-
- close() - Method in interface com.facebook.buck.core.rules.build.strategy.BuildRuleStrategy
-
- close() - Method in interface com.facebook.buck.core.rules.pipeline.RulePipelineState
-
Called after the pipeline is done (either through success or failure partway through) to
release resources.
- close() - Method in class com.facebook.buck.counters.CounterRegistryImpl
-
- close() - Method in class com.facebook.buck.event.api.BuckTracing.TraceSection
-
- close() - Method in interface com.facebook.buck.event.BuckEventListener
-
Cleanup, output any trace data collected to the backing store.
- close() - Method in class com.facebook.buck.event.chrome_trace.ChromeTraceWriter
-
Close the underlying json generator.
- close() - Method in class com.facebook.buck.event.DefaultBuckEventBus
-
- close() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- close() - Method in class com.facebook.buck.event.listener.BuckEventOrderer
-
- close() - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- close() - Method in class com.facebook.buck.event.listener.FileSerializationOutputRuleDepsListener
-
- close() - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
-
- close() - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
-
- close() - Method in class com.facebook.buck.event.listener.LoggingBuildListener
-
- close() - Method in class com.facebook.buck.event.listener.LogUploaderListener
-
- close() - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- close() - Method in class com.facebook.buck.event.listener.RenderingConsole
-
Shuts down rendering.
- close() - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListener
-
- close() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
-
- close() - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- close() - Method in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- close() - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
-
- close() - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
-
- close() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
- close() - Method in interface com.facebook.buck.io.watchman.WatchmanClient
-
- close() - Method in class com.facebook.buck.io.windowspipe.WindowsNamedPipe
-
- close() - Method in class com.facebook.buck.jvm.java.abi.JarBuilderStubJarWriter
-
- close() - Method in interface com.facebook.buck.jvm.java.Javac.Invocation
-
- close() - Method in class com.facebook.buck.jvm.java.JavacEventSinkScopedSimplePerfEvent
-
- close() - Method in class com.facebook.buck.jvm.java.JavacPipelineState
-
- close() - Method in class com.facebook.buck.jvm.java.PluginFactory
-
- close() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- close() - Method in class com.facebook.buck.log.AsyncLogHandler
-
- close() - Method in class com.facebook.buck.log.ConsoleHandler
-
- close() - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
-
- close() - Method in interface com.facebook.buck.log.GlobalStateManager.LoggerIsMappedToThreadScope
-
- close() - Method in class com.facebook.buck.log.LogFileHandler
-
- close() - Method in class com.facebook.buck.log.LogFileHandlerDispatcher
-
- close() - Method in class com.facebook.buck.log.memory.MemoryHandler
-
- close() - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- close() - Method in class com.facebook.buck.log.thrift.ThriftRuleKeyLogger
-
Close the output stream
- close() - Method in interface com.facebook.buck.parser.api.FileParser
-
- close() - Method in class com.facebook.buck.parser.api.ForwardingProjectBuildFileParserDecorator
-
- close() - Method in class com.facebook.buck.parser.BuildTargetRawNodeParsePipeline
-
- close() - Method in class com.facebook.buck.parser.ConcurrentProjectBuildFileParser
-
- close() - Method in class com.facebook.buck.parser.decorators.EventReportingProjectBuildFileParser
-
- close() - Method in class com.facebook.buck.parser.GenericFileParsePipeline
-
- close() - Method in class com.facebook.buck.parser.HybridProjectBuildFileParser
-
- close() - Method in class com.facebook.buck.parser.PerBuildState
-
- close() - Method in class com.facebook.buck.parser.PythonDslProjectBuildFileParser
-
- close() - Method in class com.facebook.buck.parser.TargetSpecResolver
-
- close() - Method in class com.facebook.buck.parser.UnconfiguredTargetNodePipeline
-
- close() - Method in class com.facebook.buck.parser.UnconfiguredTargetNodeToTargetNodeParsePipeline
-
- close() - Method in class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionClients
-
- close() - Method in class com.facebook.buck.remoteexecution.grpc.server.GrpcServer
-
- close() - Method in class com.facebook.buck.remoteexecution.util.OutOfProcessIsolatedExecutionClients
-
- close() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher.DefaultContainerScope
-
Hashes the container iff non-empty (i.e.
- close() - Method in class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
-
- close() - Method in interface com.facebook.buck.rules.keys.RuleKeyCacheScope
-
- close() - Method in class com.facebook.buck.rules.modern.builders.HybridLocalStrategy
-
- close() - Method in class com.facebook.buck.rules.modern.builders.LocalFallbackStrategy
-
- close() - Method in class com.facebook.buck.rules.modern.builders.RemoteExecutionStrategy
-
- close() - Method in class com.facebook.buck.slb.ClientSideSlb
-
- close() - Method in interface com.facebook.buck.slb.HttpLoadBalancer
-
- close() - Method in interface com.facebook.buck.slb.HttpService
-
- close() - Method in class com.facebook.buck.slb.HybridThriftOverHttpServiceImpl
-
- close() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
-
- close() - Method in class com.facebook.buck.slb.LoadBalancedService
-
- close() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
-
- close() - Method in class com.facebook.buck.slb.RetryingHttpService
-
- close() - Method in class com.facebook.buck.slb.SingleUriService
-
- close() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceImpl
-
- close() - Method in class com.facebook.buck.support.bgtasks.TaskManagerCommandScope
-
- close() - Method in class com.facebook.buck.support.state.BuckGlobalState
-
- close() - Method in class com.facebook.buck.util.AbstractCloseableMemoizedSupplier
-
- close() - Method in class com.facebook.buck.util.AbstractCloseableWrapper
-
- close() - Method in class com.facebook.buck.util.ClassLoaderCache
-
- close() - Method in class com.facebook.buck.util.CloseableHolder
-
- close() - Method in interface com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess.Scope
-
- close() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
-
- close() - Method in class com.facebook.buck.util.concurrent.ResourcePool
-
- close() - Method in class com.facebook.buck.util.hash.HasherOutputStream
-
- close() - Method in class com.facebook.buck.util.LineFetcher
-
- close() - Method in class com.facebook.buck.util.NamedTemporaryDirectory
-
- close() - Method in class com.facebook.buck.util.NamedTemporaryFile
-
- close() - Method in class com.facebook.buck.util.network.offline.OfflineScribeLogger
-
- close() - Method in class com.facebook.buck.util.network.ThriftScribeLogger
-
- close() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
-
- close() - Method in class com.facebook.buck.util.perf.ProcessTracker
-
- close() - Method in interface com.facebook.buck.util.Scope
-
- close() - Method in class com.facebook.buck.util.TeeOutputStream
-
- close() - Method in class com.facebook.buck.util.zip.CustomZipOutputStream
-
- close() - Method in class com.facebook.buck.util.zip.DeterministicZipBuilder
-
- close() - Method in interface com.facebook.buck.util.zip.JarEntryContainer
-
- close() - Method in class com.facebook.buck.worker.WorkerProcess
-
- close() - Method in interface com.facebook.buck.worker.WorkerProcessPool
-
- close() - Method in class com.facebook.buck.worker.WorkerProcessPoolAsync
-
- close() - Method in class com.facebook.buck.worker.WorkerProcessPoolSync.BorrowedWorkerProcess
-
Returns ownership of the borrowed worker process back to the pool it was retrieved from.
- close() - Method in class com.facebook.buck.worker.WorkerProcessPoolSync
-
- close() - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandSender
-
Instructs the CommandReceiver to shut itself down.
- close() - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
-
- CloseableHolder<T extends Closeable> - Class in com.facebook.buck.util
-
CloseableHolder is used to pass ownership of a Closeable.
- CloseableHolder(T) - Constructor for class com.facebook.buck.util.CloseableHolder
-
- CloseableMemoizedSupplier<T> - Class in com.facebook.buck.util
-
Convenience wrapper class to attach closeable functionality to suppliers of resources to be
closed.
- CloseableWrapper<T> - Class in com.facebook.buck.util
-
Convenience wrapper class to attach closeable functionality to non-closeable class so it can be
used with try-with-resources to make sure resources are always released and proper exception
suppression is used.
- closeEntry() - Method in class com.facebook.buck.util.zip.CustomZipOutputStream
-
- CloseHandle(WinNT.HANDLE) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
-
- closeLogFile() - Static method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
-
- closeStdin(boolean) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
-
Closes the stdin of the process.
- cmd - Variable in class com.facebook.buck.shell.GenruleBuildable
-
The shell command to run to generate the output file.
- cmdExe - Variable in class com.facebook.buck.shell.GenruleBuildable
-
The cmd shell command to generate the output file.
- CmdLineParserWithPrintInformation - Class in com.facebook.buck.support.cli.args
-
An implementation of CmdLineParser that can provide some information that can be used to
print help in more flexible form than CmdLineParser.
- CmdLineParserWithPrintInformation(Object) - Constructor for class com.facebook.buck.support.cli.args.CmdLineParserWithPrintInformation
-
- CODE_SIGN_ENTITLEMENTS - Static variable in class com.facebook.buck.apple.AppleBundle
-
- coderResult - Variable in class com.facebook.buck.util.charset.NulTerminatedCharsetDecoder.Result
-
- CodeSignIdentity - Class in com.facebook.buck.apple.toolchain
-
Represents a identity used in code signing.
- CodeSignIdentity() - Constructor for class com.facebook.buck.apple.toolchain.CodeSignIdentity
-
- CodeSignIdentityStore - Interface in com.facebook.buck.apple.toolchain
-
A collection of code sign identities.
- CodeSignIdentityStoreFactory - Class in com.facebook.buck.apple.toolchain.impl
-
- CodeSignIdentityStoreFactory() - Constructor for class com.facebook.buck.apple.toolchain.impl.CodeSignIdentityStoreFactory
-
- coerce(TestRunnerSpec, StringWithMacrosConverter) - Static method in class com.facebook.buck.core.test.rule.coercer.TestRunnerSpecCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableList<String>) - Method in class com.facebook.buck.rules.coercer.AbsoluteOutputMacroTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFieldsTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableList<String>) - Method in class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, UnconfiguredBuildTarget) - Method in class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, UnconfiguredBuildTargetWithOutputs) - Method in class com.facebook.buck.rules.coercer.BuildTargetWithOutputsTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableList<String>) - Method in class com.facebook.buck.rules.coercer.CxxGenruleFilterAndTargetsMacroTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetTraversalCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Either<LU, RU>) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableList<String>) - Method in class com.facebook.buck.rules.coercer.EnvMacroTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.ImmutableTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, T) - Method in class com.facebook.buck.rules.coercer.LeafUnconfiguredOnlyCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableList<U>) - Method in class com.facebook.buck.rules.coercer.ListTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.ManifestEntriesTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableMap<KU, VU>) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Optional<U>) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableList<String>) - Method in class com.facebook.buck.rules.coercer.OutputMacroTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Pair<FU, SU>) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.QueryCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableSet<U>) - Method in class com.facebook.buck.rules.coercer.SetTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableSortedMap<KU, VU>) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableList<U>) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, UnconfiguredSourcePath) - Method in class com.facebook.buck.rules.coercer.SourcePathTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.SourceSetTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.SourceSortedSetTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.TestRunnerSpecCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, U) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
-
- coerce(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableList<String>) - Method in class com.facebook.buck.rules.coercer.ZeroArgMacroTypeCoercer
-
- coerceBoth(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, Object) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
- CoercedTestRunnerSpec - Class in com.facebook.buck.core.test.rule
-
The freeform JSON test protocol specification.
- CoercedTestRunnerSpec() - Constructor for class com.facebook.buck.core.test.rule.CoercedTestRunnerSpec
-
- CoerceFailedException - Exception in com.facebook.buck.rules.coercer
-
- CoerceFailedException(String) - Constructor for exception com.facebook.buck.rules.coercer.CoerceFailedException
-
- CoerceFailedException(String, Throwable) - Constructor for exception com.facebook.buck.rules.coercer.CoerceFailedException
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.BuildTargetWithOutputsTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.EnumTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.FlavorTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.IdentityTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.ImmutableTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.LeafTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.ListTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.LogLevelTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.NumberTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.PathTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.PatternTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.QueryCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.SetTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.SourcePathTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.SourceSetTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.SourceSortedSetTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.TestRunnerSpecCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
Coerce to a value for unconfigured graph.
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.UnconfiguredBuildTargetTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.UnconfiguredBuildTargetWithOutputsTypeCoercer
-
- coerceToUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, Object) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
-
- collect() - Method in class com.facebook.buck.core.exceptions.DependencyStack
-
Collect the stack elements, top first
- collect(Set<Path>, Path) - Method in class com.facebook.buck.remoteexecution.util.OutputsCollector
-
Returns the collected output information.
- collectAndSubmitResult() - Method in class com.facebook.buck.doctor.AbstractReport
-
- collectCxxPreprocessorInput(BuildTarget, CxxPlatform, ActionGraphBuilder, Iterable<BuildRule>, ImmutableMultimap<CxxSource.Type, ? extends Arg>, ImmutableList<HeaderSymlinkTree>, ImmutableSet<FrameworkPath>, Iterable<CxxPreprocessorInput>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<String>, ProjectFilesystem) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- collectDirectAssetCatalogs(TargetGraph, TargetNode<?>) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
- collectDirectResources(TargetGraph, TargetNode<?>) - Static method in class com.facebook.buck.apple.AppleResources
-
- CollectedOutputs(ImmutableList<Protocol.OutputFile>, ImmutableList<Protocol.OutputDirectory>, ImmutableSet<UploadDataSupplier>) - Constructor for class com.facebook.buck.remoteexecution.util.OutputsCollector.CollectedOutputs
-
- collectInitializationErrors(List<Throwable>) - Method in class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
-
Override default init error collector so that class without any test methods will pass
- CollectionTypeCoercer<D extends com.google.common.collect.ImmutableCollection<U>,C extends com.google.common.collect.ImmutableCollection<T>,U,T> - Class in com.facebook.buck.rules.coercer
-
Base class for ImmutableCollection subclasses coercers.
- collectNodesWithExportInfo() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoExportTrieNode
-
Performs a depth-first traversal of the trie and collects all nodes which have non-null export
info.
- collectRecursiveAssetCatalogs(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, Iterable<TargetNode<T>>, AppleBuildRules.RecursiveDependenciesMode, Predicate<BuildTarget>) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
Collect recursive asset catalogs
- collectRecursiveResources(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, TargetNode<?>, AppleBuildRules.RecursiveDependenciesMode) - Static method in class com.facebook.buck.apple.AppleResources
-
Collect resources from recursive dependencies.
- collectRecursiveWrapperResources(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, Iterable<TargetNode<T>>, AppleBuildRules.RecursiveDependenciesMode) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
Collect recursive wrapper resources
- collectResourceDirsAndFiles(XCodeDescriptions, TargetGraph, BuildRuleResolver, Optional<AppleDependenciesCache>, TargetNode<T>, AppleCxxPlatform, AppleBuildRules.RecursiveDependenciesMode, Predicate<BuildTarget>) - Static method in class com.facebook.buck.apple.AppleResources
-
Collect resource dirs and files
- collectStringsFilterAdjacentDupes() - Method in class com.facebook.buck.core.exceptions.DependencyStack
-
Collect the stack elements, top first, converting all elements to strings, and filtering out
adjacent duplicates.
- collectTargetPatterns(Collection<String>) - Method in class com.facebook.buck.query.QueryExpression
-
Collects all target patterns that are referenced anywhere within this query expression and adds
them to the given collection, which must be mutable.
- collectTransitiveBuildRuleTargets(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, ImmutableSet<Class<? extends BaseDescription<?>>>, Collection<TargetNode<?>>, AppleBuildRules.RecursiveDependenciesMode) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
Collects transitive target nodes of type included in descriptionClasses
- collectTransitiveBuildRuleTargetsWithTransform(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, ImmutableSet<Class<? extends BaseDescription<?>>>, Collection<TargetNode<?>>, AppleBuildRules.RecursiveDependenciesMode, Function<TargetNode<?>, T>, Predicate<BuildTarget>) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
Collect the transitive target node dependencies using some RecursiveDependenciesMode.
- collectTransitiveBuildTargetArg(XCodeDescriptions, TargetGraph, Optional<AppleDependenciesCache>, ImmutableSet<Class<? extends BaseDescription<?>>>, Collection<TargetNode<?>>, AppleBuildRules.RecursiveDependenciesMode, Predicate<BuildTarget>) - Static method in class com.facebook.buck.apple.AppleBuildRules
-
- com.facebook.buck.android - package com.facebook.buck.android
-
- com.facebook.buck.android.aapt - package com.facebook.buck.android.aapt
-
- com.facebook.buck.android.agent - package com.facebook.buck.android.agent
-
- com.facebook.buck.android.agent.util - package com.facebook.buck.android.agent.util
-
- com.facebook.buck.android.apkmodule - package com.facebook.buck.android.apkmodule
-
- com.facebook.buck.android.dalvik - package com.facebook.buck.android.dalvik
-
- com.facebook.buck.android.dalvik.firstorder - package com.facebook.buck.android.dalvik.firstorder
-
- com.facebook.buck.android.device - package com.facebook.buck.android.device
-
- com.facebook.buck.android.exopackage - package com.facebook.buck.android.exopackage
-
- com.facebook.buck.android.packageable - package com.facebook.buck.android.packageable
-
- com.facebook.buck.android.redex - package com.facebook.buck.android.redex
-
- com.facebook.buck.android.relinker - package com.facebook.buck.android.relinker
-
- com.facebook.buck.android.resources - package com.facebook.buck.android.resources
-
- com.facebook.buck.android.toolchain - package com.facebook.buck.android.toolchain
-
- com.facebook.buck.android.toolchain.common - package com.facebook.buck.android.toolchain.common
-
- com.facebook.buck.android.toolchain.impl - package com.facebook.buck.android.toolchain.impl
-
- com.facebook.buck.android.toolchain.ndk - package com.facebook.buck.android.toolchain.ndk
-
- com.facebook.buck.android.toolchain.ndk.impl - package com.facebook.buck.android.toolchain.ndk.impl
-
- com.facebook.buck.android.toolchain.platform - package com.facebook.buck.android.toolchain.platform
-
- com.facebook.buck.apple - package com.facebook.buck.apple
-
- com.facebook.buck.apple.clang - package com.facebook.buck.apple.clang
-
- com.facebook.buck.apple.device - package com.facebook.buck.apple.device
-
- com.facebook.buck.apple.platform_type - package com.facebook.buck.apple.platform_type
-
- com.facebook.buck.apple.simulator - package com.facebook.buck.apple.simulator
-
- com.facebook.buck.apple.toolchain - package com.facebook.buck.apple.toolchain
-
- com.facebook.buck.apple.toolchain.impl - package com.facebook.buck.apple.toolchain.impl
-
- com.facebook.buck.apple.xcode - package com.facebook.buck.apple.xcode
-
- com.facebook.buck.apple.xcode.xcodeproj - package com.facebook.buck.apple.xcode.xcodeproj
-
- com.facebook.buck.artifact_cache - package com.facebook.buck.artifact_cache
-
- com.facebook.buck.artifact_cache.config - package com.facebook.buck.artifact_cache.config
-
- com.facebook.buck.cli - package com.facebook.buck.cli
-
- com.facebook.buck.cli.bootstrapper - package com.facebook.buck.cli.bootstrapper
-
- com.facebook.buck.command - package com.facebook.buck.command
-
- com.facebook.buck.command.config - package com.facebook.buck.command.config
-
- com.facebook.buck.core.artifact - package com.facebook.buck.core.artifact
-
- com.facebook.buck.core.artifact.converter - package com.facebook.buck.core.artifact.converter
-
- com.facebook.buck.core.build.action - package com.facebook.buck.core.build.action
-
- com.facebook.buck.core.build.action.resolver - package com.facebook.buck.core.build.action.resolver
-
- com.facebook.buck.core.build.buildable.context - package com.facebook.buck.core.build.buildable.context
-
- com.facebook.buck.core.build.context - package com.facebook.buck.core.build.context
-
- com.facebook.buck.core.build.engine - package com.facebook.buck.core.build.engine
-
- com.facebook.buck.core.build.engine.buildinfo - package com.facebook.buck.core.build.engine.buildinfo
-
- com.facebook.buck.core.build.engine.cache.manager - package com.facebook.buck.core.build.engine.cache.manager
-
- com.facebook.buck.core.build.engine.config - package com.facebook.buck.core.build.engine.config
-
- com.facebook.buck.core.build.engine.delegate - package com.facebook.buck.core.build.engine.delegate
-
- com.facebook.buck.core.build.engine.impl - package com.facebook.buck.core.build.engine.impl
-
- com.facebook.buck.core.build.engine.manifest - package com.facebook.buck.core.build.engine.manifest
-
- com.facebook.buck.core.build.engine.type - package com.facebook.buck.core.build.engine.type
-
- com.facebook.buck.core.build.event - package com.facebook.buck.core.build.event
-
- com.facebook.buck.core.build.execution.context - package com.facebook.buck.core.build.execution.context
-
- com.facebook.buck.core.build.stats - package com.facebook.buck.core.build.stats
-
- com.facebook.buck.core.cell - package com.facebook.buck.core.cell
-
- com.facebook.buck.core.cell.exception - package com.facebook.buck.core.cell.exception
-
- com.facebook.buck.core.cell.impl - package com.facebook.buck.core.cell.impl
-
- com.facebook.buck.core.cell.name - package com.facebook.buck.core.cell.name
-
- com.facebook.buck.core.cell.nameresolver - package com.facebook.buck.core.cell.nameresolver
-
- com.facebook.buck.core.config - package com.facebook.buck.core.config
-
- com.facebook.buck.core.description - package com.facebook.buck.core.description
-
- com.facebook.buck.core.description.arg - package com.facebook.buck.core.description.arg
-
- com.facebook.buck.core.description.attr - package com.facebook.buck.core.description.attr
-
- com.facebook.buck.core.description.impl - package com.facebook.buck.core.description.impl
-
- com.facebook.buck.core.description.metadata - package com.facebook.buck.core.description.metadata
-
- com.facebook.buck.core.exceptions - package com.facebook.buck.core.exceptions
-
- com.facebook.buck.core.exceptions.config - package com.facebook.buck.core.exceptions.config
-
- com.facebook.buck.core.files - package com.facebook.buck.core.files
-
- com.facebook.buck.core.filesystems - package com.facebook.buck.core.filesystems
-
- com.facebook.buck.core.graph.transformation - package com.facebook.buck.core.graph.transformation
-
- com.facebook.buck.core.graph.transformation.composition - package com.facebook.buck.core.graph.transformation.composition
-
- com.facebook.buck.core.graph.transformation.executor - package com.facebook.buck.core.graph.transformation.executor
-
- com.facebook.buck.core.graph.transformation.executor.config - package com.facebook.buck.core.graph.transformation.executor.config
-
- com.facebook.buck.core.graph.transformation.executor.factory - package com.facebook.buck.core.graph.transformation.executor.factory
-
- com.facebook.buck.core.graph.transformation.executor.impl - package com.facebook.buck.core.graph.transformation.executor.impl
-
- com.facebook.buck.core.graph.transformation.impl - package com.facebook.buck.core.graph.transformation.impl
-
- com.facebook.buck.core.graph.transformation.model - package com.facebook.buck.core.graph.transformation.model
-
- com.facebook.buck.core.io - package com.facebook.buck.core.io
-
- com.facebook.buck.core.linkgroup - package com.facebook.buck.core.linkgroup
-
- com.facebook.buck.core.macros - package com.facebook.buck.core.macros
-
- com.facebook.buck.core.model - package com.facebook.buck.core.model
-
- com.facebook.buck.core.model.actiongraph - package com.facebook.buck.core.model.actiongraph
-
- com.facebook.buck.core.model.actiongraph.computation - package com.facebook.buck.core.model.actiongraph.computation
-
- com.facebook.buck.core.model.graph - package com.facebook.buck.core.model.graph
-
- com.facebook.buck.core.model.impl - package com.facebook.buck.core.model.impl
-
- com.facebook.buck.core.model.platform - package com.facebook.buck.core.model.platform
-
- com.facebook.buck.core.model.platform.impl - package com.facebook.buck.core.model.platform.impl
-
- com.facebook.buck.core.model.targetgraph - package com.facebook.buck.core.model.targetgraph
-
- com.facebook.buck.core.model.targetgraph.impl - package com.facebook.buck.core.model.targetgraph.impl
-
- com.facebook.buck.core.model.targetgraph.raw - package com.facebook.buck.core.model.targetgraph.raw
-
- com.facebook.buck.core.model.tc.factory - package com.facebook.buck.core.model.tc.factory
-
- com.facebook.buck.core.module - package com.facebook.buck.core.module
-
- com.facebook.buck.core.module.annotationprocessor - package com.facebook.buck.core.module.annotationprocessor
-
- com.facebook.buck.core.module.impl - package com.facebook.buck.core.module.impl
-
- com.facebook.buck.core.parser - package com.facebook.buck.core.parser
-
- com.facebook.buck.core.parser.buildtargetparser - package com.facebook.buck.core.parser.buildtargetparser
-
- com.facebook.buck.core.parser.buildtargetpattern - package com.facebook.buck.core.parser.buildtargetpattern
-
- com.facebook.buck.core.path - package com.facebook.buck.core.path
-
- com.facebook.buck.core.plugin - package com.facebook.buck.core.plugin
-
- com.facebook.buck.core.plugin.impl - package com.facebook.buck.core.plugin.impl
-
- com.facebook.buck.core.resources - package com.facebook.buck.core.resources
-
- com.facebook.buck.core.rulekey - package com.facebook.buck.core.rulekey
-
- com.facebook.buck.core.rulekey.calculator - package com.facebook.buck.core.rulekey.calculator
-
- com.facebook.buck.core.rulekey.config - package com.facebook.buck.core.rulekey.config
-
- com.facebook.buck.core.rules - package com.facebook.buck.core.rules
-
- com.facebook.buck.core.rules.actions - package com.facebook.buck.core.rules.actions
-
- com.facebook.buck.core.rules.actions.lib - package com.facebook.buck.core.rules.actions.lib
-
- com.facebook.buck.core.rules.actions.lib.args - package com.facebook.buck.core.rules.actions.lib.args
-
- com.facebook.buck.core.rules.analysis - package com.facebook.buck.core.rules.analysis
-
- com.facebook.buck.core.rules.analysis.action - package com.facebook.buck.core.rules.analysis.action
-
- com.facebook.buck.core.rules.analysis.cache - package com.facebook.buck.core.rules.analysis.cache
-
- com.facebook.buck.core.rules.analysis.computation - package com.facebook.buck.core.rules.analysis.computation
-
- com.facebook.buck.core.rules.analysis.config - package com.facebook.buck.core.rules.analysis.config
-
- com.facebook.buck.core.rules.analysis.context - package com.facebook.buck.core.rules.analysis.context
-
- com.facebook.buck.core.rules.analysis.impl - package com.facebook.buck.core.rules.analysis.impl
-
- com.facebook.buck.core.rules.attr - package com.facebook.buck.core.rules.attr
-
- com.facebook.buck.core.rules.build.strategy - package com.facebook.buck.core.rules.build.strategy
-
- com.facebook.buck.core.rules.common - package com.facebook.buck.core.rules.common
-
- com.facebook.buck.core.rules.config - package com.facebook.buck.core.rules.config
-
- com.facebook.buck.core.rules.config.impl - package com.facebook.buck.core.rules.config.impl
-
- com.facebook.buck.core.rules.config.registry - package com.facebook.buck.core.rules.config.registry
-
- com.facebook.buck.core.rules.config.registry.impl - package com.facebook.buck.core.rules.config.registry.impl
-
- com.facebook.buck.core.rules.configsetting - package com.facebook.buck.core.rules.configsetting
-
- com.facebook.buck.core.rules.impl - package com.facebook.buck.core.rules.impl
-
- com.facebook.buck.core.rules.knowntypes - package com.facebook.buck.core.rules.knowntypes
-
- com.facebook.buck.core.rules.knowntypes.provider - package com.facebook.buck.core.rules.knowntypes.provider
-
- com.facebook.buck.core.rules.modern - package com.facebook.buck.core.rules.modern
-
- com.facebook.buck.core.rules.modern.annotations - package com.facebook.buck.core.rules.modern.annotations
-
- com.facebook.buck.core.rules.pipeline - package com.facebook.buck.core.rules.pipeline
-
- com.facebook.buck.core.rules.platform - package com.facebook.buck.core.rules.platform
-
- com.facebook.buck.core.rules.providers - package com.facebook.buck.core.rules.providers
-
- com.facebook.buck.core.rules.providers.annotations - package com.facebook.buck.core.rules.providers.annotations
-
- com.facebook.buck.core.rules.providers.collect - package com.facebook.buck.core.rules.providers.collect
-
- com.facebook.buck.core.rules.providers.collect.impl - package com.facebook.buck.core.rules.providers.collect.impl
-
- com.facebook.buck.core.rules.providers.impl - package com.facebook.buck.core.rules.providers.impl
-
- com.facebook.buck.core.rules.providers.lib - package com.facebook.buck.core.rules.providers.lib
-
- com.facebook.buck.core.rules.resolver.impl - package com.facebook.buck.core.rules.resolver.impl
-
- com.facebook.buck.core.rules.schedule - package com.facebook.buck.core.rules.schedule
-
- com.facebook.buck.core.rules.tool - package com.facebook.buck.core.rules.tool
-
- com.facebook.buck.core.rules.transformer - package com.facebook.buck.core.rules.transformer
-
- com.facebook.buck.core.rules.transformer.impl - package com.facebook.buck.core.rules.transformer.impl
-
- com.facebook.buck.core.select - package com.facebook.buck.core.select
-
- com.facebook.buck.core.select.impl - package com.facebook.buck.core.select.impl
-
- com.facebook.buck.core.sourcepath - package com.facebook.buck.core.sourcepath
-
- com.facebook.buck.core.sourcepath.resolver - package com.facebook.buck.core.sourcepath.resolver
-
- com.facebook.buck.core.sourcepath.resolver.impl - package com.facebook.buck.core.sourcepath.resolver.impl
-
- com.facebook.buck.core.starlark.coercer - package com.facebook.buck.core.starlark.coercer
-
- com.facebook.buck.core.starlark.compatible - package com.facebook.buck.core.starlark.compatible
-
- com.facebook.buck.core.starlark.eventhandler - package com.facebook.buck.core.starlark.eventhandler
-
- com.facebook.buck.core.starlark.knowntypes - package com.facebook.buck.core.starlark.knowntypes
-
- com.facebook.buck.core.starlark.rule - package com.facebook.buck.core.starlark.rule
-
- com.facebook.buck.core.starlark.rule.args - package com.facebook.buck.core.starlark.rule.args
-
- com.facebook.buck.core.starlark.rule.artifact - package com.facebook.buck.core.starlark.rule.artifact
-
- com.facebook.buck.core.starlark.rule.attr - package com.facebook.buck.core.starlark.rule.attr
-
- com.facebook.buck.core.starlark.rule.attr.impl - package com.facebook.buck.core.starlark.rule.attr.impl
-
- com.facebook.buck.core.starlark.rule.data - package com.facebook.buck.core.starlark.rule.data
-
- com.facebook.buck.core.starlark.rule.names - package com.facebook.buck.core.starlark.rule.names
-
- com.facebook.buck.core.test.event - package com.facebook.buck.core.test.event
-
- com.facebook.buck.core.test.rule - package com.facebook.buck.core.test.rule
-
- com.facebook.buck.core.test.rule.coercer - package com.facebook.buck.core.test.rule.coercer
-
- com.facebook.buck.core.test.rule.impl - package com.facebook.buck.core.test.rule.impl
-
- com.facebook.buck.core.toolchain - package com.facebook.buck.core.toolchain
-
- com.facebook.buck.core.toolchain.impl - package com.facebook.buck.core.toolchain.impl
-
- com.facebook.buck.core.toolchain.rule - package com.facebook.buck.core.toolchain.rule
-
- com.facebook.buck.core.toolchain.tool - package com.facebook.buck.core.toolchain.tool
-
- com.facebook.buck.core.toolchain.tool.impl - package com.facebook.buck.core.toolchain.tool.impl
-
- com.facebook.buck.core.toolchain.toolprovider - package com.facebook.buck.core.toolchain.toolprovider
-
- com.facebook.buck.core.toolchain.toolprovider.impl - package com.facebook.buck.core.toolchain.toolprovider.impl
-
- com.facebook.buck.core.util - package com.facebook.buck.core.util
-
- com.facebook.buck.core.util.graph - package com.facebook.buck.core.util.graph
-
- com.facebook.buck.core.util.immutables - package com.facebook.buck.core.util.immutables
-
- com.facebook.buck.core.util.log - package com.facebook.buck.core.util.log
-
- com.facebook.buck.core.util.log.appendablelogrecord - package com.facebook.buck.core.util.log.appendablelogrecord
-
- com.facebook.buck.counters - package com.facebook.buck.counters
-
- com.facebook.buck.cxx - package com.facebook.buck.cxx
-
- com.facebook.buck.cxx.config - package com.facebook.buck.cxx.config
-
- com.facebook.buck.cxx.toolchain - package com.facebook.buck.cxx.toolchain
-
- com.facebook.buck.cxx.toolchain.elf - package com.facebook.buck.cxx.toolchain.elf
-
- com.facebook.buck.cxx.toolchain.impl - package com.facebook.buck.cxx.toolchain.impl
-
- com.facebook.buck.cxx.toolchain.linker - package com.facebook.buck.cxx.toolchain.linker
-
- com.facebook.buck.cxx.toolchain.linker.impl - package com.facebook.buck.cxx.toolchain.linker.impl
-
- com.facebook.buck.cxx.toolchain.nativelink - package com.facebook.buck.cxx.toolchain.nativelink
-
- com.facebook.buck.cxx.toolchain.objectfile - package com.facebook.buck.cxx.toolchain.objectfile
-
- com.facebook.buck.doctor - package com.facebook.buck.doctor
-
- com.facebook.buck.doctor.config - package com.facebook.buck.doctor.config
-
- com.facebook.buck.edenfs - package com.facebook.buck.edenfs
-
- com.facebook.buck.event - package com.facebook.buck.event
-
- com.facebook.buck.event.api - package com.facebook.buck.event.api
-
- com.facebook.buck.event.chrome_trace - package com.facebook.buck.event.chrome_trace
-
- com.facebook.buck.event.external.elements - package com.facebook.buck.event.external.elements
-
- com.facebook.buck.event.external.events - package com.facebook.buck.event.external.events
-
- com.facebook.buck.event.listener - package com.facebook.buck.event.listener
-
- com.facebook.buck.event.listener.interfaces - package com.facebook.buck.event.listener.interfaces
-
- com.facebook.buck.event.listener.stats.cache - package com.facebook.buck.event.listener.stats.cache
-
- com.facebook.buck.event.listener.stats.parse - package com.facebook.buck.event.listener.stats.parse
-
- com.facebook.buck.event.listener.util - package com.facebook.buck.event.listener.util
-
- com.facebook.buck.features.apple.common - package com.facebook.buck.features.apple.common
-
- com.facebook.buck.features.apple.project - package com.facebook.buck.features.apple.project
-
Classes pertaining to the generation of Xcode projects and workspaces.
- com.facebook.buck.features.apple.projectV2 - package com.facebook.buck.features.apple.projectV2
-
- com.facebook.buck.features.d - package com.facebook.buck.features.d
-
- com.facebook.buck.features.dotnet - package com.facebook.buck.features.dotnet
-
- com.facebook.buck.features.filebundler - package com.facebook.buck.features.filebundler
-
- com.facebook.buck.features.filegroup - package com.facebook.buck.features.filegroup
-
- com.facebook.buck.features.go - package com.facebook.buck.features.go
-
- com.facebook.buck.features.gwt - package com.facebook.buck.features.gwt
-
- com.facebook.buck.features.halide - package com.facebook.buck.features.halide
-
- com.facebook.buck.features.haskell - package com.facebook.buck.features.haskell
-
- com.facebook.buck.features.js - package com.facebook.buck.features.js
-
- com.facebook.buck.features.lua - package com.facebook.buck.features.lua
-
- com.facebook.buck.features.ocaml - package com.facebook.buck.features.ocaml
-
- com.facebook.buck.features.project.intellij - package com.facebook.buck.features.project.intellij
-
- com.facebook.buck.features.project.intellij.aggregation - package com.facebook.buck.features.project.intellij.aggregation
-
- com.facebook.buck.features.project.intellij.lang.android - package com.facebook.buck.features.project.intellij.lang.android
-
- com.facebook.buck.features.project.intellij.lang.cxx - package com.facebook.buck.features.project.intellij.lang.cxx
-
- com.facebook.buck.features.project.intellij.lang.groovy - package com.facebook.buck.features.project.intellij.lang.groovy
-
- com.facebook.buck.features.project.intellij.lang.java - package com.facebook.buck.features.project.intellij.lang.java
-
- com.facebook.buck.features.project.intellij.lang.kotlin - package com.facebook.buck.features.project.intellij.lang.kotlin
-
- com.facebook.buck.features.project.intellij.lang.python - package com.facebook.buck.features.project.intellij.lang.python
-
- com.facebook.buck.features.project.intellij.lang.scala - package com.facebook.buck.features.project.intellij.lang.scala
-
- com.facebook.buck.features.project.intellij.model - package com.facebook.buck.features.project.intellij.model
-
- com.facebook.buck.features.project.intellij.model.folders - package com.facebook.buck.features.project.intellij.model.folders
-
- com.facebook.buck.features.python - package com.facebook.buck.features.python
-
- com.facebook.buck.features.python.toolchain - package com.facebook.buck.features.python.toolchain
-
- com.facebook.buck.features.python.toolchain.impl - package com.facebook.buck.features.python.toolchain.impl
-
- com.facebook.buck.features.rust - package com.facebook.buck.features.rust
-
- com.facebook.buck.features.zip.rules - package com.facebook.buck.features.zip.rules
-
- com.facebook.buck.file - package com.facebook.buck.file
-
- com.facebook.buck.file.downloader - package com.facebook.buck.file.downloader
-
- com.facebook.buck.file.downloader.impl - package com.facebook.buck.file.downloader.impl
-
- com.facebook.buck.frontend - package com.facebook.buck.frontend
-
- com.facebook.buck.httpserver - package com.facebook.buck.httpserver
-
- com.facebook.buck.infer - package com.facebook.buck.infer
-
- com.facebook.buck.infer.toolchain - package com.facebook.buck.infer.toolchain
-
- com.facebook.buck.io - package com.facebook.buck.io
-
- com.facebook.buck.io.file - package com.facebook.buck.io.file
-
- com.facebook.buck.io.filesystem - package com.facebook.buck.io.filesystem
-
- com.facebook.buck.io.filesystem.impl - package com.facebook.buck.io.filesystem.impl
-
- com.facebook.buck.io.filesystem.skylark - package com.facebook.buck.io.filesystem.skylark
-
- com.facebook.buck.io.pathformat - package com.facebook.buck.io.pathformat
-
- com.facebook.buck.io.unixsocket - package com.facebook.buck.io.unixsocket
-
- com.facebook.buck.io.watchman - package com.facebook.buck.io.watchman
-
- com.facebook.buck.io.windowsfs - package com.facebook.buck.io.windowsfs
-
- com.facebook.buck.io.windowspipe - package com.facebook.buck.io.windowspipe
-
- com.facebook.buck.json - package com.facebook.buck.json
-
- com.facebook.buck.jvm.common - package com.facebook.buck.jvm.common
-
- com.facebook.buck.jvm.core - package com.facebook.buck.jvm.core
-
- com.facebook.buck.jvm.groovy - package com.facebook.buck.jvm.groovy
-
- com.facebook.buck.jvm.java - package com.facebook.buck.jvm.java
-
- com.facebook.buck.jvm.java.abi - package com.facebook.buck.jvm.java.abi
-
- com.facebook.buck.jvm.java.abi.source - package com.facebook.buck.jvm.java.abi.source
-
Enables generation of ABI jars using only the Java source code of a single target, without
requiring access to the source or ABI of dependencies.
- com.facebook.buck.jvm.java.abi.source.api - package com.facebook.buck.jvm.java.abi.source.api
-
- com.facebook.buck.jvm.java.classes - package com.facebook.buck.jvm.java.classes
-
- com.facebook.buck.jvm.java.coverage - package com.facebook.buck.jvm.java.coverage
-
- com.facebook.buck.jvm.java.javax - package com.facebook.buck.jvm.java.javax
-
- com.facebook.buck.jvm.java.lang.model - package com.facebook.buck.jvm.java.lang.model
-
- com.facebook.buck.jvm.java.plugin - package com.facebook.buck.jvm.java.plugin
-
- com.facebook.buck.jvm.java.plugin.adapter - package com.facebook.buck.jvm.java.plugin.adapter
-
- com.facebook.buck.jvm.java.plugin.api - package com.facebook.buck.jvm.java.plugin.api
-
- com.facebook.buck.jvm.java.rules - package com.facebook.buck.jvm.java.rules
-
- com.facebook.buck.jvm.java.runner - package com.facebook.buck.jvm.java.runner
-
- com.facebook.buck.jvm.java.toolchain - package com.facebook.buck.jvm.java.toolchain
-
- com.facebook.buck.jvm.java.toolchain.impl - package com.facebook.buck.jvm.java.toolchain.impl
-
- com.facebook.buck.jvm.java.tracing - package com.facebook.buck.jvm.java.tracing
-
- com.facebook.buck.jvm.java.version - package com.facebook.buck.jvm.java.version
-
- com.facebook.buck.jvm.kotlin - package com.facebook.buck.jvm.kotlin
-
- com.facebook.buck.jvm.scala - package com.facebook.buck.jvm.scala
-
- com.facebook.buck.log - package com.facebook.buck.log
-
- com.facebook.buck.log.memory - package com.facebook.buck.log.memory
-
- com.facebook.buck.log.thrift - package com.facebook.buck.log.thrift
-
- com.facebook.buck.log.views - package com.facebook.buck.log.views
-
- com.facebook.buck.logd - package com.facebook.buck.logd
-
- com.facebook.buck.logd.client - package com.facebook.buck.logd.client
-
- com.facebook.buck.logd.server - package com.facebook.buck.logd.server
-
- com.facebook.buck.maven - package com.facebook.buck.maven
-
- com.facebook.buck.maven.aether - package com.facebook.buck.maven.aether
-
- com.facebook.buck.parser - package com.facebook.buck.parser
-
- com.facebook.buck.parser.api - package com.facebook.buck.parser.api
-
- com.facebook.buck.parser.cache - package com.facebook.buck.parser.cache
-
- com.facebook.buck.parser.cache.json - package com.facebook.buck.parser.cache.json
-
- com.facebook.buck.parser.config - package com.facebook.buck.parser.config
-
- com.facebook.buck.parser.decorators - package com.facebook.buck.parser.decorators
-
- com.facebook.buck.parser.detector - package com.facebook.buck.parser.detector
-
- com.facebook.buck.parser.events - package com.facebook.buck.parser.events
-
- com.facebook.buck.parser.exceptions - package com.facebook.buck.parser.exceptions
-
- com.facebook.buck.parser.function - package com.facebook.buck.parser.function
-
- com.facebook.buck.parser.implicit - package com.facebook.buck.parser.implicit
-
- com.facebook.buck.parser.manifest - package com.facebook.buck.parser.manifest
-
- com.facebook.buck.parser.options - package com.facebook.buck.parser.options
-
- com.facebook.buck.parser.spec - package com.facebook.buck.parser.spec
-
- com.facebook.buck.parser.syntax - package com.facebook.buck.parser.syntax
-
- com.facebook.buck.parser.targetnode - package com.facebook.buck.parser.targetnode
-
- com.facebook.buck.parser.temporarytargetuniquenesschecker - package com.facebook.buck.parser.temporarytargetuniquenesschecker
-
- com.facebook.buck.query - package com.facebook.buck.query
-
- com.facebook.buck.remoteexecution - package com.facebook.buck.remoteexecution
-
- com.facebook.buck.remoteexecution.config - package com.facebook.buck.remoteexecution.config
-
- com.facebook.buck.remoteexecution.event - package com.facebook.buck.remoteexecution.event
-
- com.facebook.buck.remoteexecution.event.listener - package com.facebook.buck.remoteexecution.event.listener
-
- com.facebook.buck.remoteexecution.event.listener.model - package com.facebook.buck.remoteexecution.event.listener.model
-
- com.facebook.buck.remoteexecution.factory - package com.facebook.buck.remoteexecution.factory
-
- com.facebook.buck.remoteexecution.grpc - package com.facebook.buck.remoteexecution.grpc
-
- com.facebook.buck.remoteexecution.grpc.retry - package com.facebook.buck.remoteexecution.grpc.retry
-
- com.facebook.buck.remoteexecution.grpc.server - package com.facebook.buck.remoteexecution.grpc.server
-
- com.facebook.buck.remoteexecution.interfaces - package com.facebook.buck.remoteexecution.interfaces
-
- com.facebook.buck.remoteexecution.util - package com.facebook.buck.remoteexecution.util
-
- com.facebook.buck.rules.args - package com.facebook.buck.rules.args
-
- com.facebook.buck.rules.coercer - package com.facebook.buck.rules.coercer
-
- com.facebook.buck.rules.coercer.concat - package com.facebook.buck.rules.coercer.concat
-
- com.facebook.buck.rules.keys - package com.facebook.buck.rules.keys
-
- com.facebook.buck.rules.keys.config - package com.facebook.buck.rules.keys.config
-
- com.facebook.buck.rules.keys.config.impl - package com.facebook.buck.rules.keys.config.impl
-
- com.facebook.buck.rules.keys.hasher - package com.facebook.buck.rules.keys.hasher
-
- com.facebook.buck.rules.macros - package com.facebook.buck.rules.macros
-
- com.facebook.buck.rules.modern - package com.facebook.buck.rules.modern
-
- com.facebook.buck.rules.modern.builders - package com.facebook.buck.rules.modern.builders
-
- com.facebook.buck.rules.modern.config - package com.facebook.buck.rules.modern.config
-
- com.facebook.buck.rules.modern.impl - package com.facebook.buck.rules.modern.impl
-
- com.facebook.buck.rules.modern.tools - package com.facebook.buck.rules.modern.tools
-
- com.facebook.buck.rules.query - package com.facebook.buck.rules.query
-
- com.facebook.buck.rules.tool.config - package com.facebook.buck.rules.tool.config
-
- com.facebook.buck.rules.visibility - package com.facebook.buck.rules.visibility
-
- com.facebook.buck.rules.visibility.parser - package com.facebook.buck.rules.visibility.parser
-
- com.facebook.buck.sandbox - package com.facebook.buck.sandbox
-
- com.facebook.buck.sandbox.darwin - package com.facebook.buck.sandbox.darwin
-
- com.facebook.buck.sandbox.impl - package com.facebook.buck.sandbox.impl
-
- com.facebook.buck.shell - package com.facebook.buck.shell
-
- com.facebook.buck.shell.programrunner - package com.facebook.buck.shell.programrunner
-
- com.facebook.buck.skylark.function - package com.facebook.buck.skylark.function
-
- com.facebook.buck.skylark.function.attr - package com.facebook.buck.skylark.function.attr
-
- com.facebook.buck.skylark.io - package com.facebook.buck.skylark.io
-
- com.facebook.buck.skylark.io.impl - package com.facebook.buck.skylark.io.impl
-
- com.facebook.buck.skylark.packages - package com.facebook.buck.skylark.packages
-
- com.facebook.buck.skylark.parser - package com.facebook.buck.skylark.parser
-
- com.facebook.buck.skylark.parser.context - package com.facebook.buck.skylark.parser.context
-
- com.facebook.buck.slb - package com.facebook.buck.slb
-
- com.facebook.buck.step - package com.facebook.buck.step
-
- com.facebook.buck.step.fs - package com.facebook.buck.step.fs
-
- com.facebook.buck.step.impl - package com.facebook.buck.step.impl
-
- com.facebook.buck.support.bgtasks - package com.facebook.buck.support.bgtasks
-
- com.facebook.buck.support.build.report - package com.facebook.buck.support.build.report
-
- com.facebook.buck.support.cli.args - package com.facebook.buck.support.cli.args
-
- com.facebook.buck.support.cli.config - package com.facebook.buck.support.cli.config
-
- com.facebook.buck.support.exceptions.handler - package com.facebook.buck.support.exceptions.handler
-
- com.facebook.buck.support.fix - package com.facebook.buck.support.fix
-
- com.facebook.buck.support.jvm - package com.facebook.buck.support.jvm
-
- com.facebook.buck.support.log - package com.facebook.buck.support.log
-
- com.facebook.buck.support.state - package com.facebook.buck.support.state
-
- com.facebook.buck.swift - package com.facebook.buck.swift
-
- com.facebook.buck.swift.toolchain - package com.facebook.buck.swift.toolchain
-
- com.facebook.buck.swift.toolchain.impl - package com.facebook.buck.swift.toolchain.impl
-
- com.facebook.buck.test - package com.facebook.buck.test
-
- com.facebook.buck.test.config - package com.facebook.buck.test.config
-
- com.facebook.buck.test.external - package com.facebook.buck.test.external
-
- com.facebook.buck.test.result.type - package com.facebook.buck.test.result.type
-
- com.facebook.buck.test.selectors - package com.facebook.buck.test.selectors
-
- com.facebook.buck.testrunner - package com.facebook.buck.testrunner
-
- com.facebook.buck.unarchive - package com.facebook.buck.unarchive
-
- com.facebook.buck.util - package com.facebook.buck.util
-
- com.facebook.buck.util.bser - package com.facebook.buck.util.bser
-
- com.facebook.buck.util.cache - package com.facebook.buck.util.cache
-
- com.facebook.buck.util.cache.impl - package com.facebook.buck.util.cache.impl
-
- com.facebook.buck.util.charset - package com.facebook.buck.util.charset
-
- com.facebook.buck.util.collect - package com.facebook.buck.util.collect
-
- com.facebook.buck.util.concurrent - package com.facebook.buck.util.concurrent
-
- com.facebook.buck.util.config - package com.facebook.buck.util.config
-
- com.facebook.buck.util.console - package com.facebook.buck.util.console
-
- com.facebook.buck.util.env - package com.facebook.buck.util.env
-
- com.facebook.buck.util.environment - package com.facebook.buck.util.environment
-
- com.facebook.buck.util.filesystem - package com.facebook.buck.util.filesystem
-
- com.facebook.buck.util.function - package com.facebook.buck.util.function
-
- com.facebook.buck.util.hash - package com.facebook.buck.util.hash
-
- com.facebook.buck.util.hashing - package com.facebook.buck.util.hashing
-
- com.facebook.buck.util.i18n - package com.facebook.buck.util.i18n
-
- com.facebook.buck.util.json - package com.facebook.buck.util.json
-
- com.facebook.buck.util.liteinfersupport - package com.facebook.buck.util.liteinfersupport
-
- com.facebook.buck.util.network - package com.facebook.buck.util.network
-
- com.facebook.buck.util.network.hostname - package com.facebook.buck.util.network.hostname
-
- com.facebook.buck.util.network.offline - package com.facebook.buck.util.network.offline
-
- com.facebook.buck.util.perf - package com.facebook.buck.util.perf
-
- com.facebook.buck.util.randomizedtrial - package com.facebook.buck.util.randomizedtrial
-
- com.facebook.buck.util.sha1 - package com.facebook.buck.util.sha1
-
- com.facebook.buck.util.shutdown - package com.facebook.buck.util.shutdown
-
- com.facebook.buck.util.sqlite - package com.facebook.buck.util.sqlite
-
- com.facebook.buck.util.stream - package com.facebook.buck.util.stream
-
- com.facebook.buck.util.string - package com.facebook.buck.util.string
-
- com.facebook.buck.util.timing - package com.facebook.buck.util.timing
-
- com.facebook.buck.util.trace - package com.facebook.buck.util.trace
-
- com.facebook.buck.util.trace.uploader - package com.facebook.buck.util.trace.uploader
-
- com.facebook.buck.util.trace.uploader.launcher - package com.facebook.buck.util.trace.uploader.launcher
-
- com.facebook.buck.util.trace.uploader.types - package com.facebook.buck.util.trace.uploader.types
-
- com.facebook.buck.util.types - package com.facebook.buck.util.types
-
- com.facebook.buck.util.unarchive - package com.facebook.buck.util.unarchive
-
- com.facebook.buck.util.unit - package com.facebook.buck.util.unit
-
- com.facebook.buck.util.versioncontrol - package com.facebook.buck.util.versioncontrol
-
- com.facebook.buck.util.xml - package com.facebook.buck.util.xml
-
- com.facebook.buck.util.zip - package com.facebook.buck.util.zip
-
- com.facebook.buck.util.zip.collect - package com.facebook.buck.util.zip.collect
-
- com.facebook.buck.versions - package com.facebook.buck.versions
-
- com.facebook.buck.worker - package com.facebook.buck.worker
-
- com.facebook.buck.zip - package com.facebook.buck.zip
-
- COM_SUN_TOOLS_JAVAC_API_JAVAC_TOOL - Static variable in class com.facebook.buck.jvm.java.ExternalJavacProvider
-
- combine(Set<String>, String, Set<String>) - Static method in class com.facebook.buck.io.file.FileFinder
-
Combines prefixes, base, and suffixes to create a set of file names.
- combinedFutures(ListenableFuture<U>, ListenableFuture<V>, ListeningExecutorService) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
Combine the and listenable futures, returning a listenable
future that wraps the result of these futures as a
Pair.
- CombinedPlatformResolver - Class in com.facebook.buck.core.rules.platform
-
- CombinedPlatformResolver(ConfigurationRuleResolver, RuleBasedPlatformResolver, RuleBasedMultiPlatformResolver) - Constructor for class com.facebook.buck.core.rules.platform.CombinedPlatformResolver
-
- combineInputs(IjFolder, IjFolder) - Static method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- command - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
-
- Command - Interface in com.facebook.buck.cli
-
- command - Variable in class com.facebook.buck.httpserver.TracesHandlerDelegate.TraceAttrs
-
- command - Variable in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
-
- command - Variable in class com.facebook.buck.util.ProcessExecutor.Result
-
- COMMAND - Static variable in class com.facebook.buck.util.trace.ChromeTraceParser
-
Tries to extract the command that was used to trigger the invocation of Buck that generated the
trace.
- COMMAND_ARGS_FILE_HELP - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- COMMAND_ARGS_FILE_LONG_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- CommandAlias - Class in com.facebook.buck.shell
-
A
BinaryBuildRule that wraps other build rules, and can optionally add extra arguments,
environment variables, or run different tools per host
Platform.
- CommandAlias(BuildTarget, ProjectFilesystem, Optional<BuildRule>, ImmutableSortedMap<Platform, BuildRule>, ImmutableList<Arg>, ImmutableSortedMap<String, Arg>, Platform) - Constructor for class com.facebook.buck.shell.CommandAlias
-
- CommandAlias.UnsupportedPlatformException - Exception in com.facebook.buck.shell
-
Specific runtime exception type that is thrown when trying to run a tool via
CommandAlias on a platform that has not been provided.
- CommandAliasDescription - Class in com.facebook.buck.shell
-
- CommandAliasDescription(Platform) - Constructor for class com.facebook.buck.shell.CommandAliasDescription
-
- CommandAliasDescriptionArg - Class in com.facebook.buck.shell
-
Immutable implementation of CommandAliasDescription.AbstractCommandAliasDescriptionArg.
- CommandAliasDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- commandArgsFile - Variable in class com.facebook.buck.cli.AbstractCommand
-
- commandArgsFile - Variable in class com.facebook.buck.cli.AbstractContainerCommand
-
- CommandEvent - Class in com.facebook.buck.event
-
Events tracking the start and stop of a buck command.
- CommandEvent.Finished - Class in com.facebook.buck.event
-
- CommandEvent.Interrupted - Class in com.facebook.buck.event
-
- CommandEvent.Started - Class in com.facebook.buck.event
-
- CommandFailedException(String, int, String) - Constructor for exception com.facebook.buck.android.AdbHelper.CommandFailedException
-
- commandFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.CriticalPathEventListener
-
- commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.FileSerializationOutputRuleDepsListener
-
- commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.LogUploaderListener
-
- commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
-
- CommandHelper - Class in com.facebook.buck.cli
-
Utility class with print methods
- CommandIdToIsDaemonMapper - Interface in com.facebook.buck.log
-
- CommandIdToIsRemoteExecutionMapper - Interface in com.facebook.buck.log
-
This tracks where a given command was run with remote execution.
- commandIdToIsRunningAsDaemon(String) - Method in interface com.facebook.buck.log.CommandIdToIsDaemonMapper
-
- commandIdToIsRunningAsRemoteExecution(String) - Method in interface com.facebook.buck.log.CommandIdToIsRemoteExecutionMapper
-
- commandIdToIsSuperConsoleEnabled(String) - Method in interface com.facebook.buck.log.CommandIdToIsSuperConsoleEnabledMapper
-
- CommandIdToIsSuperConsoleEnabledMapper - Interface in com.facebook.buck.log
-
- commandInterrupted(CommandEvent.Interrupted) - Method in class com.facebook.buck.event.listener.LogUploaderListener
-
- commandInterrupted(CommandEvent.Interrupted) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- CommandLine - Interface in com.facebook.buck.core.rules.actions.lib.args
-
Information needed to execute a command line program.
- CommandLineArgException - Exception in com.facebook.buck.core.rules.actions.lib.args
-
- CommandLineArgException(Object) - Constructor for exception com.facebook.buck.core.rules.actions.lib.args.CommandLineArgException
-
- CommandLineArgException(String, Object) - Constructor for exception com.facebook.buck.core.rules.actions.lib.args.CommandLineArgException
-
- CommandLineArgs - Interface in com.facebook.buck.core.rules.actions.lib.args
-
Container for a list of objects that can be stringified into command line arguments for an action
that executes a program.
- CommandLineArgs.ArgAndFormatString - Interface in com.facebook.buck.core.rules.actions.lib.args
-
- CommandLineArgsApi - Interface in com.facebook.buck.core.rules.actions.lib.args
-
- CommandLineArgsBuilder - Class in com.facebook.buck.core.starlark.rule.args
-
- CommandLineArgsBuilder() - Constructor for class com.facebook.buck.core.starlark.rule.args.CommandLineArgsBuilder
-
- CommandLineArgsBuilderApi - Interface in com.facebook.buck.core.starlark.rule.args
-
Struct for creating more efficient and validated lists of arguments to pass to actions' command
lines.
- CommandLineArgsFactory - Class in com.facebook.buck.core.rules.actions.lib.args
-
Factory class that returns more efficient implementations of
CommandLineArgs depending on
what type of arguments are available (e.g.
- CommandLineArgsFactory() - Constructor for class com.facebook.buck.core.rules.actions.lib.args.CommandLineArgsFactory
-
- CommandLineArgStringifier - Class in com.facebook.buck.core.rules.actions.lib.args
-
Helper methods to convert / validate objects that are command line arguments for actions
- CommandLineBuilder - Interface in com.facebook.buck.core.rules.actions.lib.args
-
- CommandLineException - Exception in com.facebook.buck.util
-
Exception that is raised when user-supplied command line contains incompatible parameters or in
general cannot be executed
- CommandLineException(String, Object...) - Constructor for exception com.facebook.buck.util.CommandLineException
-
- CommandLineException(String) - Constructor for exception com.facebook.buck.util.CommandLineException
-
- CommandLineException(ExceptionWithHumanReadableMessage) - Constructor for exception com.facebook.buck.util.CommandLineException
-
- CommandLineException(Throwable, String) - Constructor for exception com.facebook.buck.util.CommandLineException
-
- CommandLineException(Throwable, String, Object...) - Constructor for exception com.facebook.buck.util.CommandLineException
-
- CommandLineTargetNodeSpecParser - Class in com.facebook.buck.cli
-
- CommandLineTargetNodeSpecParser(Cell, Path, BuckConfig, BuildTargetMatcherTargetNodeParser) - Constructor for class com.facebook.buck.cli.CommandLineTargetNodeSpecParser
-
- CommandMode - Enum in com.facebook.buck.util.environment
-
- CommandResponse(int, int) - Constructor for class com.facebook.buck.worker.WorkerProcessProtocol.CommandResponse
-
- CommandRunnerParams - Class in com.facebook.buck.cli
-
- CommandRunnerParams() - Constructor for class com.facebook.buck.cli.CommandRunnerParams
-
- CommandSender(OutputStream, InputStream, Path, Runnable, Supplier<Boolean>) - Constructor for class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
-
- CommandSplitter - Class in com.facebook.buck.util
-
Splits an argument list into a list of command invocations whose total length will not exceed the
specified limit if possible.
- CommandSplitter(List<String>, int) - Constructor for class com.facebook.buck.util.CommandSplitter
-
- CommandSplitter(List<String>) - Constructor for class com.facebook.buck.util.CommandSplitter
-
- commandStarted(CommandEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- commandStartedEvent(CommandEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- CommandString(Optional<String>, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep.CommandString
-
- CommandThreadFactory - Class in com.facebook.buck.util.concurrent
-
A ThreadFactory which associates created threads with the same command associated with the thread
which creates the CommandThreadFactory.
- CommandThreadFactory(String, CommonThreadFactoryState, int) - Constructor for class com.facebook.buck.util.concurrent.CommandThreadFactory
-
- CommandThreadFactory(String, CommonThreadFactoryState) - Constructor for class com.facebook.buck.util.concurrent.CommandThreadFactory
-
- CommandThreadFactory(ThreadFactory, CommonThreadFactoryState) - Constructor for class com.facebook.buck.util.concurrent.CommandThreadFactory
-
- CommandThreadFactory(ThreadFactory, CommonThreadFactoryState, OptionalInt) - Constructor for class com.facebook.buck.util.concurrent.CommandThreadFactory
-
- CommandThreadManager - Class in com.facebook.buck.cli
-
Encapsulates a group of threads which operate a
ListeningExecutorService, providing an
AutoCloseable interface which waits for and kills the threads on close.
- CommandThreadManager(String, ListeningMultiSemaphore, ResourceAmounts, int, long, TimeUnit) - Constructor for class com.facebook.buck.cli.CommandThreadManager
-
- CommandThreadManager(String, ListeningMultiSemaphore, ResourceAmounts, int) - Constructor for class com.facebook.buck.cli.CommandThreadManager
-
- CommandThreadManager(String, ConcurrencyLimit, long, TimeUnit) - Constructor for class com.facebook.buck.cli.CommandThreadManager
-
- CommandThreadManager(String, ConcurrencyLimit) - Constructor for class com.facebook.buck.cli.CommandThreadManager
-
- CommandTool - Class in com.facebook.buck.core.toolchain.tool.impl
-
- CommandTool.Builder - Class in com.facebook.buck.core.toolchain.tool.impl
-
- CommandWithPluginManager - Class in com.facebook.buck.cli
-
An implementation of
Command that allows keeping
PluginManager.
- CommandWithPluginManager() - Constructor for class com.facebook.buck.cli.CommandWithPluginManager
-
- COMMON_MODIFICATION_TIME_STAMP - Static variable in class com.facebook.buck.util.ObjectFileCommonModificationDate
-
01 Feb 1985 00:00:00 (12:00:00 AM).
- CommonFastVersionControlStats - Interface in com.facebook.buck.util.versioncontrol
-
- CommonGroups - Enum in com.facebook.buck.util.randomizedtrial
-
- CommonSlowVersionControlStats - Interface in com.facebook.buck.util.versioncontrol
-
- commonSuffixLength(Path, Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
- CommonThreadFactoryState - Interface in com.facebook.buck.util.concurrent
-
- CommonThreadStateRenderer - Class in com.facebook.buck.event.listener
-
Renders the per thread information line during build phase on super console
- CommonThreadStateRenderer(Ansi, Function<Long, String>, long, int, ImmutableMap<Long, ThreadRenderingInformation>) - Constructor for class com.facebook.buck.event.listener.CommonThreadStateRenderer
-
- compact() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
-
- compact() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
-
- ComparableToolchain - Interface in com.facebook.buck.core.toolchain
-
Interface that indicates that changes in a toolchain cause restarting Daemon.
- comparator() - Static method in interface com.facebook.buck.core.filesystems.AbsPath
-
- compare(Config, Config) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Compares all values in two sets of configs
- compare(ImmutableMap<String, ImmutableMap<String, String>>, ImmutableMap<String, ImmutableMap<String, String>>) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Compares sets of config options, and returns the difference as a map of 'section.key' strings
to pairs containing the different values.
- compare(QueryTarget, QueryTarget) - Static method in interface com.facebook.buck.core.model.QueryTarget
-
- compare(Optional<T>, Optional<T>) - Static method in class com.facebook.buck.core.util.Optionals
-
- compare(Path, Path) - Method in class com.facebook.buck.features.project.intellij.lang.java.ParsingJavaPackageFinder.PathComponentCountOrder
-
- compare(String, String) - Method in class com.facebook.buck.util.VersionStringComparator
-
- CompareAbis - Class in com.facebook.buck.jvm.java
-
- CompareAbis(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePath, SourcePath, JavaBuckConfig.SourceAbiVerificationMode) - Constructor for class com.facebook.buck.jvm.java.CompareAbis
-
- compareClasses(SourcePath) - Method in interface com.facebook.buck.core.sourcepath.SourcePath
-
- compareForCaching(BuckConfig, BuckConfig) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Compares only the config options that invalidate global state
- comparePaths(DirectoryCleaner.PathStats, DirectoryCleaner.PathStats) - Method in interface com.facebook.buck.util.DirectoryCleaner.PathSelector
-
Returns the preferred sorting order to delete paths.
- compareStrings(String, String) - Static method in class com.facebook.buck.util.string.MoreStrings
-
Compare two strings lexicographically.
- compareTo(RDotTxtEntry) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
A collection of Resources should be sorted such that Resources of the same type should be
grouped together, and should be alphabetized within that group.
- compareTo(APKModule) - Method in class com.facebook.buck.android.apkmodule.APKModule
-
- compareTo(SourcePathWithAppleBundleDestination) - Method in class com.facebook.buck.apple.SourcePathWithAppleBundleDestination
-
- compareTo(ApplePlatform) - Method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- compareTo(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- compareTo(OutputArtifact) - Method in class com.facebook.buck.core.artifact.OutputArtifact
-
- compareTo(CanonicalCellName) - Method in class com.facebook.buck.core.cell.name.CanonicalCellName
-
- compareTo(Path) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- compareTo(CxxLinkGroupMapping) - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMapping
-
- compareTo(CxxLinkGroupMappingTarget) - Method in class com.facebook.buck.core.linkgroup.CxxLinkGroupMappingTarget
-
- compareTo(BaseName) - Method in class com.facebook.buck.core.model.BaseName
-
- compareTo(BuildId) - Method in class com.facebook.buck.core.model.BuildId
-
- compareTo(BuildTarget) - Method in class com.facebook.buck.core.model.BuildTarget
-
- compareTo(BuildTargetWithOutputs) - Method in class com.facebook.buck.core.model.BuildTargetWithOutputs
-
- compareTo(CellRelativePath) - Method in class com.facebook.buck.core.model.CellRelativePath
-
- compareTo(Flavor) - Method in interface com.facebook.buck.core.model.Flavor
-
- compareTo(FlavorSet) - Method in class com.facebook.buck.core.model.FlavorSet
-
- compareTo(OutputLabel) - Method in class com.facebook.buck.core.model.OutputLabel
-
- compareTo(TargetConfiguration) - Method in class com.facebook.buck.core.model.TargetConfiguration
-
- compareTo(TargetNode<?>) - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodeImpl
-
- compareTo(MergedTargetNode) - Method in class com.facebook.buck.core.model.targetgraph.MergedTargetNode
-
- compareTo(UnconfiguredBuildTarget) - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
- compareTo(UnconfiguredBuildTargetWithOutputs) - Method in class com.facebook.buck.core.model.UnconfiguredBuildTargetWithOutputs
-
- compareTo(UnflavoredBuildTarget) - Method in class com.facebook.buck.core.model.UnflavoredBuildTarget
-
- compareTo(ForwardRelativePath) - Method in class com.facebook.buck.core.path.ForwardRelativePath
-
- compareTo(BuildRule) - Method in interface com.facebook.buck.core.rules.BuildRule
-
- compareTo(SourcePath) - Method in class com.facebook.buck.core.sourcepath.ArchiveMemberSourcePath
-
- compareTo(SourcePath) - Method in class com.facebook.buck.core.sourcepath.DefaultBuildTargetSourcePath
-
- compareTo(SourcePath) - Method in class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath
-
- compareTo(SourcePath) - Method in class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath
-
- compareTo(SourcePath) - Method in class com.facebook.buck.core.sourcepath.PathSourcePath
-
- compareTo(SourceWithFlags) - Method in class com.facebook.buck.core.sourcepath.SourceWithFlags
-
- compareTo(IjDependencyListBuilder.DependencyEntry) - Method in class com.facebook.buck.features.project.intellij.IjDependencyListBuilder.DependencyEntry
-
- compareTo(ContentRoot) - Method in class com.facebook.buck.features.project.intellij.model.ContentRoot
-
- compareTo(IjFolder) - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- compareTo(IjSourceFolder) - Method in class com.facebook.buck.features.project.intellij.model.folders.IjSourceFolder
-
- compareTo(ModuleIndexEntry) - Method in class com.facebook.buck.features.project.intellij.model.ModuleIndexEntry
-
- compareTo(FrameworkPath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
- compareTo(BuildRule) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
-
- COMPILATION_DATABASE - Static variable in class com.facebook.buck.cxx.CxxCompilationDatabase
-
- CompilationUnitTreeProxy - Interface in com.facebook.buck.jvm.java.plugin.api
-
CompilationUnitTree is included with the compiler and is thus not
directly accessible from within Buck's class loader.
- CompilationUnitTreeProxyImpl - Class in com.facebook.buck.jvm.java.plugin.adapter
-
- CompilationUnitTreeProxyImpl(CompilationUnitTree) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.CompilationUnitTreeProxyImpl
-
- compile(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, CompilerDelegate, String, SourcePath, CxxSource.Type, DebugPathSanitizer) - Static method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
- compile(String) - Static method in class com.facebook.buck.cxx.toolchain.FasterPattern
-
Compile a pattern.
- COMPILE_DEPS - Static variable in class com.facebook.buck.apple.AppleTestDescription
-
- COMPILE_FORCE_CACHE - Static variable in class com.facebook.buck.swift.SwiftBuckConfig
-
- CompileAgainstLibraryType - Enum in com.facebook.buck.jvm.java
-
Expresses what kind of library a given JvmLibrary should compile against.
- COMPILED_TESTS_LIBRARY_FLAVOR - Static variable in class com.facebook.buck.jvm.java.JavaTest
-
- Compiler - Interface in com.facebook.buck.cxx.toolchain
-
Interface for a c/c++ compiler.
- compiler() - Method in class com.facebook.buck.features.dotnet.DotnetLegacyToolchainInfo
-
- compiler() - Method in class com.facebook.buck.features.dotnet.ImmutableDotnetLegacyToolchainInfo
-
- COMPILER_ERROR_EVENT - Static variable in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
-
- COMPILER_FLAGS_NAME - Static variable in class com.facebook.buck.swift.SwiftBuckConfig
-
- CompilerErrorEvent - Class in com.facebook.buck.event
-
- compilerErrorEvent(CompilerErrorEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
-
- CompilerErrorEvent.CompilerType - Enum in com.facebook.buck.event
-
- CompilerErrorEventExternalInterface - Interface in com.facebook.buck.event.external.events
-
Describes a compiler error thrown by buck.
- CompilerOutputPaths - Class in com.facebook.buck.jvm.java
-
Provides access to the various output paths for a java library.
- CompilerOutputPaths() - Constructor for class com.facebook.buck.jvm.java.CompilerOutputPaths
-
- CompilerParameters - Class in com.facebook.buck.jvm.java
-
- CompilerParameters() - Constructor for class com.facebook.buck.jvm.java.CompilerParameters
-
- CompilerParameters.Builder - Class in com.facebook.buck.jvm.java
-
- CompilerPluginDurationEvent - Class in com.facebook.buck.event
-
Base class for events being reported by plugins to in-process compilers such as JSR199 javac.
- CompilerPluginDurationEvent(EventKey, BuildTarget, String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent
-
- CompilerPluginDurationEvent.Finished - Class in com.facebook.buck.event
-
- CompilerPluginDurationEvent.Started - Class in com.facebook.buck.event
-
- compilerPluginDurationEventFinished(CompilerPluginDurationEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- compilerPluginDurationEventStarted(CompilerPluginDurationEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- CompilerProvider - Class in com.facebook.buck.cxx.toolchain
-
- CompilerProvider(ToolProvider, CxxToolProvider.Type, ToolType, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.CompilerProvider
-
- CompilerProvider(ToolProvider, Supplier<CxxToolProvider.Type>, ToolType, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.CompilerProvider
-
- CompilerProvider(ToolProvider, Supplier<CxxToolProvider.Type>, ToolType, boolean, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.CompilerProvider
-
- CompileStringsStep - Class in com.facebook.buck.android
-
This
Step takes a list of string resource files (strings.xml), groups them by locales,
and for each locale generates a file with all the string resources for that locale.
- CompileStringsStep(ProjectFilesystem, ImmutableList<Path>, Path, Function<String, Path>) - Constructor for class com.facebook.buck.android.CompileStringsStep
-
Note: The ordering of files in the input list determines which resource value ends up in the
output .fbstr file, in the event of multiple xml files of a locale sharing the same string
resource name - file that appears first in the list wins.
- compileTimeJar - Variable in class com.facebook.buck.jvm.java.JarBuildStepsFactory.JavaDependencyInfo
-
- CompileToJarStepFactory - Class in com.facebook.buck.jvm.java
-
Provides a base implementation for post compile steps.
- CompileToJarStepFactory() - Constructor for class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- complete(PerfTimesStats) - Static method in class com.facebook.buck.event.listener.PerfTimesEventListener.PerfTimesEvent
-
- complete(T) - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingTask
-
- completed(T) - Static method in class com.facebook.buck.util.concurrent.WorkThreadTrackingTask
-
- CompletedTypeKind - Enum in com.facebook.buck.jvm.java.abi.source
-
- ComposedComputation<BaseKey extends ComputeKey<?>,Result2 extends ComputeResult> - Interface in com.facebook.buck.core.graph.transformation.composition
-
- ComposedComputationIdentifier<ResultType extends ComputeResult> - Class in com.facebook.buck.core.graph.transformation.model
-
- ComposedKey<KeyType1 extends ComputeKey<?>,ResultType2 extends ComputeResult> - Class in com.facebook.buck.core.graph.transformation.model
-
- ComposedKey() - Constructor for class com.facebook.buck.core.graph.transformation.model.ComposedKey
-
- ComposedResult<KeyType extends ComputeKey<ResultType>,ResultType extends ComputeResult> - Class in com.facebook.buck.core.graph.transformation.model
-
- ComposedResult() - Constructor for class com.facebook.buck.core.graph.transformation.model.ComposedResult
-
- composeLeft(Class<Result2>, ComposedComputation<KeyBase, Result1>, KeyComposer<Key1, Result1, Key2>) - Static method in class com.facebook.buck.core.graph.transformation.composition.Composition
-
- Composer<Key1,Result1> - Interface in com.facebook.buck.core.graph.transformation.composition
-
- composeRight(Class<Result2>, GraphComputation<Key1, Result1>, KeyComposer<Key1, Result1, KeyIntermediate>) - Static method in class com.facebook.buck.core.graph.transformation.composition.Composition
-
- CompositeArg - Class in com.facebook.buck.rules.args
-
CompositeArg holds a list of args and appends them all to the command-line.
- CompositeArg() - Constructor for class com.facebook.buck.rules.args.CompositeArg
-
- Composition - Class in com.facebook.buck.core.graph.transformation.composition
-
- Composition() - Constructor for class com.facebook.buck.core.graph.transformation.composition.Composition
-
- compressedSize - Variable in class com.facebook.buck.event.ArtifactCompressionEvent.Finished
-
- CompressingFileHandler - Class in com.facebook.buck.cli.bootstrapper
-
- CompressingFileHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
-
- CompressingFileHandler - Class in com.facebook.buck.log
-
- CompressingFileHandler() - Constructor for class com.facebook.buck.log.CompressingFileHandler
-
- CompressionAlgorithm - Enum in com.facebook.buck.android
-
Assets in the apks (e.g.
- CompressionType - Enum in com.facebook.buck.util.trace.uploader.types
-
Whether and when to upload logs.
- ComputationEnvironment - Interface in com.facebook.buck.core.graph.transformation
-
- ComputationIdentifier<ResultType extends ComputeResult> - Interface in com.facebook.buck.core.graph.transformation.model
-
- compute(KeyType) - Method in interface com.facebook.buck.core.graph.transformation.GraphTransformationEngine
-
Asynchronously computes the result for the given key
- compute(KeyType) - Method in class com.facebook.buck.core.graph.transformation.impl.DefaultGraphTransformationEngine
-
- compute() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingTask
-
- computeAll(Set<KeyType>) - Method in interface com.facebook.buck.core.graph.transformation.GraphTransformationEngine
-
Asynchronously computes the result for multiple keys
- computeAll(Set<KeyType>) - Method in class com.facebook.buck.core.graph.transformation.impl.DefaultGraphTransformationEngine
-
- computeAllIfAbsent(ImmutableMap<BuildTarget, Function<BuildTarget, BuildRule>>) - Method in interface com.facebook.buck.core.rules.ActionGraphBuilder
-
- computeAllIfAbsent(ImmutableMap<BuildTarget, Function<BuildTarget, BuildRule>>) - Method in class com.facebook.buck.core.rules.resolver.impl.AbstractActionGraphBuilder
-
- computeAllIfAbsent(ImmutableMap<BuildTarget, Function<BuildTarget, BuildRule>>) - Method in class com.facebook.buck.core.rules.resolver.impl.MultiThreadedActionGraphBuilder
-
- computeAllUnchecked(Set<KeyType>) - Method in interface com.facebook.buck.core.graph.transformation.GraphTransformationEngine
-
Synchronously computes the result for multiple keys
- computeAllUnchecked(Set<KeyType>) - Method in class com.facebook.buck.core.graph.transformation.impl.DefaultGraphTransformationEngine
-
- computeBundleName(ImmutableSortedSet<Flavor>, Supplier<String>) - Method in interface com.facebook.buck.features.js.HasBundleName
-
Computes the bundle name as configured, or falls back to a default name.
- computeClosure(UsedResourcesFinder.ApkContentProvider, Iterable<String>, Iterable<Integer>) - Static method in class com.facebook.buck.android.resources.UsedResourcesFinder
-
- computeDigest(Protocol.Directory) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- computeDigest(byte[]) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol
-
- computeDigest(Protocol.Directory) - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol
-
- computeDigest(byte[]) - Method in interface com.facebook.buck.remoteexecution.interfaces.Protocol
-
- computeIfAbsent(BuildTarget, Function<BuildTarget, BuildRule>) - Method in interface com.facebook.buck.core.rules.ActionGraphBuilder
-
Retrieve the BuildRule for the given BuildTarget.
- computeIfAbsent(BuildTarget, Function<BuildTarget, BuildRule>) - Method in class com.facebook.buck.core.rules.resolver.impl.MultiThreadedActionGraphBuilder
-
- computeIfAbsent(BuildTarget, Function<BuildTarget, BuildRule>) - Method in class com.facebook.buck.core.rules.resolver.impl.RuleAnalysisCompatibleDelegatingActionGraphBuilder
-
- computeInput(ActionGraphBuilder, Linker.LinkableDepType, boolean, TargetConfiguration) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo.Delegate
-
- computeInputs(ThrowingConsumer<SourcePath, E>) - Method in interface com.facebook.buck.core.rules.modern.HasCustomInputsLogic
-
- computeInputs(ThrowingConsumer<SourcePath, E>) - Method in class com.facebook.buck.core.toolchain.tool.impl.VersionedTool
-
- ComputeKey<ResultType extends ComputeResult> - Interface in com.facebook.buck.core.graph.transformation.model
-
- computeMd5Hash(ByteSource) - Static method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol
-
- computePrimaryApkClosure(UsedResourcesFinder.ApkContentProvider) - Static method in class com.facebook.buck.android.resources.UsedResourcesFinder
-
- COMPUTER_NAME_FORMAT__ComputerNameDnsDomain - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- COMPUTER_NAME_FORMAT__ComputerNameDnsFullyQualified - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- COMPUTER_NAME_FORMAT__ComputerNameDnsHostname - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- COMPUTER_NAME_FORMAT__ComputerNameNetBIOS - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- COMPUTER_NAME_FORMAT__ComputerNamePhysicalDnsDomain - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- COMPUTER_NAME_FORMAT__ComputerNamePhysicalDnsFullyQualified - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- COMPUTER_NAME_FORMAT__ComputerNamePhysicalDnsHostname - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- COMPUTER_NAME_FORMAT__ComputerNamePhysicalNetBIOS - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
-
- ComputeResult - Interface in com.facebook.buck.core.graph.transformation.model
-
- computeSha1(Path) - Method in class com.facebook.buck.edenfs.EdenProjectFilesystemDelegate
-
- computeSha1(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- computeSha1(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemDelegate
-
- computeSha1(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- computeSha1(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemDelegate
-
- computeSha256(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- computeSha256(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- computeSharedLibrariesToBundles(ImmutableSet<TargetNode<?>>, TargetGraph) - Static method in class com.facebook.buck.features.apple.project.ProjectGenerator
-
Generate a mapping from libraries to the framework bundles that include them.
- computeSharedLibrariesToBundles(ImmutableSet<TargetNode<?>>, TargetGraph) - Static method in class com.facebook.buck.features.apple.projectV2.XcodeNativeTargetGenerator
-
Generate a mapping from libraries to the framework bundles that include them.
- computeTransitiveCxxToPreprocessorInputMap(CxxPlatform, CxxPreprocessorDep, boolean, ActionGraphBuilder) - Static method in class com.facebook.buck.cxx.TransitiveCxxPreprocessorInputCache
-
- computeUnchecked(KeyType) - Method in interface com.facebook.buck.core.graph.transformation.GraphTransformationEngine
-
Synchronously computes the given key
- computeUnchecked(KeyType) - Method in class com.facebook.buck.core.graph.transformation.impl.DefaultGraphTransformationEngine
-
- concat(Iterable<CxxDeps>) - Static method in class com.facebook.buck.cxx.CxxDeps
-
- concat(CxxDeps...) - Static method in class com.facebook.buck.cxx.CxxDeps
-
- concat(Iterable<CxxPreprocessorInput>) - Static method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
- concat(CxxToolFlags...) - Static method in class com.facebook.buck.cxx.CxxToolFlags
-
Concatenate multiple flags in a pairwise manner.
- concat(Iterable<NativeLinkableInput>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
-
- concat(Iterable<T>) - Method in interface com.facebook.buck.rules.coercer.concat.Concatable
-
- concat(Iterable<ImmutableList<T>>) - Method in class com.facebook.buck.rules.coercer.concat.ImmutableListConcatable
-
- concat(Iterable<Object>) - Method in class com.facebook.buck.rules.coercer.concat.SingleElementJsonTypeConcatenatingCoercer
-
- concat(Iterable<ImmutableList<T>>) - Method in class com.facebook.buck.rules.coercer.ListTypeCoercer
-
- concat(Iterable<ImmutableMap<K, V>>) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
-
- concat(Iterable<Optional<T>>) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
-
- concat(Iterable<PatternMatchedCollection<T>>) - Static method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
- concat(Iterable<PatternMatchedCollection<T>>) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
-
- concat(Iterable<ImmutableSortedSet<T>>) - Method in class com.facebook.buck.rules.coercer.SortedSetConcatable
-
- concat(Iterable<ImmutableSortedSet<T>>) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
-
- concat(Iterable<SourceSet>) - Static method in class com.facebook.buck.rules.coercer.SourceSet
-
Concatenates elements of the given lists into a single list.
- concat(Iterable<SourceSet>) - Method in class com.facebook.buck.rules.coercer.SourceSetConcatable
-
- concat(Iterable<SourceSortedSet>) - Static method in class com.facebook.buck.rules.coercer.SourceSortedSet
-
Concatenates elements of the given lists into a single list.
- concat(Iterable<SourceSortedSet>) - Method in class com.facebook.buck.rules.coercer.SourceSortedSetConcatable
-
- concat(Iterable<String>) - Method in class com.facebook.buck.rules.coercer.StringTypeCoercer
-
- concat(Iterable<StringWithMacros>) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
-
- concat(Iterable<T>) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
Implementation of concatenation for this type.
- concat(Stream<? extends T>) - Method in interface com.facebook.buck.util.stream.RichStream
-
- Concatable<T> - Interface in com.facebook.buck.rules.coercer.concat
-
Indicates that a class provides concatenation operation (which can either perform concatenation
or indicate that the type doesn't support concatenation).
- concatenateFiles(Path, Iterable<Path>) - Static method in class com.facebook.buck.io.file.MostFiles
-
Concatenates the contents of one or more files.
- ConcatStep - Class in com.facebook.buck.android
-
Takes in a list of files and outputs a concatenation of them in the same directory.
- ConcatStep(ProjectFilesystem, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.android.ConcatStep
-
Use this constructor if the files to concatenate are known at the time of step creation.
- ConcatStep(ProjectFilesystem, ImmutableList.Builder<Path>, Path) - Constructor for class com.facebook.buck.android.ConcatStep
-
Use this constructor if the files to concatenate are not known at the time of step creation.
- ConcurrencyLimit - Class in com.facebook.buck.util.concurrent
-
Amalgamation of parameters that control how many jobs we can run at once.
- ConcurrencyLimit(int, ResourceAllocationFairness, int, ResourceAmounts, ResourceAmounts) - Constructor for class com.facebook.buck.util.concurrent.ConcurrencyLimit
-
- CONCURRENT_ACTION_COMPUTATIONS_KEY - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
Number of actions to compute at a time.
- CONCURRENT_EXECUTIONS_KEY - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
Limit on the number of outstanding execution requests.
- CONCURRENT_PENDING_UPLOADS_KEY - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
Number of pending uploads at a time.
- CONCURRENT_RESULT_HANDLING_KEY - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
Number of results to concurrently handle at a time.
- ConcurrentProjectBuildFileParser - Class in com.facebook.buck.parser
-
- ConcurrentProjectBuildFileParser(Supplier<ProjectBuildFileParser>) - Constructor for class com.facebook.buck.parser.ConcurrentProjectBuildFileParser
-
- ConditionalStep - Class in com.facebook.buck.step
-
Step that is run conditionally based on
Supplier<Boolean> shouldRunStep.
- ConditionalStep(Supplier<Boolean>, Step) - Constructor for class com.facebook.buck.step.ConditionalStep
-
- Config - Class in com.facebook.buck.util.config
-
Structured representation of data read from a stack of .ini files, where each file can
override values defined by the previous ones.
- Config() - Constructor for class com.facebook.buck.util.config.Config
-
Convenience constructor to create an empty config.
- Config(RawConfig) - Constructor for class com.facebook.buck.util.config.Config
-
- Config(RawConfig, ImmutableMap<Path, RawConfig>) - Constructor for class com.facebook.buck.util.config.Config
-
- CONFIG_FILE_LONG_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- CONFIG_JSON_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
-
- CONFIG_LONG_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- ConfigBasedUnresolvedRustPlatform - Class in com.facebook.buck.features.rust
-
- ConfigDifference - Class in com.facebook.buck.command.config
-
Helper methods for calculating and logging the config differences that cause state invalidation
- ConfigDifference() - Constructor for class com.facebook.buck.command.config.ConfigDifference
-
- ConfigDifference.ConfigChange - Interface in com.facebook.buck.command.config
-
A single changed config value
- ConfigIgnoredByDaemon - Class in com.facebook.buck.command.config
-
A view of a config that excludes configuration options that do not invalidate global state.
- ConfigIgnoredByDaemon() - Constructor for class com.facebook.buck.command.config.ConfigIgnoredByDaemon
-
- ConfigRuleKeyConfigurationFactory - Class in com.facebook.buck.rules.keys.config.impl
-
- ConfigRuleKeyConfigurationFactory() - Constructor for class com.facebook.buck.rules.keys.config.impl.ConfigRuleKeyConfigurationFactory
-
- CONFIGS - Static variable in class com.facebook.buck.parser.MetaRules
-
- Configs - Class in com.facebook.buck.util.config
-
Utility functions for working with
Configs.
- ConfigSettingArg - Class in com.facebook.buck.core.rules.configsetting
-
Immutable implementation of ConfigSettingDescription.AbstractConfigSettingArg.
- ConfigSettingArg.Builder - Class in com.facebook.buck.core.rules.configsetting
-
- ConfigSettingDescription - Class in com.facebook.buck.core.rules.configsetting
-
A description for config_setting.
- ConfigSettingDescription() - Constructor for class com.facebook.buck.core.rules.configsetting.ConfigSettingDescription
-
- ConfigSettingRule - Class in com.facebook.buck.core.rules.configsetting
-
config_setting rule.
- ConfigSettingRule(BuildTarget, ImmutableMap<String, String>, ImmutableSet<ConstraintValueRule>) - Constructor for class com.facebook.buck.core.rules.configsetting.ConfigSettingRule
-
- ConfigSettingRuleDescriptionProvider - Class in com.facebook.buck.core.rules.configsetting
-
- ConfigSettingRuleDescriptionProvider() - Constructor for class com.facebook.buck.core.rules.configsetting.ConfigSettingRuleDescriptionProvider
-
- ConfigSettingSelectable - Class in com.facebook.buck.core.rules.configsetting
-
- ConfigSettingSelectable(BuildTarget, ImmutableMap<String, String>, ImmutableSet<ConstraintValue>) - Constructor for class com.facebook.buck.core.rules.configsetting.ConfigSettingSelectable
-
- ConfigSettingSelectableConfigurationContext - Interface in com.facebook.buck.core.rules.configsetting
-
- CONFIGURATION - Static variable in class com.facebook.buck.core.build.engine.buildinfo.BuildInfo.MetadataKey
-
Key for
OnDiskBuildInfo to store the build target configuration of the owning build
rule.
- ConfigurationBuildTargets - Class in com.facebook.buck.core.model
-
- ConfigurationForConfigurationTargets - Class in com.facebook.buck.core.model
-
- ConfigurationRule - Interface in com.facebook.buck.core.rules.config
-
A rule that can be used to configure a build graph.
- ConfigurationRuleArg - Interface in com.facebook.buck.core.rules.config
-
Marker for constructor args of configuration rules
- ConfigurationRuleDescription<T extends ConfigurationRuleArg,R extends ConfigurationRule> - Interface in com.facebook.buck.core.rules.config
-
This class describe a configuration rule - a rule that can be used during configuration of a
target graph.
- ConfigurationRuleDescriptionProvider - Interface in com.facebook.buck.core.rules.config
-
- ConfigurationRuleRegistry - Interface in com.facebook.buck.core.rules.config.registry
-
Provides centralized access to various configuration rules.
- ConfigurationRuleRegistryFactory - Class in com.facebook.buck.core.rules.config.registry.impl
-
- ConfigurationRuleResolver - Interface in com.facebook.buck.core.rules.config
-
- ConfigurationRuleSelectableResolver - Class in com.facebook.buck.core.rules.config.impl
-
- ConfigurationRuleSelectableResolver(ConfigurationRuleResolver) - Constructor for class com.facebook.buck.core.rules.config.impl.ConfigurationRuleSelectableResolver
-
- configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.BeginningBuildRuleEvent
-
- configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.core.build.event.BuildRuleEvent.EndingBuildRuleEvent
-
- configure(TargetConfiguration) - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
- configure(TargetConfiguration) - Method in class com.facebook.buck.core.model.UnconfiguredBuildTargetWithOutputs
-
Apply the configuration.
- configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.event.AbstractBuckEvent
-
Method to configure an event before posting it to the
BuckEventBus.
- configure(long, long, long, long, BuildId) - Method in interface com.facebook.buck.event.BuckEvent
-
- configure(WebSocketServletFactory) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet
-
- configure(JvmLibraryArg, JavacOptions, ActionGraphBuilder, BuildRuleResolver, TargetConfiguration, ToolchainProvider) - Method in class com.facebook.buck.jvm.groovy.GroovyConfiguredCompilerFactory
-
- configure(JvmLibraryArg, JavacOptions, ActionGraphBuilder, BuildRuleResolver, TargetConfiguration, ToolchainProvider) - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
-
- configure(JvmLibraryArg, JavacOptions, ActionGraphBuilder, BuildRuleResolver, TargetConfiguration, ToolchainProvider) - Method in class com.facebook.buck.jvm.java.JavaConfiguredCompilerFactory
-
- configure(JvmLibraryArg, JavacOptions, ActionGraphBuilder, BuildRuleResolver, TargetConfiguration, ToolchainProvider) - Method in class com.facebook.buck.jvm.kotlin.KotlinConfiguredCompilerFactory
-
- configure(JvmLibraryArg, JavacOptions, ActionGraphBuilder, BuildRuleResolver, TargetConfiguration, ToolchainProvider) - Method in class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
-
- ConfiguredCompilerFactory - Class in com.facebook.buck.jvm.java
-
- ConfiguredCompilerFactory() - Constructor for class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
-
- configureParser(Object, SubCommand) - Method in class com.facebook.buck.cli.AdditionalOptionsSubCommandHandler
-
- ConfigView<T> - Interface in com.facebook.buck.core.config
-
A view of a particular config class.
- ConfigViewCache<T> - Class in com.facebook.buck.core.config
-
A cache for views of some Config.
- ConfigViewCache(T, Class<T>) - Constructor for class com.facebook.buck.core.config.ConfigViewCache
-
- confirm(String) - Method in class com.facebook.buck.doctor.UserInput
-
- CONNECT_TIMEOUT_MS - Static variable in class com.facebook.buck.android.agent.AgentMain
-
- console - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- Console - Class in com.facebook.buck.util
-
- Console(Verbosity, PrintStream, PrintStream, Ansi) - Constructor for class com.facebook.buck.util.Console
-
- CONSOLE_EVENT - Static variable in interface com.facebook.buck.event.external.events.ConsoleEventExternalInterface
-
- ConsoleBuckEventListener - Class in com.facebook.buck.util.console
-
BuckEventListener that subscribes to
ConsoleEvent, format and print them into the
Console
- ConsoleBuckEventListener(Console) - Constructor for class com.facebook.buck.util.console.ConsoleBuckEventListener
-
- ConsoleEvent - Class in com.facebook.buck.event
-
Event for messages.
- ConsoleEvent(Level, boolean, String) - Constructor for class com.facebook.buck.event.ConsoleEvent
-
- consoleEvent(ConsoleEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
-
- ConsoleEventExternalInterface - Interface in com.facebook.buck.event.external.events
-
Describes a console event thrown by buck.
- ConsoleEventHandler - Class in com.facebook.buck.core.starlark.eventhandler
-
A simple class that posts log events from skylark as
ConsoleEvent the provided event bus
- ConsoleEventHandler(BuckEventBus, Set<EventKind>, ImmutableSet<String>, HumanReadableExceptionAugmentor) - Constructor for class com.facebook.buck.core.starlark.eventhandler.ConsoleEventHandler
-
- ConsoleHandler - Class in com.facebook.buck.cli.bootstrapper
-
- ConsoleHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.ConsoleHandler
-
- ConsoleHandler - Class in com.facebook.buck.log
-
Implementation of Handler which writes to the console (System.err by default).
- ConsoleHandler() - Constructor for class com.facebook.buck.log.ConsoleHandler
-
- ConsoleHandlerState - Interface in com.facebook.buck.log
-
How the ConsoleHandler is supposed to behave for a particular thread.
- ConsoleHandlerState.Writer - Interface in com.facebook.buck.log
-
- ConsoleUtils - Class in com.facebook.buck.util.console
-
Utility methods to work with Console/ConsoleEvents
- constant(long) - Static method in class com.facebook.buck.remoteexecution.grpc.retry.Backoff
-
- ConstantJavacProvider - Class in com.facebook.buck.jvm.java
-
- ConstantJavacProvider(Javac) - Constructor for class com.facebook.buck.jvm.java.ConstantJavacProvider
-
- Constants() - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- Constants() - Constructor for class com.facebook.buck.util.Libc.Constants
-
- ConstantToolProvider - Class in com.facebook.buck.core.toolchain.toolprovider.impl
-
- ConstantToolProvider(Tool) - Constructor for class com.facebook.buck.core.toolchain.toolprovider.impl.ConstantToolProvider
-
- Constraint - Interface in com.facebook.buck.versions
-
Represents a version constraint applied to a dependency.
- ConstraintBasedAndroidNativeTargetConfigurationMatcher - Class in com.facebook.buck.android
-
Matcher that uses constraints to figure out whether platform in target configuration matches the
CPU type.
- ConstraintBasedAndroidNativeTargetConfigurationMatcher(ConfigurationRuleRegistry, ImmutableMap<TargetCpuType, NamedPlatform>) - Constructor for class com.facebook.buck.android.ConstraintBasedAndroidNativeTargetConfigurationMatcher
-
- ConstraintBasedAndroidPackageableFilter - Class in com.facebook.buck.android.packageable
-
Performs filtering using a single configuration for non-native targets and a set of allowed
constraint values for native targets.
- ConstraintBasedAndroidPackageableFilter(TargetConfiguration) - Constructor for class com.facebook.buck.android.packageable.ConstraintBasedAndroidPackageableFilter
-
- ConstraintBasedPlatform - Class in com.facebook.buck.core.model.platform.impl
-
An implementation of a
Platform that has a fixed set of constraints.
- ConstraintBasedPlatform(BuildTarget, ImmutableSet<ConstraintValue>) - Constructor for class com.facebook.buck.core.model.platform.impl.ConstraintBasedPlatform
-
- ConstraintResolver - Interface in com.facebook.buck.core.model.platform
-
- ConstraintRulesDescriptionProvider - Class in com.facebook.buck.core.rules.platform
-
- ConstraintRulesDescriptionProvider() - Constructor for class com.facebook.buck.core.rules.platform.ConstraintRulesDescriptionProvider
-
- ConstraintSetting - Class in com.facebook.buck.core.model.platform
-
Represents a group of constraints defined using constraint_setting.
- ConstraintSetting() - Constructor for class com.facebook.buck.core.model.platform.ConstraintSetting
-
- ConstraintSettingArg - Class in com.facebook.buck.core.rules.platform
-
Immutable implementation of ConstraintSettingDescription.AbstractConstraintSettingArg.
- ConstraintSettingArg.Builder - Class in com.facebook.buck.core.rules.platform
-
- ConstraintSettingDescription - Class in com.facebook.buck.core.rules.platform
-
A description for constraint_setting.
- ConstraintSettingDescription() - Constructor for class com.facebook.buck.core.rules.platform.ConstraintSettingDescription
-
- ConstraintSettingRule - Class in com.facebook.buck.core.rules.platform
-
A configuration rule that represents config_setting target.
- ConstraintSettingRule(BuildTarget) - Constructor for class com.facebook.buck.core.rules.platform.ConstraintSettingRule
-
- ConstraintTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- ConstraintTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
-
- ConstraintValue - Class in com.facebook.buck.core.model.platform
-
Represents a constraint defined using constraint_value.
- ConstraintValue() - Constructor for class com.facebook.buck.core.model.platform.ConstraintValue
-
- ConstraintValueArg - Class in com.facebook.buck.core.rules.platform
-
Immutable implementation of ConstraintValueDescription.AbstractConstraintValueArg.
- ConstraintValueArg.Builder - Class in com.facebook.buck.core.rules.platform
-
- ConstraintValueDescription - Class in com.facebook.buck.core.rules.platform
-
A description for constraint_value.
- ConstraintValueDescription() - Constructor for class com.facebook.buck.core.rules.platform.ConstraintValueDescription
-
- ConstraintValueRule - Class in com.facebook.buck.core.rules.platform
-
constraint_value rule.
- ConstraintValueRule(BuildTarget, ConstraintSettingRule) - Constructor for class com.facebook.buck.core.rules.platform.ConstraintValueRule
-
- ConstraintValueUtil - Class in com.facebook.buck.core.model.platform
-
Utilities to work with AbstractConstraintValue
- construct(int, Map<Integer, SortedSet<Integer>>) - Static method in class com.facebook.buck.android.resources.BringToFrontMapper
-
Constructs a ReferenceMapper that will reassign ids and adjust offsets such that for each key
in idsByType, the ids in idsByType will be reassigned to the first n ids of that type.
- ConstructorArg - Interface in com.facebook.buck.core.description.arg
-
Marker interface for all rule args including configuration rules.
- ConstructorArgMarshaller - Interface in com.facebook.buck.rules.coercer
-
- ConsumeAllOptionsHandler - Class in com.facebook.buck.cli
-
- ConsumeAllOptionsHandler(CmdLineParser, OptionDef, Setter<? super String>) - Constructor for class com.facebook.buck.cli.ConsumeAllOptionsHandler
-
- ConsumingTraverser<N> - Class in com.facebook.buck.core.util.graph
-
- ConsumingTraverser() - Constructor for class com.facebook.buck.core.util.graph.ConsumingTraverser
-
- contacts() - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableTestInfo
-
- contacts() - Method in class com.facebook.buck.core.rules.providers.lib.TestInfo
-
- CONTAINER - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- containerScope(RuleKeyHasher.Container) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher
-
Hashes the container iff non-empty (i.e.
- containerScope(RuleKeyHasher.Container) - Method in class com.facebook.buck.rules.keys.NoopRuleKeyScopedHasher
-
- containerScope(RuleKeyHasher.Container) - Method in interface com.facebook.buck.rules.keys.RuleKeyScopedHasher
-
- containerSubType(RuleKeyHasher.Container) - Static method in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- contains(String, ArtifactCacheMode) - Static method in class com.facebook.buck.artifact_cache.CacheResult
-
- contains(Flavor) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- contains(Flavor) - Method in class com.facebook.buck.core.model.FlavorSet
-
Does this set contain given flavor?
- contains(Provider<T>) - Method in class com.facebook.buck.core.rules.providers.collect.impl.LegacyProviderInfoCollectionImpl
-
- contains(Provider<T>) - Method in class com.facebook.buck.core.rules.providers.collect.impl.ProviderInfoCollectionImpl
-
- contains(Provider<T>) - Method in interface com.facebook.buck.core.rules.providers.collect.ProviderInfoCollection
-
- contains(Object) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- containsAll(FlavorSet) - Method in class com.facebook.buck.core.model.FlavorSet
-
Does this set contain all given flavors?
- containsAll(Collection<Flavor>) - Method in class com.facebook.buck.core.model.FlavorSet
-
Does this set contain all given flavors?
- containsAll(Collection<?>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- containsAnsiEscapeCodes() - Method in class com.facebook.buck.event.ConsoleEvent
-
- containsAnyOf(Set<Flavor>) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- containsAnyOf(FlavorSet) - Method in class com.facebook.buck.core.model.FlavorDomain
-
- containsClassPath(String) - Method in class com.facebook.buck.test.selectors.PatternTestSelector
-
- containsClassPath(String) - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
-
- containsClassPath(String) - Method in interface com.facebook.buck.test.selectors.TestSelector
-
- containsDigest(Protocol.Digest) - Method in interface com.facebook.buck.remoteexecution.ContentAddressedStorageClient
-
- containsDigest(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcContentAddressableStorageClient
-
- containsDigest(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
- containsDigest(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.util.MultiThreadedBlobUploader
-
- containsEdge(T, T) - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- containsEntry(FileLike) - Method in class com.facebook.buck.android.dalvik.DalvikAwareOutputStreamHelper
-
- containsFlavor(Flavor) - Static method in class com.facebook.buck.apple.Flavors
-
- containsFlavors(FlavorDomain<?>) - Static method in class com.facebook.buck.apple.Flavors
-
- containsKey(Object, Location, StarlarkContext) - Method in class com.facebook.buck.core.rules.providers.collect.impl.LegacyProviderInfoCollectionImpl
-
- containsKey(Object, Location, StarlarkContext) - Method in class com.facebook.buck.core.rules.providers.collect.impl.ProviderInfoCollectionImpl
-
- containsKey(Object, Location, StarlarkContext) - Method in class com.facebook.buck.core.starlark.rule.data.SkylarkDependency
-
- containsNode(T) - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- containsValuesLessThan(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
- CONTENT_ESCAPER - Static variable in class com.facebook.buck.testrunner.TestXmlEscaper
-
- CONTENT_UNESCAPER - Static variable in class com.facebook.buck.test.TestXmlUnescaper
-
- ContentAddressedStorageClient - Interface in com.facebook.buck.remoteexecution
-
This is a simple ContentAddressedStorageClient interface used for remote execution.
- ContentAddressedStorageClient.FileMaterializer - Interface in com.facebook.buck.remoteexecution
-
Interface for filesystem operations required for materialization.
- ContentAgnosticRuleKeyFactory - Class in com.facebook.buck.rules.keys
-
A factory for generating
RuleKeys that only take into the account the path of a file and
not the contents(hash) of the file.
- ContentAgnosticRuleKeyFactory(RuleKeyFieldLoader, SourcePathRuleFinder, Optional<ThriftRuleKeyLogger>) - Constructor for class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory
-
- ContentAgnosticRuleKeyFactory.Builder<RULE_KEY> - Class in com.facebook.buck.rules.keys
-
- contentLength() - Method in interface com.facebook.buck.slb.HttpResponse
-
- contentLength() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
-
- contentLength() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
-
- ContentRoot - Class in com.facebook.buck.features.project.intellij.model
-
- ContentRoot() - Constructor for class com.facebook.buck.features.project.intellij.model.ContentRoot
-
- Context(ImmutableMap<SupportsDependencyFileRuleKey, DependencyFileRuleKeyFactory.RuleKeyAndInputs>, ActionGraphBuilder, ImmutableMap<BuildRule, ImmutableSet<SourcePath>>) - Constructor for class com.facebook.buck.cli.PerfManifestCommand.Context
-
- ContextualProcessExecutor - Class in com.facebook.buck.util
-
- ContextualProcessExecutor(ProcessExecutor, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.ContextualProcessExecutor
-
- convert(ProjectFilesystem, SourcePath) - Static method in class com.facebook.buck.core.artifact.BuildTargetSourcePathToArtifactConverter
-
- convert(UnconfiguredBuildTarget) - Static method in class com.facebook.buck.core.model.ConfigurationBuildTargets
-
- convert(Optional<UnconfiguredBuildTarget>) - Static method in class com.facebook.buck.core.model.ConfigurationBuildTargets
-
- convert(ImmutableSet<UnconfiguredBuildTarget>) - Static method in class com.facebook.buck.core.model.ConfigurationBuildTargets
-
- convert(String, Function<? super T, U>) - Method in class com.facebook.buck.core.model.FlavorDomain
-
Provides a convenience for converting from one domain to another.
- convert(StringWithMacros) - Method in class com.facebook.buck.rules.macros.StringWithMacrosConverter
-
- convertAppleHeadersToPrivateCxxHeaders(BuildTarget, Function<SourcePath, Path>, Path, CxxLibraryDescription.CommonArg) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- convertAppleHeadersToPublicCxxHeaders(BuildTarget, Function<SourcePath, Path>, Path, CxxLibraryDescription.CommonArg) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- convertArgumentsToBuildTargets(CommandRunnerParams, List<String>) - Method in class com.facebook.buck.cli.AbstractCommand
-
Converts target arguments to fully qualified form (including resolving aliases, resolving the
implicit package target, etc).
- convertErrorToSoftError(ListenableFuture<CacheResult>, RuleKey) - Method in class com.facebook.buck.core.build.engine.cache.manager.BuildCacheArtifactFetcher
-
Converts a failed ListenableFuture<CacheResult> to a CacheResult error.
- convertHeadersToPrivateCxxHeaders(BuildTarget, Function<SourcePath, Path>, Path, SourceSortedSet, SourceSortedSet) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- convertHeadersToPublicCxxHeaders(BuildTarget, Function<SourcePath, Path>, Path, SourceSortedSet) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- convertLanguageLevelToIjFormat(String) - Static method in class com.facebook.buck.features.project.intellij.JavaLanguageLevelHelper
-
- convertMultimapToMapOfLists(ImmutableMultimap<K, V>) - Static method in class com.facebook.buck.util.MoreMaps
-
- convertToAllCapsIfNeeded(String) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- convertToPojo(Object) - Method in class com.facebook.buck.parser.api.BuildFileManifestPojoizer
-
Recursively convert parser-created objects into equivalent POJO objects.
- convertValue(Map<String, Object>, Class<T>) - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- convertValues(ImmutableMap<T, UnconfiguredBuildTarget>) - Static method in class com.facebook.buck.core.model.ConfigurationBuildTargets
-
- convertValues(ImmutableSortedMap<T, UnconfiguredBuildTarget>) - Static method in class com.facebook.buck.core.model.ConfigurationBuildTargets
-
- copy() - Method in class com.facebook.buck.android.resources.StringPool
-
- copy(Artifact, Artifact, CopySourceMode) - Method in class com.facebook.buck.core.artifact.ArtifactFilesystem
-
- copy(Path, Path, CopyOption...) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- copy(ProjectFilesystem, BuildCellRelativePathFactory, ImmutableList.Builder<Step>, Path, ImmutableSortedSet<SourcePath>, SourcePathResolverAdapter) - Method in class com.facebook.buck.features.filebundler.FileBundler
-
- copy(ProjectFilesystem, BuildCellRelativePathFactory, ImmutableList.Builder<Step>, Path, Iterable<SourcePath>, SourcePathResolverAdapter, PatternsMatcher) - Method in class com.facebook.buck.features.filebundler.FileBundler
-
- copy(Path, Path, CopySourceMode) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- copy(Path, Path, CopySourceMode) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- COPY_STDLIB_TO_FRAMEWORKS - Static variable in class com.facebook.buck.swift.SwiftBuckConfig
-
- CopyAction - Class in com.facebook.buck.core.rules.actions.lib
-
- CopyAction(ActionRegistry, Artifact, OutputArtifact, CopySourceMode) - Constructor for class com.facebook.buck.core.rules.actions.lib.CopyAction
-
- copyAppendingExtraDeps(Supplier<? extends Iterable<? extends BuildRule>>) - Method in class com.facebook.buck.core.rules.BuildRuleParams
-
- copyAppendingExtraDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.core.rules.BuildRuleParams
-
- copyAppendingExtraDeps(BuildRule...) - Method in class com.facebook.buck.core.rules.BuildRuleParams
-
- copyDir(ProjectFilesystem, Path, Path, Predicate<Path>) - Method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
-
- copyDir(ProjectFilesystem, Path, Path, Predicate<Path>) - Method in interface com.facebook.buck.util.FilteredDirectoryCopier
-
Creates a filtered copy of a directory.
- copyDirs(ProjectFilesystem, Map<Path, Path>, Predicate<Path>) - Method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
-
- copyDirs(ProjectFilesystem, Map<Path, Path>, Predicate<Path>) - Method in interface com.facebook.buck.util.FilteredDirectoryCopier
-
Copies multiple directories while filtering out individual files which fail a predicate.
- copyFile(Artifact, Object, Location) - Method in class com.facebook.buck.core.starlark.rule.SkylarkRuleContextActions
-
- copyFile(Artifact, Object, Location) - Method in interface com.facebook.buck.core.starlark.rule.SkylarkRuleContextActionsApi
-
- copyFile(Path, Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- copyFile(Path, Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- CopyFilePhaseDestinationSpec - Interface in com.facebook.buck.apple.xcode.xcodeproj
-
- copyFolder(Path, Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- copyFolder(Path, Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- CopyingFileBundler - Class in com.facebook.buck.features.filebundler
-
- CopyingFileBundler(ProjectFilesystem, BuildTarget) - Constructor for class com.facebook.buck.features.filebundler.CopyingFileBundler
-
- CopyInXcode - Class in com.facebook.buck.features.apple.common
-
- CopyInXcode() - Constructor for class com.facebook.buck.features.apple.common.CopyInXcode
-
- CopyInXcode.DestinationBase - Enum in com.facebook.buck.features.apple.common
-
- CopyInXcode.SourceType - Enum in com.facebook.buck.features.apple.common
-
- CopyNativeLibraries - Class in com.facebook.buck.android
-
A
BuildRule that gathers shared objects generated by
ndk_library and
prebuilt_native_library rules into a directory.
- CopyNativeLibraries(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ImmutableSet<CopyNativeLibraries.StrippedObjectDescription>, ImmutableSet<CopyNativeLibraries.StrippedObjectDescription>, ImmutableSet<SourcePath>, ImmutableSet<SourcePath>, ImmutableSet<TargetCpuType>, String) - Constructor for class com.facebook.buck.android.CopyNativeLibraries
-
- CopyNativeLibraries.StrippedObjectDescription - Class in com.facebook.buck.android
-
- copyNodeWithFlavors(TargetNode<T>, ImmutableSet<Flavor>) - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodeFactory
-
- copyNodeWithFlavors(TargetNode<T>, ImmutableSet<Flavor>) - Method in interface com.facebook.buck.core.model.targetgraph.NodeCopier
-
- copyOf(Iterable<? extends Flavor>) - Static method in class com.facebook.buck.core.model.FlavorSet
-
Constructor.
- copyOf(ImmutableSortedSet<Flavor>) - Static method in class com.facebook.buck.core.model.FlavorSet
-
Constructor.
- copyOf(Iterable<Arg>, Iterable<Arg>) - Static method in class com.facebook.buck.cxx.CxxToolFlags
-
Directly construct an instance from the given members.
- copyPlatformWithFlavorAndConfig(CxxPlatform, Platform, CxxBuckConfig, Flavor) - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
Creates a CxxPlatform with a defined flavor for a CxxBuckConfig with default values provided
from another default CxxPlatform
- copyRecursively(Path, Path) - Static method in class com.facebook.buck.io.file.MostFiles
-
Recursively copies all files under fromPath to toPath.
- copyRecursively(Path, Path, Function<Path, Path>) - Static method in class com.facebook.buck.io.file.MostFiles
-
Recursively copies all files under fromPath to toPath.
- copyRecursively(Path, Path, Function<Path, Path>, Function<Path, Boolean>) - Static method in class com.facebook.buck.io.file.MostFiles
-
- CopyResourcesStep - Class in com.facebook.buck.jvm.java
-
- CopyResourcesStep(ProjectFilesystem, BuildContext, BuildTarget, ResourcesParameters, Path) - Constructor for class com.facebook.buck.jvm.java.CopyResourcesStep
-
- CopySourceMode - Enum in com.facebook.buck.io.filesystem
-
Controls the behavior of how the source should be treated when copying.
- CopyStep - Class in com.facebook.buck.step.fs
-
- CopyStep.DirectoryMode - Enum in com.facebook.buck.step.fs
-
When copying a directory, this specifies whether only the contents of the directory should be
copied, or if the directory itself should be included.
- copyToOutputStream(Path, OutputStream) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
Copies a file to an output stream.
- copyToOutputStream(Path, OutputStream) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Copies a file to an output stream.
- copyToPath(InputStream, Path, CopyOption...) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- copyToPath(InputStream, Path, CopyOption...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- copyToZip(ZipEntrySourceCollection, Path) - Method in class com.facebook.buck.util.zip.collect.ZipEntrySourceCollectionWriter
-
Creates a zip archive in a given file by copying all entries listed in the collection.
- CopyToZipStep - Class in com.facebook.buck.features.zip.rules
-
A
Step that copies a set of files and entries from given zip files to a zip file.
- CopyToZipStep(ProjectFilesystem, Path, ImmutableMap<Path, Path>, ImmutableList<Path>, ImmutableSet<Pattern>, OnDuplicateEntry) - Constructor for class com.facebook.buck.features.zip.rules.CopyToZipStep
-
- copyWithFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodeImpl
-
- copyWithFlavors(ImmutableSet<Flavor>) - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- copyWithFlavors(FlavorSet) - Method in interface com.facebook.buck.core.model.targetgraph.TargetNode
-
- copyWithNewIdValue(String) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- copyWithNewParent(String) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- CORE_DATA_MODEL_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleBuildRules
-
- CORE_WLAN_INSTANCE - Static variable in class com.facebook.buck.util.environment.MacWifiSsidFinder
-
- CoreDataModel - Class in com.facebook.buck.apple
-
- CoreDataModelDescription - Class in com.facebook.buck.apple
-
Description for a core_data_model rule, which identifies a model file for use with Apple's Core
Data.
- CoreDataModelDescription() - Constructor for class com.facebook.buck.apple.CoreDataModelDescription
-
- CoreDataResource - Class in com.facebook.buck.features.apple.projectV2
-
Represents a core data resource from disk.
- CoreDataResource(Path, Optional<CoreDataResource.VersionInformation>) - Constructor for class com.facebook.buck.features.apple.projectV2.CoreDataResource
-
- CoreDataResource.VersionInformation - Class in com.facebook.buck.features.apple.projectV2
-
Details the version information for a core data file.
- CorruptArtifactException(String, String) - Constructor for exception com.facebook.buck.remoteexecution.util.MultiThreadedBlobUploader.CorruptArtifactException
-
- Counter - Class in com.facebook.buck.counters
-
- Counter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.Counter
-
- COUNTER_CATEGORY - Static variable in class com.facebook.buck.event.listener.LoadBalancerEventsListener
-
- CounterBuckConfig - Class in com.facebook.buck.counters
-
- CounterBuckConfig() - Constructor for class com.facebook.buck.counters.CounterBuckConfig
-
- CounterRegistry - Interface in com.facebook.buck.counters
-
- CounterRegistry.AsyncCounterRegistrationEvent - Class in com.facebook.buck.counters
-
- CounterRegistryImpl - Class in com.facebook.buck.counters
-
- CounterRegistryImpl(ScheduledExecutorService, BuckEventBus) - Constructor for class com.facebook.buck.counters.CounterRegistryImpl
-
- CounterRegistryImpl(ScheduledExecutorService, BuckEventBus, long, long) - Constructor for class com.facebook.buck.counters.CounterRegistryImpl
-
- CounterSnapshot - Class in com.facebook.buck.counters
-
- CounterSnapshot() - Constructor for class com.facebook.buck.counters.CounterSnapshot
-
- CounterSnapshot.Builder - Class in com.facebook.buck.counters
-
- CountersSnapshotEvent - Class in com.facebook.buck.counters
-
- CountersSnapshotEvent(Iterable<CounterSnapshot>) - Constructor for class com.facebook.buck.counters.CountersSnapshotEvent
-
- CountingRuleKeyHasher<HASH> - Class in com.facebook.buck.rules.keys.hasher
-
A delegating
RuleKeyHasher that counts the number of values put in it.
- CountingRuleKeyHasher(RuleKeyHasher<HASH>) - Constructor for class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
-
- CoverageReportFormat - Enum in com.facebook.buck.test
-
- CoverageReportFormatsHandler(CmdLineParser, OptionDef, Setter<CoverageReportFormat>) - Constructor for class com.facebook.buck.cli.TestCommand.CoverageReportFormatsHandler
-
- CppFlagsMacro - Class in com.facebook.buck.rules.macros
-
$(cppflags ...) macro type.
- CppFlagsMacro() - Constructor for class com.facebook.buck.rules.macros.CppFlagsMacro
-
- CrateType - Enum in com.facebook.buck.features.rust
-
Describe the kinds of crates rustc can generate.
- create(ToolchainProvider, ProjectFilesystem, ActionGraphBuilder, CellPathResolver, BuildTarget, BuildRuleParams, AndroidBinaryGraphEnhancer, DexSplitMode, EnumSet<ExopackageMode>, FilterResourcesSteps.ResourceFilter, Supplier<ImmutableSet<JavaLibrary>>, AndroidBinaryDescriptionArg, JavaOptions) - Method in class com.facebook.buck.android.AndroidBinaryFactory
-
- create(ToolchainProvider, JavaBuckConfig, AndroidBuckConfig, CxxBuckConfig, DxConfig, ProGuardConfig, CellPathResolver, TargetGraph, BuildTarget, DependencyStack, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, FilterResourcesSteps.ResourceFilter, DexSplitMode, EnumSet<ExopackageMode>, Supplier<ImmutableSet<JavaLibrary>>, AndroidGraphEnhancerArgs, boolean, JavaOptions, JavacFactory, ConfigurationRuleRegistry) - Method in class com.facebook.buck.android.AndroidBinaryGraphEnhancerFactory
-
- create(ToolchainProvider, ProjectFilesystem, ActionGraphBuilder, CellPathResolver, BuildTarget, BuildRuleParams, AndroidBinaryGraphEnhancer, DexSplitMode, EnumSet<ExopackageMode>, FilterResourcesSteps.ResourceFilter, AndroidBundleDescriptionArg, JavaOptions) - Method in class com.facebook.buck.android.AndroidBundleFactory
-
- create(String, String) - Static method in class com.facebook.buck.android.dalvik.CanaryFactory
-
Adds a "canary" class to a secondary dex that can be safely loaded on any system.
- create(AndroidPlatformTarget, ImmutableList<String>, ProjectFilesystem, Optional<Path>, String, Optional<String>, Set<Path>, ProGuardObfuscateStep.SdkProguardType, int, Optional<List<String>>, Map<Path, Path>, ImmutableSet<Path>, Path, BuildableContext, BuildContext, boolean, ImmutableList.Builder<Step>) - Static method in class com.facebook.buck.android.ProGuardObfuscateStep
-
Create steps that write out ProGuard's command line arguments to a text file and then run
ProGuard using those arguments.
- create(Iterable<String>) - Static method in class com.facebook.buck.android.resources.StringPool
-
- create(FlavorDomain<UnresolvedAppleCxxPlatform>, BuildTarget) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
-
Inspect the given build target and return information about it if its a fat binary.
- create(PluginManager) - Static method in class com.facebook.buck.apple.XCodeDescriptionsFactory
-
- create(Cells, Cell, Closer, CommandRunnerParams) - Static method in class com.facebook.buck.cli.GraphEngineFactory
-
Create new Graph Engine instance.
- create(ProcessExecutor, PluginManager, SandboxExecutionStrategyFactory, ImmutableList<ConfigurationRuleDescription<?, ?>>) - Method in interface com.facebook.buck.cli.MainRunner.KnownRuleTypesFactoryFactory
-
- create(AbsPath, Config) - Static method in class com.facebook.buck.core.cell.impl.CellMappingsFactory
-
- create(AbsPath, Map<String, AbsPath>, CellNameResolver, NewCellPathResolver) - Static method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
- create(AbsPath, Config) - Static method in class com.facebook.buck.core.cell.impl.DefaultCellPathResolver
-
Creates a DefaultCellPathResolver using the mappings in the provided
Config.
- create(ProjectFilesystem, BuckConfig, CellConfig, ImmutableMap<CellName, AbsPath>, CellPathResolver, BuckModuleManager, ToolchainProviderFactory, ProjectFilesystemFactory, UnconfiguredBuildTargetViewFactory) - Static method in class com.facebook.buck.core.cell.impl.LocalCellProviderFactory
-
Create a cell provider at a given root.
- create(ImmutableSortedSet<AbsPath>, CellProvider, NewCellPathResolver, CellPathResolver, ProjectFilesystem, BuckModuleManager, PluginManager, BuckConfig, ImmutableMap<String, String>, ProcessExecutor, ExecutableFinder) - Static method in class com.facebook.buck.core.cell.impl.RootCellFactory
-
- create(Class<? extends BaseDescription<?>>) - Static method in class com.facebook.buck.core.description.impl.RuleTypeFactory
-
Create a rule type from a rule implementation class
- create(DepsAwareExecutorType, int) - Static method in class com.facebook.buck.core.graph.transformation.executor.factory.DepsAwareExecutorFactory
-
- create(BuckEventBus, CellProvider, ImmutableMap<ExecutorPool, ListeningExecutorService>, CloseableMemoizedSupplier<DepsAwareExecutor<? super ComputeResult, ?>>, BuckConfig) - Static method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphFactory
-
- create(Function<TargetNodeToBuildRuleTransformer, ActionGraphBuilder>) - Method in interface com.facebook.buck.core.model.actiongraph.computation.ActionGraphFactoryDelegate.ActionGraphBuilderDecorator
-
- create(TargetNodeToBuildRuleTransformer, TargetGraph, ActionGraphFactory.ActionGraphCreationLifecycleListener, ActionGraphFactoryDelegate.ActionGraphBuilderDecorator) - Method in interface com.facebook.buck.core.model.actiongraph.computation.ActionGraphFactoryDelegate
-
- create(TargetNodeToBuildRuleTransformer, TargetGraph, ActionGraphFactory.ActionGraphCreationLifecycleListener, ActionGraphFactoryDelegate.ActionGraphBuilderDecorator) - Method in class com.facebook.buck.core.model.actiongraph.computation.ParallelActionGraphFactory
-
- create(String) - Method in class com.facebook.buck.core.model.tc.factory.TargetConfigurationFactory
-
Create a target configuration by absolute buck target name
- create(String, CellNameResolver) - Method in class com.facebook.buck.core.parser.buildtargetparser.ParsingUnconfiguredBuildTargetViewFactory
-
- create(String, CellNameResolver) - Method in interface com.facebook.buck.core.parser.buildtargetparser.UnconfiguredBuildTargetViewFactory
-
- create(Cell) - Method in class com.facebook.buck.core.rules.knowntypes.DefaultKnownNativeRuleTypesFactory
-
- create(Cell) - Method in interface com.facebook.buck.core.rules.knowntypes.KnownNativeRuleTypesFactory
-
- create(CellNameResolver, ForwardRelativePath, ListWithSelects) - Method in class com.facebook.buck.core.select.impl.SelectorListFactory
-
Create
SelectorList using the given elements to create Selectors.
- create(BuckConfig, ProjectFilesystem, RuleKeyConfiguration) - Method in class com.facebook.buck.core.toolchain.impl.DefaultToolchainProviderFactory
-
- create(BuckConfig, ProjectFilesystem, RuleKeyConfiguration) - Method in interface com.facebook.buck.core.toolchain.ToolchainProviderFactory
-
- create(Path, Path, Iterable<Arg>, Path, ImmutableList<Arg>, Linker, CanonicalCellName, Path, SourcePathResolverAdapter) - Static method in class com.facebook.buck.cxx.CxxPrepareForLinkStep
-
- create(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>) - Static method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
-
- create(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>, ModuleMapMode) - Static method in class com.facebook.buck.cxx.toolchain.HeaderSymlinkTreeWithModuleMap
-
- create(BuildTarget, String, CompilerErrorEvent.CompilerType, ImmutableSet<String>) - Static method in class com.facebook.buck.event.CompilerErrorEvent
-
- create(Level, String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- create(Level, String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- create(Throwable, String, Object...) - Static method in class com.facebook.buck.event.ThrowableConsoleEvent
-
Deprecated.
- create(BuildRuleParams, BuildTarget, ProjectFilesystem, ActionGraphBuilder, CellPathResolver, CxxBuckConfig, GoPlatform, CgoLibraryDescriptionArg, Iterable<BuildTarget>, Tool) - Static method in class com.facebook.buck.features.go.CGoLibrary
-
- create(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Optional<Arg>, WorkerTool, SourcePath, Optional<String>, Optional<Path>) - Static method in class com.facebook.buck.features.js.JsFile
-
Creates JS file dev rule implementation
- create(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Optional<Arg>, WorkerTool, BuildTargetSourcePath) - Static method in class com.facebook.buck.features.js.JsFile
-
Creates JS file release rule implementation
- create(ProjectFilesystem, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<Arg>, Optional<String>, Path, Path, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Path>, boolean, boolean, SourcePathResolverAdapter) - Static method in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
Factory method for OcamlLinkStep.
- create(BuckConfig, AggregationMode, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, ImmutableSet<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.features.project.intellij.IjProjectBuckConfig
-
- create(Path, boolean, ImmutableSortedSet<Path>) - Method in interface com.facebook.buck.features.project.intellij.model.folders.IJFolderFactory
-
- create(Path, Path, ImmutableSortedSet<Path>) - Method in interface com.facebook.buck.features.project.intellij.model.folders.ResourceFolderFactory
-
- create(BuildTarget, ProjectFilesystem, ActionGraphBuilder, JavacOptions, Optional<ExtraClasspathProvider>, UnresolvedInferPlatform, InferConfig) - Static method in class com.facebook.buck.infer.InferNullsafe
-
Builds
InferNullsafe rule with a properly setup dependency on base library.
- create() - Method in class com.facebook.buck.io.file.LazyPath
-
- create(JavaFileManager) - Method in interface com.facebook.buck.jvm.java.abi.source.api.SourceOnlyAbiRuleInfoFactory
-
- create() - Method in class com.facebook.buck.jvm.java.coverage.ReportGenerator
-
Create the report.
- create(SourcePathRuleFinder, JvmLibraryArg, TargetConfiguration) - Method in class com.facebook.buck.jvm.java.JavacFactory
-
Returns either the defautl javac or one created from the provided args.
- create(JavacOptions, BuildTarget, BuildRuleResolver, JvmLibraryArg) - Static method in class com.facebook.buck.jvm.java.JavacOptionsFactory
-
- create(JavaLibrary, BuildTarget, ProjectFilesystem, BuildRuleParams, Optional<String>, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.MavenUberJar
-
Will traverse transitive dependencies of rootRule, separating those that do and don't
have maven coordinates.
- create(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>, Optional<String>, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
-
- create(ProjectFilesystem, SourcePathRuleFinder, ImmutableCollection<SourcePath>, Optional<Path>) - Static method in class com.facebook.buck.jvm.java.ResourcesParameters
-
- create(JavaCompiler) - Method in interface com.facebook.buck.jvm.java.StandardJavaFileManagerFactory
-
- create(Path) - Static method in class com.facebook.buck.log.thrift.ThriftRuleKeyLogger
-
Create an instance of a logger that writes to the given file name
- create(Cell, Path, UnconfiguredBuildTarget, DependencyStack, Map<String, Object>, Package) - Method in class com.facebook.buck.parser.DefaultUnconfiguredTargetNodeFactory
-
- create(Cell, Path, PackageMetadata, Optional<Package>) - Static method in class com.facebook.buck.parser.PackageFactory
-
Create a
Package from the
rawPackage
- create(TypeCoercerFactory, ConstructorArgMarshaller, KnownRuleTypesProvider, ParserPythonInterpreterProvider, DaemonicParserState, TargetSpecResolver, Watchman, BuckEventBus, UnconfiguredBuildTargetViewFactory, TargetConfiguration, boolean) - Static method in class com.facebook.buck.parser.ParserFactory
-
Creates an instance of
Parser.
- create(ParsingContext, DaemonicParserState) - Method in class com.facebook.buck.parser.PerBuildStateFactory
-
- create(ParsingContext, DaemonicParserState, AtomicLong) - Method in class com.facebook.buck.parser.PerBuildStateFactory
-
- create(boolean) - Static method in interface com.facebook.buck.parser.temporarytargetuniquenesschecker.TemporaryUnconfiguredTargetToTargetUniquenessChecker
-
Create a uniqueness checker, deny or no-op depending on hashed buck-out disabled or enabled.
- create(Cell, Path, UnconfiguredBuildTarget, DependencyStack, Map<String, Object>, Package) - Method in interface com.facebook.buck.parser.UnconfiguredTargetNodeFactory
-
- create(BuckEventBus, MetadataProvider) - Method in class com.facebook.buck.remoteexecution.factory.RemoteExecutionClientsFactory
-
Creates the RemoteExecutionClients based on the held configs.
- create(Protocol, BuckEventBus) - Static method in class com.facebook.buck.remoteexecution.util.OutOfProcessIsolatedExecutionClients
-
Returns a RemoteExecution implementation that uses a local CAS and a separate local temporary
directory for execution.
- create(Function<? super String, String>, String) - Static method in class com.facebook.buck.rules.args.SanitizedArg
-
Create a SanitizedArg by applying the given sanitizer function to an arg string.
- create(BuckConfig, BuckModuleManager) - Static method in class com.facebook.buck.rules.keys.config.impl.ConfigRuleKeyConfigurationFactory
-
- create(TrackableRuleKeyCache<V>) - Static method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.BuildTargetTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.DynamicTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.EitherValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.EnumValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.HashCodeValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.ImmutableMapValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.ImmutableSetValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.ImmutableSortedMapValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.NonHashableSourcePathContainerValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.NullableValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.OutputLabelValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.PatternValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.SourcePathValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.SupplierValueTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.TargetConfigurationTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.ToolchainTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.UnconfiguredBuildTargetTypeInfo
-
- create(ValueCreator<E>) - Method in class com.facebook.buck.rules.modern.impl.ValueTypeInfos.ExcludedValueTypeInfo
-
- create(ValueCreator<E>) - Method in interface com.facebook.buck.rules.modern.ValueTypeInfo
-
- create(ProcessExecutor, BuckConfig) - Method in class com.facebook.buck.sandbox.impl.PlatformSandboxExecutionStrategyFactory
-
- create(ProcessExecutor, BuckConfig) - Method in interface com.facebook.buck.sandbox.SandboxExecutionStrategyFactory
-
- create(Path) - Method in interface com.facebook.buck.skylark.io.GlobberFactory
-
- create(Path) - Method in class com.facebook.buck.skylark.io.impl.HybridGlobberFactory
-
- create(Path) - Static method in class com.facebook.buck.skylark.io.impl.NativeGlobber
-
- create(WatchmanClient, SyncCookieState, String, String) - Static method in class com.facebook.buck.skylark.io.impl.WatchmanGlobber
-
- create(ExceptionHandler<? extends Throwable, ExitCode>...) - Static method in class com.facebook.buck.support.exceptions.handler.ExceptionHandlerRegistryFactory
-
Overriding is defined such that the order of the existing handlers are unaltered.
- create() - Static method in class com.facebook.buck.support.exceptions.handler.ExceptionHandlerRegistryFactory
-
- create(Cells, KnownRuleTypesProvider, Watchman, Optional<WebServer>, UnconfiguredBuildTargetViewFactory, TargetConfigurationSerializer, Clock) - Static method in class com.facebook.buck.support.state.BuckGlobalStateFactory
-
- create(ProjectFilesystem, Collection<Path>, Path) - Static method in class com.facebook.buck.util.zip.Zip
-
Takes a sequence of paths relative to the project root and writes a zip file to out
with the contents and structure that matches that of the specified paths.
- CREATE_PROCESS_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
-
CreateProcess (Windows) quoting Function which can be
passed to Iterables.transform().
- createActionGraph(TargetNodeToBuildRuleTransformer, TargetGraph, IncrementalActionGraphMode, ActionGraphFactory.ActionGraphCreationLifecycleListener) - Method in class com.facebook.buck.core.model.actiongraph.computation.ActionGraphFactory
-
- createAggregationModule(Path, ImmutableSet<TargetNode<?>>) - Method in interface com.facebook.buck.features.project.intellij.aggregation.AggregationModuleFactory
-
- createAggregationModule(Path, ImmutableSet<TargetNode<?>>) - Method in class com.facebook.buck.features.project.intellij.aggregation.DefaultAggregationModuleFactory
-
- createAndRegister(EventBus, TrackableRuleKeyCache<V>, ImmutableSet<ProjectFilesystem>) - Static method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
-
- createAndroidGenPath(ProjectFilesystem, IjProjectConfig, Path) - Static method in class com.facebook.buck.features.project.intellij.IjAndroidHelper
-
- createAnsi(Optional<String>) - Method in class com.facebook.buck.support.cli.config.CliConfig
-
Create an Ansi object appropriate for the current output.
- createAnsiHighlightingHandler(boolean, PrintStream, Ansi) - Static method in class com.facebook.buck.util.InputStreamConsumer
-
- createBinaryBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, RustBuckConfig, RustPlatform, Optional<String>, Optional<String>, ImmutableSortedSet<String>, ImmutableSortedMap<String, Arg>, Iterator<Arg>, Iterator<Arg>, Linker.LinkableDepType, boolean, ImmutableSortedSet<SourcePath>, ImmutableSortedMap<SourcePath, String>, Optional<String>, ImmutableSet<String>, CrateType, Iterable<BuildRule>, ImmutableMap<String, BuildTarget>) - Static method in class com.facebook.buck.features.rust.RustCompileUtils
-
- createBoolean() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createBuckOutFileHashCache(ProjectFilesystem, FileHashCacheMode) - Static method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- createBuckOutProjectFilesystem() - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- createBuckOutProjectFilesystem() - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- createBuildConfiguration(String) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createBuildConfiguration(String) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createBuilderArgs() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- createBuildFile(PBXReference) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createBuildFile(PBXReference) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createBuildInfoRecorder(BuildTarget, ProjectFilesystem, BuildInfoStore) - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
- createBuildOutputSymLinksEnabled() - Method in class com.facebook.buck.command.config.BuildBuckConfig
-
Whether to create symlinks of build output in buck-out/last.
- createBuildResult(BuildRuleSuccessType, Optional<String>) - Method in interface com.facebook.buck.core.build.engine.BuildStrategyContext
-
- createBuildResult(BuildRuleSuccessType, Optional<String>) - Method in class com.facebook.buck.core.build.engine.DelegatingBuildStrategyContext
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidAppModularityDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidBuildConfigDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidBundleDescriptionArg) - Method in class com.facebook.buck.android.AndroidBundleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidInstrumentationApkDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidInstrumentationTestDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidLibraryDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidManifestDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescription
-
- createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleResolver, ImmutableSortedSet<BuildTarget>, SourcePath) - Method in class com.facebook.buck.android.AndroidManifestFactory
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidPrebuiltAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AndroidResourceDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescription
-
- createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, ApkGenruleDescriptionArg, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.android.ApkGenruleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, GenAidlDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, NdkLibraryDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescription
-
Deprecated.
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, NdkToolchainDescriptionArg) - Method in class com.facebook.buck.android.NdkToolchainDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltNativeLibraryDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, RobolectricTestDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleAssetCatalogDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleBinaryDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleBundleDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleLibraryDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ApplePackageDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleResourceDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleTestDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleToolchainDescriptionArg) - Method in class com.facebook.buck.apple.AppleToolchainDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleToolchainSetDescriptionArg) - Method in class com.facebook.buck.apple.AppleToolchainSetDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleWrapperResourceArg) - Method in class com.facebook.buck.apple.CoreDataModelDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltAppleFrameworkDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, AppleWrapperResourceArg) - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, XcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodePostbuildScriptDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, XcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, T) - Method in interface com.facebook.buck.core.rules.DescriptionWithTargetGraph
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ExternalTestRunnerDescriptionArg) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CxxBinaryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, ActionGraphBuilder, CellPathResolver, CxxBinaryDescriptionArg, ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryFactory
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, CxxGenruleDescriptionArg, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, CellPathResolver, CxxLibraryDescriptionArg, Optional<Linker.LinkableDepType>, Optional<SourcePath>, ImmutableSet<BuildTarget>, ImmutableSortedSet<BuildTarget>, CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction, CxxLibraryDescriptionDelegate) - Method in class com.facebook.buck.cxx.CxxLibraryFactory
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CxxPrecompiledHeaderDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CxxTestDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CxxToolchainDescriptionArg) - Method in class com.facebook.buck.cxx.CxxToolchainDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltCxxLibraryGroupDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, XcodeWorkspaceConfigDescriptionArg) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, DBinaryDescriptionArg) - Method in class com.facebook.buck.features.d.DBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, DLibraryDescriptionArg) - Method in class com.facebook.buck.features.d.DLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, DTestDescriptionArg) - Method in class com.facebook.buck.features.d.DTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CsharpLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltDotnetLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, FileGroupDescriptionArg) - Method in class com.facebook.buck.features.filegroup.FilegroupDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CgoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, GoBinaryDescriptionArg) - Method in class com.facebook.buck.features.go.GoBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, GoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.GoLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, GoTestDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, GoTestRunnerDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestRunnerDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltGoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, GwtBinaryDescriptionArg) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, HalideLibraryDescriptionArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, HaskellBinaryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, HaskellGhciDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, HaskellHaddockDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, HaskellLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, HaskellPrebuiltLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, JsBundleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleDescription
-
- createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, JsBundleGenruleDescriptionArg, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, JsLibraryDescriptionArg) - Method in class com.facebook.buck.features.js.JsLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CxxLuaExtensionDescriptionArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, LuaBinaryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, LuaLibraryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, OcamlBinaryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, OcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CxxPythonExtensionDescriptionArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltPythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PythonBinaryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PythonTestDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PythonTestRunnerDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltRustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, RustBinaryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, RustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, RustTestDescriptionArg) - Method in class com.facebook.buck.features.rust.RustTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ZipFileDescriptionArg) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, HttpArchiveDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, HttpFileDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, RemoteFileDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, GroovyLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, GroovyTestDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
-
- createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, JarGenruleDescriptionArg, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.jvm.java.JarGenruleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, JavaAnnotationProcessorDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, JavaBinaryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, JavaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, JavaPluginDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaPluginDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, JavaTestDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, JavaTestRunnerDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, KeystoreDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, PrebuiltJarDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, KotlinLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, KotlinTestDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ScalaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ScalaTestDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
-
- createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, T, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleResolver, T, Optional<Arg>, Optional<Arg>, Optional<Arg>, Optional<String>, Optional<ImmutableMap<String, ImmutableSet<String>>>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, T) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, CommandAliasDescriptionArg) - Method in class com.facebook.buck.shell.CommandAliasDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ExportFileDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescription
-
- createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, GenruleDescriptionArg, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.shell.GenruleDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ShBinaryDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ShTestDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, TestSuiteDescriptionArg) - Method in class com.facebook.buck.shell.TestSuiteDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, WorkerToolDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, SwiftLibraryDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, SwiftToolchainDescriptionArg) - Method in class com.facebook.buck.swift.SwiftToolchainDescription
-
- createBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, VersionedAliasDescriptionArg) - Method in class com.facebook.buck.versions.VersionedAliasDescription
-
- createBuildRuleForCxxThinLtoBinary(BuildTarget, ProjectFilesystem, ActionGraphBuilder, CellPathResolver, CxxBuckConfig, CxxPlatform, CxxBinaryDescription.CommonArg, ImmutableSet<BuildTarget>, Optional<StripStyle>, Optional<LinkerMapMode>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createBuildRuleForTransitiveAssetCatalogDependencies(XCodeDescriptions, TargetGraph, BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Optional<String>, ApplePlatform, String, Tool, AppleAssetCatalog.ValidationType, AppleAssetCatalogsCompilationOptions, Predicate<BuildTarget>) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- createBuildRulesForCoreDataDependencies(XCodeDescriptions, TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, String, AppleCxxPlatform, Predicate<BuildTarget>) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- createBuildRulesForCxxBinary(BuildTarget, ProjectFilesystem, ActionGraphBuilder, CellPathResolver, CxxBuckConfig, CxxPlatform, ImmutableMap<String, CxxSource>, ImmutableMap<Path, SourcePath>, SortedSet<BuildRule>, ImmutableSet<BuildTarget>, Optional<StripStyle>, Optional<LinkerMapMode>, Linker.LinkableDepType, Optional<LinkableListFilter>, CxxLinkOptions, ImmutableList<StringWithMacros>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, ImmutableMap<CxxSource.Type, ImmutableList<StringWithMacros>>, ImmutableMap<CxxSource.Type, PatternMatchedCollection<ImmutableList<StringWithMacros>>>, ImmutableSortedSet<FrameworkPath>, ImmutableSortedSet<FrameworkPath>, ImmutableList<StringWithMacros>, ImmutableMap<CxxSource.Type, ImmutableList<StringWithMacros>>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, ImmutableMap<CxxSource.Type, PatternMatchedCollection<ImmutableList<StringWithMacros>>>, Optional<SourcePath>, Optional<SourcePath>, ImmutableList<StringWithMacros>, ImmutableList<String>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, Optional<Linker.CxxRuntimeType>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<String>, Optional<String>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createBuildRulesForCxxBinaryDescriptionArg(TargetGraph, BuildTarget, ProjectFilesystem, ActionGraphBuilder, CellPathResolver, CxxBuckConfig, CxxPlatform, CxxBinaryDescription.CommonArg, ImmutableSet<BuildTarget>, Optional<StripStyle>, Optional<LinkerMapMode>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createBuildRulesForSceneKitAssetsDependencies(XCodeDescriptions, TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, AppleCxxPlatform, Predicate<BuildTarget>) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- createBuildTargetForObjCGeneratedHeaderBuildRule(BuildTarget, HeaderVisibility, CxxPlatform) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
-
- createBuildTargetForSwiftCompile(BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
-
- createByte() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createCancelledResult(Throwable) - Method in interface com.facebook.buck.core.build.engine.BuildStrategyContext
-
- createCancelledResult(Throwable) - Method in class com.facebook.buck.core.build.engine.DelegatingBuildStrategyContext
-
- createCCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.features.ocaml.OcamlBuildRulesGenerator
-
- createCellNameResolver(AbsPath, Config, NewCellPathResolver) - Static method in class com.facebook.buck.core.cell.impl.CellMappingsFactory
-
- createCharacter() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createClient() - Method in class com.facebook.buck.io.watchman.Watchman
-
- createClientSideSlb(Clock, BuckEventBus) - Method in class com.facebook.buck.slb.SlbBuckConfig
-
- createClientSideSlb(Clock, BuckEventBus, Optional<HandshakeCertificates>, Optional<HostnameVerifier>) - Method in class com.facebook.buck.slb.SlbBuckConfig
-
- createCommandLineArguments() - Method in class com.facebook.buck.sandbox.darwin.DarwinSandbox
-
Creates a list CL arguments that should be used to run a process in this sandbox
- createCommandLineArgumentsForDescription() - Method in class com.facebook.buck.sandbox.darwin.DarwinSandbox
-
Creates a list CL arguments that should be used to run a process in this sandbox
- createCommands(Path, ProjectFilesystem, String, AppleBundle, Path, Optional<? extends IdbRunTestsStep.StdoutReadingCallback>, TestSelectorList, Optional<Long>, Optional<Long>, Collection<Path>, Map<Path, Path>, Map<Path, Map<Path, Path>>, Optional<String>) - Static method in class com.facebook.buck.apple.IdbRunTestsStep
-
Function that created one idb step for each different test
- createCompanionBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ActionGraphBuilder, CxxLibraryDescription.CommonArg, Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- createCompilationDatabase(BuildTarget, ProjectFilesystem, Iterable<CxxPreprocessAndCompile>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabase
-
- createCompilationDatabaseDependencies(BuildTarget, FlavorDomain<?>, ActionGraphBuilder, ImmutableSortedSet<BuildTarget>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createCompileBuildTarget(String) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- createCompileFlags(ActionGraphBuilder, ImmutableSet<BuildRule>, HaskellPlatform, Linker.LinkableDepType, boolean, ImmutableList<String>) - Static method in class com.facebook.buck.features.haskell.HaskellDescriptionUtils
-
Create common Haskell compile flags used by HaskellCompileRule or HaskellHaddockLibRule.
- createCompiler(JavacExecutionContext, SourcePathResolverAdapter) - Method in class com.facebook.buck.jvm.java.JarBackedJavac
-
- createCompiler(JavacExecutionContext, SourcePathResolverAdapter) - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
-
- createCompiler(JavacExecutionContext, SourcePathResolverAdapter) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
-
- createCompileStep(BuildContext, ProjectFilesystem, BuildTarget, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- createCompileStep(BuildContext, ProjectFilesystem, BuildTarget, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- createCompileStep(BuildContext, ProjectFilesystem, BuildTarget, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
-
- createCompileStep(BuildContext, ProjectFilesystem, BuildTarget, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
-
- createCompileToJarStep(BuildContext, ProjectFilesystem, BuildTarget, CompilerParameters, ResourcesParameters, ImmutableList<String>, JarParameters, JarParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- createCompileToJarStepImpl(ProjectFilesystem, BuildContext, BuildTarget, CompilerParameters, ImmutableList<String>, JarParameters, JarParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- createCompileToJarStepImpl(ProjectFilesystem, BuildContext, BuildTarget, CompilerParameters, ImmutableList<String>, JarParameters, JarParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- createConcurrent() - Static method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- createConfigFromFiles(Path, ImmutableList<Path>) - Static method in class com.facebook.buck.util.config.Configs
-
Generates a config by merging configs from specified locations on disk in order of the list
supplied.
- createConfigurationList() - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createConfigurationList() - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createConfigurationRule(ConfigurationRuleResolver, BuildTarget, DependencyStack, AndroidPlatformArg) - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformDescription
-
- createConfigurationRule(ConfigurationRuleResolver, BuildTarget, DependencyStack, T) - Method in interface com.facebook.buck.core.rules.config.ConfigurationRuleDescription
-
- createConfigurationRule(ConfigurationRuleResolver, BuildTarget, DependencyStack, ConfigSettingArg) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingDescription
-
- createConfigurationRule(ConfigurationRuleResolver, BuildTarget, DependencyStack, ConstraintSettingArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingDescription
-
- createConfigurationRule(ConfigurationRuleResolver, BuildTarget, DependencyStack, ConstraintValueArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintValueDescription
-
- createConfigurationRule(ConfigurationRuleResolver, BuildTarget, DependencyStack, PlatformArg) - Method in class com.facebook.buck.core.rules.platform.PlatformDescription
-
- createConnection(URI) - Method in class com.facebook.buck.file.downloader.impl.HttpDownloader
-
- createConsole() - Method in class com.facebook.buck.rules.modern.builders.IsolatedBuildableBuilder
-
- createConsoleLinesAtTime(long) - Method in interface com.facebook.buck.event.listener.interfaces.AdditionalConsoleLineProvider
-
Returns additional console lines representing the current state of running a command.
- createConsoleLinesAtTime(long) - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionConsoleLineProvider
-
- createContainerItemProxy(PBXObject, String, PBXContainerItemProxy.ProxyType) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createContainerItemProxy(PBXObject, String, PBXContainerItemProxy.ProxyType) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createCopyWith(Path) - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
Create a copy of this folder using the specified path.
- createCxxLinkableBuildRule(CellPathResolver, CxxBuckConfig, CxxPlatform, ProjectFilesystem, BuildRuleResolver, BuildTarget, Path, ImmutableMap<String, Path>, ImmutableList<Arg>, Linker.LinkableDepType, CxxLinkOptions, Optional<LinkOutputPostprocessor>) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
-
- createCxxLinkableBuildRule(CxxBuckConfig, CxxPlatform, ProjectFilesystem, ActionGraphBuilder, BuildTarget, Linker.LinkType, Optional<String>, Path, ImmutableList<String>, Linker.LinkableDepType, Optional<LinkableListFilter>, CxxLinkOptions, Iterable<? extends NativeLinkable>, Optional<Linker.CxxRuntimeType>, Optional<SourcePath>, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, NativeLinkableInput, Optional<LinkOutputPostprocessor>, CellPathResolver) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
-
Construct a
CxxLink rule that builds a native linkable from top-level input objects and
a dependency tree of
NativeLinkableGroup dependencies.
- createCxxLinkableSharedBuildRule(CxxBuckConfig, CxxPlatform, ProjectFilesystem, BuildRuleResolver, BuildTarget, Path, ImmutableMap<String, Path>, Optional<String>, ImmutableList<? extends Arg>, CellPathResolver) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
-
- createCxxLinkTarget(BuildTarget, Optional<LinkerMapMode>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createCxxStripRule(BuildTarget, ProjectFilesystem, ActionGraphBuilder, StripStyle, boolean, BuildRule, CxxPlatform, Optional<String>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createCxxThinLTOIndexBuildRule(CxxBuckConfig, CxxPlatform, ProjectFilesystem, ActionGraphBuilder, BuildTarget, Path, Linker.LinkableDepType, Optional<LinkableListFilter>, Iterable<? extends NativeLinkable>, Optional<Linker.CxxRuntimeType>, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, NativeLinkableInput) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
-
Generate build rule for the indexing step of an incremental ThinLTO build
- createDateUidGidScrubber(ObjectFileScrubbers.PaddingStyle) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- createDeclaredArtifact(Path, Location) - Method in class com.facebook.buck.core.artifact.BuildArtifactFactory
-
- createDeclaredArtifact(String, Location) - Method in class com.facebook.buck.core.artifact.BuildArtifactFactory
-
Simple wrapper that also validates that a raw string is indeed a valid path
- createDefaultBuckPaths(CanonicalCellName, Path, boolean) - Static method in class com.facebook.buck.io.filesystem.BuckPaths
-
- createDefaultConfig(Path) - Static method in class com.facebook.buck.util.config.Configs
-
Convienence constructor
- createDefaultConfig(Path, RawConfig) - Static method in class com.facebook.buck.util.config.Configs
-
Generates a Buck config by merging configs from specified locations on disk.
- createDefaultConfig(Path, ImmutableList<Path>, RawConfig) - Static method in class com.facebook.buck.util.config.Configs
-
Generates a config by merging configs from specified locations on disk in order of the list
supplied.
- createDefaultFileHashCache(ProjectFilesystem, FileHashCacheMode) - Static method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- createDefaultHashCaches(ProjectFilesystem, FileHashCacheMode) - Static method in class com.facebook.buck.util.cache.impl.StackedFileHashCache
-
- createDefaultJavaPackageFinder(ProjectFilesystem, Iterable<String>) - Static method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- createDefaultJavaPackageFinder() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- createDensityFilter(ProjectFilesystem, Set<ResourceFilters.Density>) - Static method in class com.facebook.buck.android.ResourceFilters
-
Given a set of target densities, returns a
Predicate that fails for any non-drawable
resource of a different density.
- createDirectory(Path, FileAttribute<?>...) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- createDouble() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createDynamic() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createEdenMountForProjectRoot(Path, EdenClientPool) - Static method in class com.facebook.buck.edenfs.EdenMount
-
- createEmptyInitModule(BuildTarget, ProjectFilesystem, ActionGraphBuilder) - Static method in class com.facebook.buck.features.python.PythonBinaryDescription
-
- CreateEvent(WinBase.SECURITY_ATTRIBUTES, boolean, boolean, String) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
-
- createEvent(BuildRule, long) - Static method in class com.facebook.buck.remoteexecution.event.RemoteBuildRuleExecutionEvent
-
- createEventBus(Console) - Method in class com.facebook.buck.rules.modern.builders.IsolatedBuildableBuilder
-
- createExcludes(IjModule) - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- createExtensionFinder() - Method in class com.facebook.buck.core.plugin.impl.DefaultBuckPluginManager
-
- CreateFile(String, int, int, WinBase.SECURITY_ATTRIBUTES, int, int, WinNT.HANDLE) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
-
- createFileParser(BuckEventBus, Cell, Watchman, boolean) - Method in class com.facebook.buck.parser.DefaultProjectBuildFileParserFactory
-
- createFileParser(BuckEventBus, Cell, Watchman, boolean) - Method in interface com.facebook.buck.parser.FileParserFactory
-
Creates an instance of {link ProjectBuildFileParser} based on passed in options.
- createFileParser(BuckEventBus, Cell, Watchman, boolean) - Method in class com.facebook.buck.parser.PackageFileParserFactory
-
Callers are responsible for managing the life-cycle of the created
PackageFileParser.
- createFileParser(BuckEventBus, Cell, Watchman, boolean) - Method in interface com.facebook.buck.parser.ProjectBuildFileParserFactory
-
- createFileReference(String, String, PBXReference.SourceTree, Optional<String>) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createFileReference(String, String, PBXReference.SourceTree, Optional<String>) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createFileReference(String, AbstractPBXObjectFactory) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- createFileReference(AbstractPBXObjectFactory) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- createFilesystemTraversalBoundaryPathSet(ImmutableSet<IjModule>) - Method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- createFinished(LocalFallbackEvent.Result, LocalFallbackEvent.Result, long, Optional<String>, Status, RemoteExecutionActionEvent.State, OptionalInt, Optional<RemoteExecutionMetadata>) - Method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent.Started
-
- createFinishedEvent(ImmutableMap<String, Object>) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
-
Creates a new event which indicates the end of a performance event.
- createFinishedEvent() - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
-
- createFinishedEvent(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
-
- createFinishedEvent(String, Object, String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
-
- createFloat() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createFor(Lock) - Static method in class com.facebook.buck.util.concurrent.AutoCloseableLock
-
- createForBaseName(BaseName, String, CellNameResolver) - Method in class com.facebook.buck.core.parser.buildtargetparser.ParsingUnconfiguredBuildTargetViewFactory
-
- createForBaseName(BaseName, String, CellNameResolver) - Method in interface com.facebook.buck.core.parser.buildtargetparser.UnconfiguredBuildTargetViewFactory
-
- createForBuildFileParseError(Path, IOException) - Static method in exception com.facebook.buck.parser.exceptions.BuildFileParseException
-
- createForChildren(CellRelativePath) - Method in class com.facebook.buck.core.parser.buildtargetparser.BuildTargetMatcherParser
-
- createForChildren(CellRelativePath) - Method in class com.facebook.buck.parser.spec.BuildTargetMatcherTargetNodeParser
-
- createForDescendants(CellRelativePath) - Method in class com.facebook.buck.core.parser.buildtargetparser.BuildTargetMatcherParser
-
- createForDescendants(CellRelativePath) - Method in class com.facebook.buck.parser.spec.BuildTargetMatcherTargetNodeParser
-
- createForFailingStepWithExitCode(Step, ExecutionContext, StepExecutionResult) - Static method in exception com.facebook.buck.step.StepFailedException
-
Creates a StepFailedException based on a StepExecutionResult.
- createForFailingStepWithExitCode(Step, ExecutionContext, StepExecutionResult, RemoteExecutionMetadata) - Static method in exception com.facebook.buck.step.StepFailedException
-
Same as above but includes RE action metadata
- createForMessageWithAnsiEscapeCodes(Level, String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- createForMissingBuildRule(UnconfiguredBuildTarget, ImmutableList<UnconfiguredBuildTarget>, int, Function<Path, OptionalLong>, Path) - Static method in exception com.facebook.buck.parser.exceptions.NoSuchBuildTargetException
-
- createForPathRelativeToProjectRoot(ForwardRelativePath, String, CellNameResolver) - Method in class com.facebook.buck.core.parser.buildtargetparser.ParsingUnconfiguredBuildTargetViewFactory
-
- createForPathRelativeToProjectRoot(ForwardRelativePath, String, CellNameResolver) - Method in interface com.facebook.buck.core.parser.buildtargetparser.UnconfiguredBuildTargetViewFactory
-
- createForSingleton(UnconfiguredBuildTargetWithOutputs) - Method in class com.facebook.buck.core.parser.buildtargetparser.BuildTargetMatcherParser
-
- createForSingleton(UnconfiguredBuildTargetWithOutputs) - Method in class com.facebook.buck.parser.spec.BuildTargetMatcherTargetNodeParser
-
- createForType(Class<?>) - Static method in class com.facebook.buck.rules.coercer.concat.JsonTypeConcatenatingCoercerFactory
-
- createForUnknownParseError(String, Object...) - Static method in exception com.facebook.buck.parser.exceptions.BuildFileParseException
-
- createForward() - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
-
- createForward() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
-
- createFrameworksBuildPhase() - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createFrameworksBuildPhase() - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createFrom(Collection<BuildRule>, Optional<UnsortedAndroidResourceDeps.Callback>) - Static method in class com.facebook.buck.android.UnsortedAndroidResourceDeps
-
Returns transitive android resource deps which are _not_ sorted topologically, only to be used
when the order of the resource rules does not matter, for instance, when graph enhancing
UberRDotJava, DummyRDotJava, AaptPackageResources where we only need the deps to correctly
order the execution of those buildables.
- createFromConfig(BuckConfig, ToolchainProvider, TargetConfiguration) - Static method in class com.facebook.buck.file.downloader.impl.StackedDownloader
-
- createFromObject(U, Object, ProjectFilesystem, BuildTarget, DependencyStack, ImmutableSet<BuildTarget>, ImmutableSortedSet<BuildTarget>, ImmutableSet<VisibilityPattern>, ImmutableSet<VisibilityPattern>) - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodeFactory
-
This factory method lets the wildcard be bound, so the constructor can be casted to it.
- createFromPlugins(PluginManager) - Static method in class com.facebook.buck.core.rules.config.impl.PluginBasedKnownConfigurationDescriptionsFactory
-
Create rule descriptors using provided plugin manager
- createFromPropertiesFile(Path, Path, ProjectFilesystem) - Static method in class com.facebook.buck.android.KeystoreProperties
-
- createFromRawNode(Path, CanonicalCellName, Map<String, Object>, Path) - Static method in class com.facebook.buck.parser.UnflavoredBuildTargetFactory
-
- createFromStringList(CellPathResolver, String, Object, Path, Supplier<String>) - Static method in class com.facebook.buck.rules.visibility.parser.VisibilityPatterns
-
- createGenerator(OutputStream) - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- createGlobManifest() - Method in class com.facebook.buck.skylark.io.impl.CachingGlobber
-
- createGroupsFromSourcePaths(Function<SourcePath, Path>, Iterable<SourceWithFlags>, Iterable<SourcePath>, Iterable<SourcePath>, Iterable<SourcePath>, Iterable<SourcePath>) - Static method in class com.facebook.buck.apple.RuleUtils
-
- createHalideCompilerBuildTarget(BuildTarget) - Static method in class com.facebook.buck.features.halide.HalideLibraryDescription
-
- createHeadersBuildPhase() - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createHeadersBuildPhase() - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createHeaderSymlinkTree(BuildTarget, ProjectFilesystem, HeaderMode, ImmutableMap<Path, SourcePath>, HeaderVisibility, Flavor...) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createHeaderSymlinkTree(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, ImmutableMap<Path, SourcePath>, HeaderVisibility, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createHeaderSymlinkTreeBuildRule(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>, HeaderMode) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
-
- createHeaderSymlinkTreeTarget(BuildTarget, HeaderVisibility, Flavor...) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createImageDensityFilter(Collection<Path>, Set<ResourceFilters.Density>, boolean) - Static method in class com.facebook.buck.android.ResourceFilters
-
Given a list of paths of available drawables, and a target screen density, returns a Predicate that fails for drawables of a different density, whenever
they can be safely removed.
- createInferCaptureBuildTarget(String) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- createInfo(Object...) - Method in class com.facebook.buck.core.rules.providers.impl.BuiltInProvider
-
Constructs the info.
- createInProcess(BuckEventBus, RemoteExecutionStrategyConfig) - Static method in class com.facebook.buck.remoteexecution.grpc.GrpcExecutionFactory
-
The in-process strategy starts up a grpc remote execution service in process and connects to it
directly.
- createInteger() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createJarFile(Path) - Method in class com.facebook.buck.util.zip.JarBuilder
-
- createJarStep(ProjectFilesystem, JarParameters, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- createJavaFileParser(JavacLanguageLevelOptions) - Static method in class com.facebook.buck.jvm.java.JavaFileParser
-
- createKeystoreProperties() - Method in class com.facebook.buck.android.AppBuilderBase
-
- createLibraryBuildRule(BuildRuleCreationContextWithTargetGraph, BuildTarget, BuildRuleParams, ActionGraphBuilder, A, Optional<Linker.LinkableDepType>, Optional<SourcePath>, ImmutableSet<BuildTarget>, ImmutableSortedSet<BuildTarget>, CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- createLink(Path, Path) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- createLinkMap(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, CxxLinkAndCompileRules) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createLinkRule(BuildTarget, ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, HaskellPlatform, Linker.LinkType, ImmutableList<Arg>, Iterable<Arg>, Iterable<? extends NativeLinkableGroup>, ImmutableSet<BuildTarget>, Linker.LinkableDepType, Path, Optional<String>, boolean) - Static method in class com.facebook.buck.features.haskell.HaskellDescriptionUtils
-
Create a Haskell link rule that links the given inputs to a executable or shared library and
pulls in transitive native linkable deps from the given dep roots.
- createList(ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createListener() - Method in class com.facebook.buck.httpserver.WebServer
-
- createLoadBalancedResponse(URI, HttpLoadBalancer, Call) - Static method in class com.facebook.buck.slb.LoadBalancedHttpResponse
-
- createLogFile(String, LogType) - Method in interface com.facebook.buck.logd.client.LogDaemonClient
-
Client calls this method to request LogD to create a log file in file-system and/or storage.
- createLogFile(String, LogType) - Method in class com.facebook.buck.logd.client.LogdClient
-
- createLong() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createMap(ValueTypeInfo<K>, ValueTypeInfo<V>) - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, AppleBinaryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, AppleBundleDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.AppleBundleDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, AppleLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, AppleTestDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, PrebuiltAppleFrameworkDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, T, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in interface com.facebook.buck.core.description.metadata.MetadataProvidingDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, CxxBinaryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, ImmutableSortedSet<BuildTarget>, Class<U>) - Method in class com.facebook.buck.cxx.CxxBinaryMetadataFactory
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, CxxLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, CxxLibraryDescriptionArg, Class<U>) - Method in class com.facebook.buck.cxx.CxxLibraryMetadataFactory
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, CxxTestDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, CgoLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.features.go.CgoLibraryDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, GoLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.features.go.GoLibraryDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, GoTestDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.features.go.GoTestDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, PrebuiltGoLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescription
-
- createMetadata(BuildTarget, ActionGraphBuilder, CellPathResolver, PythonLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.features.python.PythonLibraryDescription
-
- createMLBytecodeCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.features.ocaml.OcamlBuildRulesGenerator
-
- createMLNativeCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.features.ocaml.OcamlBuildRulesGenerator
-
- createModule(Path, ImmutableSet<TargetNode>, Set<Path>) - Method in class com.facebook.buck.features.project.intellij.DefaultIjModuleFactory
-
- createModule(Path, ImmutableSet<TargetNode>, Set<Path>) - Method in interface com.facebook.buck.features.project.intellij.model.IjModuleFactory
-
Create an
IjModule form the supplied parameters.
- createModuleMap(String, ModuleMapMode, UmbrellaHeaderModuleMap.SwiftMode, Set<Path>) - Static method in class com.facebook.buck.apple.clang.ModuleMapFactory
-
Creates a module map.
- createNativeLinkable(CxxPlatform, ActionGraphBuilder) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibrary
-
- createNativeTarget(String) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createNativeTarget(String) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createNewFile(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
Creates a new file relative to the project root.
- createNewFile(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Creates a new file relative to the project root.
- createNode(Map<Path, Protocol.FileNode>, Map<Path, Protocol.SymlinkNode>, Map<Path, Protocol.DirectoryNode>) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache
-
Creates the full tree of nodes for the provided files, symlinks and empty directories and
returns the root node.
- createNoPayloadHandler(ThriftResponse) - Static method in class com.facebook.buck.slb.HybridThriftResponseHandler
-
Encodes a response without out-of-band payloads.
- createNoPayloadHandler(ThriftResponse, ThrowingConsumer<ThriftResponse, IOException>) - Static method in class com.facebook.buck.slb.HybridThriftResponseHandler
-
Encodes a response without out-of-band payloads.
- createNotNull(ValueCreator<E>) - Method in interface com.facebook.buck.rules.modern.ValueTypeInfo
-
- createNullable(ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createNullConsole() - Static method in class com.facebook.buck.util.Console
-
Returns a
Console that simply discards written bytes.
- createObjCGeneratedHeaderBuildRule(BuildTarget, ProjectFilesystem, ActionGraphBuilder, CxxPlatform, HeaderVisibility) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
-
- createOcamlLinkTarget(BuildTarget) - Static method in class com.facebook.buck.features.ocaml.OcamlRuleBuilder
-
- createOkHttpClient() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
-
- createOnDiskBuildInfoFor(BuildTarget, ProjectFilesystem, BuildInfoStore) - Method in class com.facebook.buck.core.build.engine.BuildEngineBuildContext
-
- createOptimizeBuildTarget(String) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- createOptional(ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createOrGetUnderlying(TreeBackedAnnotatedConstruct, AnnotatedConstruct, Class<A>) - Static method in class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotationFactory
-
- createOrThrow(CanonicalCellName, AbsPath, boolean) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemFactory
-
- createOrThrow(CanonicalCellName, AbsPath, boolean) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemFactory
-
- createOsRootDirectoriesCaches(ProjectFilesystemFactory, FileHashCacheMode) - Static method in class com.facebook.buck.util.cache.impl.DefaultFileHashCache
-
- createOutputPath() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createPackageLookupPathSet(IjModuleGraph) - Static method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- createPackagePaths(ImmutableSet<OutputArtifact>) - Method in class com.facebook.buck.core.artifact.ArtifactFilesystem
-
Create the package paths that actions will write into if it does not exist
- createParentDirs(String) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- createParentDirs(Path) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- createParentDirs(String) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- createParentDirs(Path) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- createParser(Path) - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- createParser(String) - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- createParser(byte[]) - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- createParser(InputStream) - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- createParser(Reader) - Static method in class com.facebook.buck.util.json.ObjectMappers
-
- createParsingContext(Cell, ListeningExecutorService) - Method in class com.facebook.buck.cli.AbstractCommand
-
- createParsingContext(Cell, ListeningExecutorService) - Method in class com.facebook.buck.cli.AbstractContainerCommand
-
- createParsingContext(Cell, ListeningExecutorService) - Method in interface com.facebook.buck.cli.Command
-
Creates a basic
ParsingContext with some options populated from command's arguments.
- createPassthrough() - Static method in class com.facebook.buck.rules.modern.builders.ModernBuildRuleBuilderFactory
-
The passthrough strategy just forwards to executorRunner.runWithDefaultExecutor.
- createPath() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createPBXGroup(String, String, PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createPBXGroup(String, String, PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createPipelinedCompileStep(BuildContext, ProjectFilesystem, JavacPipelineState, BuildTarget, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- createPipelinedCompileToJarStep(BuildContext, ProjectFilesystem, BuildTarget, JavacPipelineState, ResourcesParameters, ImmutableList<String>, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- createPipelineState(BuildTarget, CompilerParameters, JarParameters, JarParameters) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- createPipeWithPath(String) - Static method in class com.facebook.buck.io.windowspipe.WindowsNamedPipe
-
Creates a Windows named pipe bound to a path
- createPlatform(RuleBasedPlatformResolver, DependencyStack) - Method in class com.facebook.buck.android.toolchain.platform.AndroidMultiPlatformRule
-
- createPlatform(RuleBasedPlatformResolver, DependencyStack) - Method in interface com.facebook.buck.core.rules.platform.MultiPlatformRule
-
- createPluginDescriptorFinder() - Method in class com.facebook.buck.core.plugin.impl.DefaultBuckPluginManager
-
- createPluginLoader() - Method in class com.facebook.buck.core.plugin.impl.DefaultBuckPluginManager
-
- createPluginManager() - Static method in class com.facebook.buck.core.plugin.impl.BuckPluginManagerFactory
-
Creates a PluginManager and loads plugins.
- createPluginRepository() - Method in class com.facebook.buck.core.plugin.impl.DefaultBuckPluginManager
-
- createProcessExecutor(PrintStream, PrintStream) - Method in class com.facebook.buck.util.PrintStreamProcessExecutorFactory
-
- createProcessExecutor(PrintStream, PrintStream) - Method in interface com.facebook.buck.util.ProcessExecutorFactory
-
- createProject(String) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createProject(String) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createProjectFilesystem(CanonicalCellName, AbsPath, Config, Optional<EmbeddedCellBuckOutInfo>, boolean) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemFactory
-
- createProjectFilesystem(CanonicalCellName, AbsPath, Config, boolean) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemFactory
-
- createProjectFilesystem(CanonicalCellName, AbsPath, boolean) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemFactory
-
- createProjectFilesystem(CanonicalCellName, AbsPath, Config, Optional<EmbeddedCellBuckOutInfo>, boolean) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemFactory
-
- createProjectFilesystem(CanonicalCellName, AbsPath, Config, boolean) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemFactory
-
- createProjectFilesystem(CanonicalCellName, AbsPath, boolean) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemFactory
-
- createProviders(ProviderCreationContext, BuildTarget, T) - Method in interface com.facebook.buck.core.rules.LegacyProviderCompatibleDescription
-
- createProviders(ProviderCreationContext, BuildTarget, CsharpLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescription
-
- createProviders(ProviderCreationContext, BuildTarget, HttpArchiveDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescription
-
- createProviders(ProviderCreationContext, BuildTarget, HttpFileDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescription
-
- createReadableExceptionWithWhenSuffix(BuildTarget, BuildTarget, BuildFileParseException) - Static method in class com.facebook.buck.parser.ParserMessages
-
- createReadableExceptionWithWhenSuffix(BuildTarget, BuildTarget, BuildTargetException) - Static method in class com.facebook.buck.parser.ParserMessages
-
- createReadableExceptionWithWhenSuffix(BuildTarget, BuildTarget, HumanReadableException) - Static method in class com.facebook.buck.parser.ParserMessages
-
- createReconstructing(SourcePathRuleFinder, CellPathResolver, Cell) - Static method in class com.facebook.buck.rules.modern.builders.ModernBuildRuleBuilderFactory
-
The reconstructing strategy serializes and deserializes the build rule in memory and builds the
deserialized version.
- createReferencedFolderPathsSet(ImmutableSet<IjModule>) - Static method in class com.facebook.buck.features.project.intellij.IjProjectTemplateDataPreparer
-
- createRegistry(TargetGraph) - Static method in class com.facebook.buck.core.rules.config.registry.impl.ConfigurationRuleRegistryFactory
-
- createRegistry(BiFunction<BuildTarget, DependencyStack, TargetNode<?>>) - Static method in class com.facebook.buck.core.rules.config.registry.impl.ConfigurationRuleRegistryFactory
-
- createRelativeMap(Path, Iterable<SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- createRelativeMap(Path, Iterable<SourcePath>) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
Creates a map where given source paths are resolved relatively to the given base path and
stored (as keys) with their absolute paths (as values).
- createRelativeMap(Path, Iterable<SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.SourcePathResolverAdapter
-
Returns a map where given
SourcePath instances are resolved relatively to the given
base path and stored (as keys) with their absolute paths (as values).
- createRelativeSymlink(Path, Path, ProjectFilesystem) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
-
Creates a symlink at projectFilesystem.getRootPath().resolve(pathToDesiredLinkUnderProjectRoot) that points to
projectFilesystem.getRootPath().resolve(pathToExistingFileUnderProjectRoot) using a
relative symlink.
- createRemote(String, int, String, int, int, boolean, boolean, Optional<Path>, Optional<Path>, Optional<Path>, RemoteExecutionStrategyConfig, MetadataProvider, BuckEventBus) - Static method in class com.facebook.buck.remoteexecution.grpc.GrpcExecutionFactory
-
The remote strategy connects to a remote grpc remote execution service.
- createRenderLinesAtTime(long) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
Creates a list of lines to be rendered at a given time.
- createRequest(ThriftProtocol, BuckCacheRequest, ByteSource...) - Static method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol
-
- createSandboxProgramRunner(SandboxProperties) - Method in class com.facebook.buck.sandbox.darwin.DarwinSandboxExecutionStrategy
-
- createSandboxProgramRunner(SandboxProperties) - Method in class com.facebook.buck.sandbox.NoSandboxExecutionStrategy
-
- createSandboxProgramRunner(SandboxProperties) - Method in interface com.facebook.buck.sandbox.SandboxExecutionStrategy
-
Creates a new
ProgramRunner to run a specific program in a sandbox.
- createSelector(CellNameResolver, ForwardRelativePath, Map<String, ?>) - Method in class com.facebook.buck.core.select.impl.SelectorFactory
-
Creates a new Selector using the default error message when no conditions match.
- createSelector(CellNameResolver, ForwardRelativePath, Map<String, ?>, String) - Method in class com.facebook.buck.core.select.impl.SelectorFactory
-
Creates a
Selector by converting a given map.
- createSet(ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createSharedInterfaceLibraryFromLibrary(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, SourcePath) - Method in class com.facebook.buck.cxx.MachoDylibStubRuleFactory
-
- createSharedInterfaceLibraryFromLibrary(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, SourcePath) - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceFactory
-
- createSharedInterfaceLibraryFromLinkableInput(BuildTarget, ProjectFilesystem, BuildRuleResolver, String, Linker, ImmutableList<Arg>) - Method in class com.facebook.buck.cxx.MachoDylibStubRuleFactory
-
- createSharedInterfaceLibraryFromLinkableInput(BuildTarget, ProjectFilesystem, BuildRuleResolver, String, Linker, ImmutableList<Arg>) - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceFactory
-
- createSharedLibraryBuildTarget(BuildTarget, Flavor, Linker.LinkType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createSharedLibrarySymlinkTree(BuildTarget, ProjectFilesystem, ActionGraphBuilder, CxxPlatform, Iterable<? extends BuildRule>, Function<? super BuildRule, Optional<Iterable<? extends BuildRule>>>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
Build a
HeaderSymlinkTree of all the shared libraries found via the top-level rule's
transitive dependencies.
- createSharedLibrarySymlinkTreeTarget(BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createShellScriptBuildPhase() - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createShellScriptBuildPhase() - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createShort() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createSocketWithPath(Path) - Static method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
Creates a Unix domain socket bound to a path.
- createSortedMap(ValueTypeInfo<K>, ValueTypeInfo<V>) - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createSortedSet(ValueTypeInfo<T>) - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createSourcePath() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createSourcesBuildPhase() - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createSourcesBuildPhase() - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createSpecial(Class<T>, Object...) - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createStackedFileHashCache(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractPerfCommand
-
- createStarted(String) - Static method in class com.facebook.buck.remoteexecution.event.LocalFallbackEvent
-
- createStaticLibraryBuildTarget(BuildTarget, Flavor, PicType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createStaticLibraryBuildTarget(BuildTarget) - Static method in class com.facebook.buck.features.ocaml.OcamlRuleBuilder
-
- createStepForDummyRDotJava(ProjectFilesystem, SourcePathResolverAdapter, List<HasAndroidResourceDeps>, Path, boolean, Optional<String>, Optional<String>, boolean, boolean) - Static method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- createStepForUberRDotJava(ProjectFilesystem, SourcePathResolverAdapter, List<HasAndroidResourceDeps>, ImmutableList<Path>, Path, EnumSet<RDotTxtEntry.RType>, Optional<Path>, ImmutableList<Path>, Optional<String>) - Static method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- createSteps(ProjectFilesystem, AndroidSdkLocation, SourcePathResolverAdapter, RedexOptions, Path, Path, Supplier<KeystoreProperties>, Path, BuildableContext) - Static method in class com.facebook.buck.android.redex.ReDexStep
-
- createStolen(BuildTarget) - Static method in class com.facebook.buck.rules.modern.builders.HybridLocalEvent
-
- createStreamObserver(String) - Method in class com.facebook.buck.logd.client.DefaultStreamObserverFactory
-
- createStreamObserver(String) - Method in interface com.facebook.buck.logd.client.StreamObserverFactory
-
Creates a stream observer that observes and processes server responses corresponding with
provided log file path
- createString() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createSubCommand() - Method in class com.facebook.buck.features.apple.project.XCodeProjectSubCommandFactory
-
- createSubCommand() - Method in class com.facebook.buck.features.go.GoProjectSubCommandFactory
-
- createSubCommand() - Method in class com.facebook.buck.features.project.intellij.IntelliJProjectSubCommandFactory
-
- createSubCommand() - Method in interface com.facebook.buck.support.cli.args.PluginBasedSubCommandFactory
-
- createSubContext(PrintStream, PrintStream, Optional<Verbosity>) - Method in class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- createSwiftBuildRule(BuildTarget, ProjectFilesystem, ActionGraphBuilder, CellPathResolver, AppleNativeTargetDescriptionArg, Optional<AppleLibrarySwiftDelegate>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- createSwiftCompileRule(BuildTarget, CellPathResolver, ActionGraphBuilder, AppleNativeTargetDescriptionArg, ProjectFilesystem, CxxPlatform, AppleCxxPlatform, SwiftBuckConfig, ImmutableSet<CxxPreprocessorInput>) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
-
- createSwiftCompileRule(CxxPlatform, SwiftPlatform, SwiftBuckConfig, BuildTarget, ActionGraphBuilder, CellPathResolver, ProjectFilesystem, SwiftLibraryDescriptionArg, Preprocessor, PreprocessorFlags, boolean, Optional<SwiftTargetTriple>) - Static method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class com.facebook.buck.core.filesystems.BuckFileSystemProvider
-
- createSymbolicLink(Path, Path, boolean) - Method in class com.facebook.buck.io.windowsfs.WindowsFS
-
Creates a symbolic link (using CreateSymbolicLink winapi call under the hood).
- CreateSymbolicLinkW(String, String, int) - Method in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
-
- createSymLink(WindowsFS, Path, Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Creates a symlink.
- createSymLink(Path, Path, boolean) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- createSymLink(Path, Path, boolean) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- createSymLink(PathWrapper, Path, boolean) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- createSymlinkTree(String, ExopackageInfo, SourcePathResolverAdapter, ProjectFilesystem, Path) - Static method in class com.facebook.buck.android.exopackage.ExopackageSymlinkTree
-
Create a symlink tree rooted at rootPath which contains a mirror of what should appear on the
device as a result of an exopackage installation.
- createTargetConfiguration() - Method in interface com.facebook.buck.rules.modern.ValueCreator
-
- createTargetDependency(PBXContainerItemProxy) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createTargetDependency(PBXContainerItemProxy) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createTargetNode(Cell, Path, BuildTarget, DependencyStack, Map<String, Object>, Function<SimplePerfEvent.PerfEventId, SimplePerfEvent.Scope>) - Method in interface com.facebook.buck.parser.ParserTargetNodeFromAttrMapFactory
-
- createTargetNode(Cell, AbsPath, BuildTarget, DependencyStack, UnconfiguredTargetNode, Function<SimplePerfEvent.PerfEventId, SimplePerfEvent.Scope>) - Method in interface com.facebook.buck.parser.ParserTargetNodeFromUnconfiguredTargetNodeFactory
-
- createTargetNode(Cell, AbsPath, BuildTarget, DependencyStack, UnconfiguredTargetNode, Function<SimplePerfEvent.PerfEventId, SimplePerfEvent.Scope>) - Method in class com.facebook.buck.parser.UnconfiguredTargetNodeToTargetNodeFactory
-
- createTask(Callable<ResultType>) - Method in interface com.facebook.buck.core.graph.transformation.executor.DepsAwareExecutor
-
- createTask(Callable<T>) - Method in class com.facebook.buck.core.graph.transformation.executor.impl.JavaExecutorBackedDefaultDepsAwareExecutor
-
- createTask(Callable<T>) - Method in class com.facebook.buck.core.graph.transformation.executor.impl.ToposortBasedDepsAwareExecutor
-
- createTempFile(String, String, FileAttribute<?>...) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
Returns a relative path whose parent directory is guaranteed to exist.
- createTempFile(Path, String, String, FileAttribute<?>...) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- createTempFile(String, String, FileAttribute<?>...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
Returns a relative path whose parent directory is guaranteed to exist.
- createTempFile(Path, String, String, FileAttribute<?>...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- createTest() - Method in class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
-
- createThrowingTask(Callable<ResultType>, ThrowingSupplier<ImmutableSet<TaskType>, Exception>, ThrowingSupplier<ImmutableSet<TaskType>, Exception>) - Method in interface com.facebook.buck.core.graph.transformation.executor.DepsAwareExecutor
-
- createThrowingTask(Callable<T>, ThrowingSupplier<ImmutableSet<DefaultDepsAwareTask<T>>, Exception>, ThrowingSupplier<ImmutableSet<DefaultDepsAwareTask<T>>, Exception>) - Method in class com.facebook.buck.core.graph.transformation.executor.impl.JavaExecutorBackedDefaultDepsAwareExecutor
-
- createThrowingTask(Callable<T>, ThrowingSupplier<ImmutableSet<ToposortBasedDepsAwareTask<T>>, Exception>, ThrowingSupplier<ImmutableSet<ToposortBasedDepsAwareTask<T>>, Exception>) - Method in class com.facebook.buck.core.graph.transformation.executor.impl.ToposortBasedDepsAwareExecutor
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.impl.AdbToolchainFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsLocationFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.impl.AndroidPlatformTargetFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.impl.AndroidSdkLocationFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.impl.DxToolchainFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.android.toolchain.ndk.impl.NdkCxxPlatformsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.apple.toolchain.impl.AppleCxxPlatformsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.apple.toolchain.impl.AppleDeveloperDirectoryForTestsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.apple.toolchain.impl.AppleDeveloperDirectoryProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.apple.toolchain.impl.AppleSdkLocationFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.apple.toolchain.impl.AppleToolchainProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.apple.toolchain.impl.CodeSignIdentityStoreFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.apple.toolchain.impl.ProvisioningProfileStoreFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in interface com.facebook.buck.core.toolchain.ToolchainFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatformsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.dotnet.DotnetToolchainSupplier.DotnetToolchainFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.go.GoToolchainFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.haskell.HaskellPlatformsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.lua.LuaPlatformsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.ocaml.OcamlToolchainFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.python.toolchain.impl.PexToolProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.python.toolchain.impl.PythonInterpreterFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.python.toolchain.impl.PythonPlatformsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.features.rust.RustToolchainFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.file.downloader.impl.DownloaderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.infer.toolchain.InferToolchainFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.jvm.java.toolchain.impl.JavacOptionsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.jvm.java.toolchain.impl.JavaCxxPlatformProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.jvm.java.toolchain.impl.JavaOptionsProviderFactory
-
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.jvm.java.toolchain.impl.JavaToolchainFactory
-
Creates a java toolchain from the .buckconfig.
- createToolchain(ToolchainProvider, ToolchainCreationContext, TargetConfiguration) - Method in class com.facebook.buck.swift.toolchain.impl.SwiftPlatformsProviderFactory
-
- createUberCompilationDatabase(BuildTarget, ProjectFilesystem, ActionGraphBuilder) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- createUndefinedSymbolsFile(ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, TargetConfiguration, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.PosixNmSymbolNameTool
-
- createUndefinedSymbolsFile(ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, TargetConfiguration, BuildTarget, Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.cxx.toolchain.SymbolNameTool
-
Creates a
BuildRule which extracts all undefined symbols from the given inputs.
- createUndefinedSymbolsLinkerArgs(ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, BuildTarget, ImmutableList<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- createUndefinedSymbolsLinkerArgs(ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, BuildTarget, ImmutableList<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
Write all undefined symbols given in symbolFiles into a linker script wrapped in
`EXTERN` commands.
- createUndefinedSymbolsLinkerArgs(ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, BuildTarget, ImmutableList<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- createUndefinedSymbolsLinkerArgs(ProjectFilesystem, BuildRuleParams, ActionGraphBuilder, BuildTarget, ImmutableList<? extends SourcePath>) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
Generate a necessary linker arguments to propagate undefined symbols to a link command.
- createUpdateEvent(ImmutableMap<String, Object>) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
-
Creates a new event which indicates an update to the performance data being gathered.
- createUpdateEvent(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
-
- createUpdateEvent(String, Object, String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
-
- createVariableExpansionFunction(Map<String, String>) - Static method in class com.facebook.buck.apple.InfoPlistSubstitution
-
- createVariantGroup(String, String, PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createVariantGroup(String, String, PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createVerificationCommandLineArguments() - Static method in class com.facebook.buck.sandbox.darwin.DarwinSandbox
-
Creates a list of CL arguments to run a sandbox to verify that sandbox is functioning
- createVersionGroup(String, String, PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.AbstractPBXObjectFactory
-
- createVersionGroup(String, String, PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.PBXObjectGIDFactory
-
- createVersionGroup(AbstractPBXObjectFactory) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- createVersionManager() - Method in class com.facebook.buck.core.plugin.impl.DefaultBuckPluginManager
-
- createWatchmanClient(Path, Console, Clock) - Static method in class com.facebook.buck.io.watchman.WatchmanFactory
-
- createWithEmptyBeansPermitted() - Static method in class com.facebook.buck.util.json.ObjectMappers
-
Creates an ObjectMapper that allows to use objects without fields.
- createWithFileSystemCrawler(BuckEventBus, DepsAwareExecutor<? super ComputeResult, ?>, CellProvider, LoadingCache<Path, DirectoryListCache>, LoadingCache<Path, FileTreeCache>) - Static method in class com.facebook.buck.parser.TargetSpecResolver
-
- createWithoutPayloads(ThriftRequest) - Static method in class com.facebook.buck.slb.HybridThriftRequestHandler
-
Create request that sends no out-of-band payloads.
- createWithSuggestions(Flavored, UnconfiguredBuildTarget) - Static method in exception com.facebook.buck.parser.UnexpectedFlavorException
-
- createWithWatchmanCrawler(BuckEventBus, Watchman, DepsAwareExecutor<? super ComputeResult, ?>, CellProvider) - Static method in class com.facebook.buck.parser.TargetSpecResolver
-
- createWithWildcard(String, CellNameResolver) - Method in class com.facebook.buck.core.parser.buildtargetparser.ParsingUnconfiguredBuildTargetViewFactory
-
- createWithWildcard(String, CellNameResolver) - Method in interface com.facebook.buck.core.parser.buildtargetparser.UnconfiguredBuildTargetViewFactory
-
Given a target base name and a target name returns
UnconfiguredBuildTarget with
optionally allowing the short name to be empty.
- createWorkerProcess(ProcessExecutorParams, ExecutionContext, Path) - Method in class com.facebook.buck.worker.WorkerProcessPoolFactory
-
- createXcodeProject(XcodeProjectWriteOptions, ListeningExecutorService) - Method in class com.facebook.buck.features.apple.projectV2.ProjectGenerator
-
Creates an xcode project.
- createXcodeProjects() - Method in class com.facebook.buck.features.apple.project.ProjectGenerator
-
- CriticalPathEventListener - Class in com.facebook.buck.event.listener
-
BuckEventListener that is intended to build Critical path of the build (The longest by
time path )
- CriticalPathEventListener(Path) - Constructor for class com.facebook.buck.event.listener.CriticalPathEventListener
-
- CriticalPathReportableNode - Interface in com.facebook.buck.event.listener
-
Critical Path Reportable node that is used to store information into report table
- CsharpLibrary - Class in com.facebook.buck.features.dotnet
-
- CsharpLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, ImmutableSortedSet<SourcePath>, ImmutableList<Either<BuildRule, String>>, ImmutableMap<String, SourcePath>, FrameworkVersion, ImmutableList<String>, Path) - Constructor for class com.facebook.buck.features.dotnet.CsharpLibrary
-
- CsharpLibraryCompile - Class in com.facebook.buck.features.dotnet
-
- CsharpLibraryCompile(SourcePathResolverAdapter, Tool, Path, ImmutableSortedSet<Path>, ImmutableList<Either<Path, String>>, ImmutableListMultimap<Path, String>, FrameworkVersion, ImmutableList<String>) - Constructor for class com.facebook.buck.features.dotnet.CsharpLibraryCompile
-
- CsharpLibraryDescription - Class in com.facebook.buck.features.dotnet
-
- CsharpLibraryDescription() - Constructor for class com.facebook.buck.features.dotnet.CsharpLibraryDescription
-
- CsharpLibraryDescriptionArg - Class in com.facebook.buck.features.dotnet
-
Immutable implementation of CsharpLibraryDescription.AbstractCsharpLibraryDescriptionArg.
- CsharpLibraryDescriptionArg.Builder - Class in com.facebook.buck.features.dotnet
-
- CURRENT_BUCK_BUILD_TYPE - Static variable in enum com.facebook.buck.util.environment.BuckBuildType
-
Check in runtime to see what current build type is.
- currentConfig() - Method in interface com.facebook.buck.support.build.report.FullBuildReport
-
- currentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- currentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
-
- currentTimeMillis() - Method in interface com.facebook.buck.util.timing.Clock
-
- currentTimeMillis() - Method in class com.facebook.buck.util.timing.DefaultClock
-
- cursorPreviousLine(int) - Method in class com.facebook.buck.util.Ansi
-
Moves the cursor y lines up.
- CustomBehaviorUtils - Class in com.facebook.buck.rules.modern
-
Utilities for dealing with CustomFieldBehavior and CustomClassBehavior.
- CustomBehaviorUtils() - Constructor for class com.facebook.buck.rules.modern.CustomBehaviorUtils
-
- CustomClassBehavior - Annotation Type in com.facebook.buck.core.rules.modern.annotations
-
- CustomClassBehaviorTag - Interface in com.facebook.buck.core.rules.modern.annotations
-
Root interface for any CustomClassBehavior values.
- CustomClassSerialization<T extends AddsToRuleKey> - Interface in com.facebook.buck.rules.modern
-
Allows a class to follow specify its serialization/deserialization in terms of calls to the
ValueVisitor/ValueCreator.
- CustomFieldBehavior - Annotation Type in com.facebook.buck.core.rulekey
-
- CustomFieldBehaviorTag - Interface in com.facebook.buck.core.rulekey
-
Root interface for any CustomFieldBehavior values.
- CustomFieldDeps<T> - Interface in com.facebook.buck.rules.modern
-
Allows custom derivation of the deps corresponding to a field.
- CustomFieldDepsTag - Interface in com.facebook.buck.core.rulekey
-
Tag to indicate custom field deps derivation.
- CustomFieldInputs<T> - Interface in com.facebook.buck.rules.modern
-
Allows custom derivation of the inputs corresponding to a field.
- CustomFieldInputsTag - Interface in com.facebook.buck.core.rulekey
-
Tag to indicate custom field inputs derivation.
- CustomFieldSerialization<T> - Interface in com.facebook.buck.rules.modern
-
Allows the serialization/deserialization of a specific field to be specified in terms of calls to
the ValueVisitor/Creator.
- CustomFieldSerializationTag - Interface in com.facebook.buck.core.rulekey
-
Tag to indicate custom field serialization.
- CustomJarOutputStream - Class in com.facebook.buck.util.zip
-
- CustomJarOutputStream(CustomZipOutputStream.Impl) - Constructor for class com.facebook.buck.util.zip.CustomJarOutputStream
-
- CustomOptionalProtoSerializer - Class in com.facebook.buck.util.json
-
Custom serializer for ProtoBuf classes as jackson is not able to serialize them.
- CustomOptionalProtoSerializer() - Constructor for class com.facebook.buck.util.json.CustomOptionalProtoSerializer
-
- CustomPrebuiltCxxLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, PrebuiltCxxLibraryGroupDescriptionArg) - Constructor for class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription.CustomPrebuiltCxxLibrary
-
- customType - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- CustomZipEntry - Class in com.facebook.buck.util.zip
-
- CustomZipEntry(ZipEntry) - Constructor for class com.facebook.buck.util.zip.CustomZipEntry
-
- CustomZipEntry(String) - Constructor for class com.facebook.buck.util.zip.CustomZipEntry
-
- CustomZipEntry(Path, boolean) - Constructor for class com.facebook.buck.util.zip.CustomZipEntry
-
- CustomZipEntry(Path) - Constructor for class com.facebook.buck.util.zip.CustomZipEntry
-
- CustomZipOutputStream - Class in com.facebook.buck.util.zip
-
- CustomZipOutputStream(CustomZipOutputStream.Impl) - Constructor for class com.facebook.buck.util.zip.CustomZipOutputStream
-
- CustomZipOutputStream.Impl - Interface in com.facebook.buck.util.zip
-
- cxx - Variable in enum com.facebook.buck.android.toolchain.ndk.NdkCompilerType
-
- CXX_LINK_BINARY_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- CXX_LINK_MAP_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- CXX_LINK_THININDEX_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- CxxBinary - Class in com.facebook.buck.cxx
-
- CxxBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, CxxPlatform, BuildRule, Tool, Iterable<FrameworkPath>, Iterable<BuildTarget>, BuildTarget, boolean) - Constructor for class com.facebook.buck.cxx.CxxBinary
-
- CxxBinaryDescription - Class in com.facebook.buck.cxx
-
- CxxBinaryDescription(ToolchainProvider, CxxBinaryImplicitFlavors, CxxBinaryFactory, CxxBinaryMetadataFactory, CxxBinaryFlavored) - Constructor for class com.facebook.buck.cxx.CxxBinaryDescription
-
- CxxBinaryDescription.CommonArg - Interface in com.facebook.buck.cxx
-
- CxxBinaryDescriptionArg - Class in com.facebook.buck.cxx
-
Immutable implementation of CxxBinaryDescription.AbstractCxxBinaryDescriptionArg.
- CxxBinaryDescriptionArg.Builder - Class in com.facebook.buck.cxx
-
- CxxBinaryFactory - Class in com.facebook.buck.cxx
-
- CxxBinaryFactory(ToolchainProvider, CxxBuckConfig, InferBuckConfig) - Constructor for class com.facebook.buck.cxx.CxxBinaryFactory
-
- CxxBinaryFlavored - Class in com.facebook.buck.cxx
-
- CxxBinaryFlavored(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.cxx.CxxBinaryFlavored
-
- CxxBinaryImplicitFlavors - Class in com.facebook.buck.cxx
-
- CxxBinaryImplicitFlavors(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.cxx.CxxBinaryImplicitFlavors
-
- CxxBinaryMetadataFactory - Class in com.facebook.buck.cxx
-
- CxxBinaryMetadataFactory(ToolchainProvider) - Constructor for class com.facebook.buck.cxx.CxxBinaryMetadataFactory
-
- CxxBuckConfig - Class in com.facebook.buck.cxx.config
-
Contains platform independent settings for C/C++ rules.
- CxxBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.cxx.config.CxxBuckConfig
-
- CxxBuckConfig(BuckConfig, Flavor) - Constructor for class com.facebook.buck.cxx.config.CxxBuckConfig
-
- CxxCompilationDatabase - Class in com.facebook.buck.cxx
-
- CxxCompilationDatabaseEntry - Class in com.facebook.buck.cxx
-
- CxxCompilationDatabaseEntry() - Constructor for class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
- cxxCompiler - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- cxxCompiler - Variable in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- CxxConstructorArg - Interface in com.facebook.buck.cxx
-
- CxxDeps - Class in com.facebook.buck.cxx
-
- CxxDeps() - Constructor for class com.facebook.buck.cxx.CxxDeps
-
- CxxDeps.Builder - Class in com.facebook.buck.cxx
-
- CxxDescriptionEnhancer - Class in com.facebook.buck.cxx
-
- CxxDescriptionsProvider - Class in com.facebook.buck.cxx
-
- CxxDescriptionsProvider() - Constructor for class com.facebook.buck.cxx.CxxDescriptionsProvider
-
- CxxFlags - Class in com.facebook.buck.cxx
-
- CxxFlags.TranslateMacrosArgsFunction - Class in com.facebook.buck.cxx
-
Function for translating cxx flag macros in list of Arg.
- CxxFlags.TranslateMacrosFunction - Class in com.facebook.buck.cxx
-
Function for translating cxx flag macros.
- CxxFlagsMacro - Interface in com.facebook.buck.rules.macros
-
$(cxxflags) macro type.
- CxxFlavorSanitizer - Class in com.facebook.buck.cxx.toolchain
-
- CxxGenrule - Class in com.facebook.buck.cxx
-
Genrule with C++ aware macros.
- CxxGenrule(BuildTarget, ProjectFilesystem, BuildRuleParams, String) - Constructor for class com.facebook.buck.cxx.CxxGenrule
-
- CxxGenruleDescription - Class in com.facebook.buck.cxx
-
- CxxGenruleDescription(ToolchainProvider, BuckConfig, CxxBuckConfig, SandboxExecutionStrategy) - Constructor for class com.facebook.buck.cxx.CxxGenruleDescription
-
- CxxGenruleDescriptionArg - Class in com.facebook.buck.cxx
-
Immutable implementation of CxxGenruleDescription.AbstractCxxGenruleDescriptionArg.
- CxxGenruleDescriptionArg.Builder - Class in com.facebook.buck.cxx
-
- CxxGenruleFilterAndTargetsMacro - Class in com.facebook.buck.rules.macros
-
Base class for cxx_genrule flags-based macros.
- CxxGenruleFilterAndTargetsMacro() - Constructor for class com.facebook.buck.rules.macros.CxxGenruleFilterAndTargetsMacro
-
- CxxGenruleFilterAndTargetsMacroTypeCoercer<M extends CxxGenruleFilterAndTargetsMacro> - Class in com.facebook.buck.rules.coercer
-
Coercer for cxx_genrule flag-based macros.
- CxxGenruleFilterAndTargetsMacroTypeCoercer(Optional<TypeCoercer<Pattern, Pattern>>, TypeCoercer<ImmutableList<UnconfiguredBuildTarget>, ImmutableList<BuildTarget>>, Class<M>, BiFunction<Optional<Pattern>, ImmutableList<BuildTarget>, M>) - Constructor for class com.facebook.buck.rules.coercer.CxxGenruleFilterAndTargetsMacroTypeCoercer
-
- CxxHeaders - Class in com.facebook.buck.cxx
-
Encapsulates headers from a single root location.
- CxxHeaders() - Constructor for class com.facebook.buck.cxx.CxxHeaders
-
- CxxHeadersDir - Class in com.facebook.buck.cxx
-
Wraps a header directory to add to the preprocessors search path.
- CxxHeadersDir() - Constructor for class com.facebook.buck.cxx.CxxHeadersDir
-
- CxxInferEnhancer - Class in com.facebook.buck.cxx
-
- CxxInferEnhancer.InferFlavors - Enum in com.facebook.buck.cxx
-
Flavors affixed to a library or binary rule to run infer.
- CxxIntermediateBuildProduct - Interface in com.facebook.buck.cxx
-
Interface marker for a type that emits intermediate products in a cxx build
- CxxLibraryDescription - Class in com.facebook.buck.cxx
-
- CxxLibraryDescription(CxxLibraryImplicitFlavors, CxxLibraryFlavored, CxxLibraryFactory, CxxLibraryMetadataFactory) - Constructor for class com.facebook.buck.cxx.CxxLibraryDescription
-
- CxxLibraryDescription.CommonArg - Interface in com.facebook.buck.cxx
-
- CxxLibraryDescription.MetadataType - Enum in com.facebook.buck.cxx
-
- CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction - Interface in com.facebook.buck.cxx
-
This is a hack to allow fine grained control over how the transitive CxxPreprocessorInputs are found.
- CxxLibraryDescription.Type - Enum in com.facebook.buck.cxx
-
- CxxLibraryDescriptionArg - Class in com.facebook.buck.cxx
-
Immutable implementation of CxxLibraryDescription.AbstractCxxLibraryDescriptionArg.
- CxxLibraryDescriptionArg.Builder - Class in com.facebook.buck.cxx
-
- CxxLibraryDescriptionDelegate - Interface in com.facebook.buck.cxx
-
- CxxLibraryDescriptionDelegate.ConfiguredDelegate - Interface in com.facebook.buck.cxx
-
The delegate for a specific target and platform.
- CxxLibraryEnhancement(BuildTarget, ProjectFilesystem, BuildRuleParams, Optional<Boolean>, ImmutableSet<BuildTarget>, ActionGraphBuilder, CxxPlatform) - Constructor for class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
-
- CxxLibraryFactory - Class in com.facebook.buck.cxx
-
- CxxLibraryFactory(ToolchainProvider, CxxBuckConfig, InferBuckConfig) - Constructor for class com.facebook.buck.cxx.CxxLibraryFactory
-
- CxxLibraryFlavored - Class in com.facebook.buck.cxx
-
- CxxLibraryFlavored(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.cxx.CxxLibraryFlavored
-
- CxxLibraryGroup - Class in com.facebook.buck.cxx
-
An action graph representation of a C/C++ library from the target graph, providing the various
interfaces to make it consumable by C/C++ preprocessing and native linkable rules.
- CxxLibraryGroup(BuildTarget, ProjectFilesystem, BuildRuleParams, CxxDeps, CxxDeps, Predicate<CxxPlatform>, BiFunction<? super CxxPlatform, ActionGraphBuilder, Iterable<? extends Arg>>, BiFunction<? super CxxPlatform, ActionGraphBuilder, Iterable<? extends Arg>>, QuadFunction<? super CxxPlatform, ActionGraphBuilder, SourcePathResolverAdapter, Boolean, NativeLinkableInput>, Optional<Pattern>, ImmutableSet<FrameworkPath>, ImmutableSet<FrameworkPath>, NativeLinkableGroup.Linkage, boolean, Optional<String>, ImmutableSortedSet<BuildTarget>, boolean, boolean, boolean, boolean, CxxLibraryDescriptionDelegate) - Constructor for class com.facebook.buck.cxx.CxxLibraryGroup
-
- CxxLibraryImplicitFlavors - Class in com.facebook.buck.cxx
-
- CxxLibraryImplicitFlavors(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.cxx.CxxLibraryImplicitFlavors
-
- CxxLibraryMetadataFactory - Class in com.facebook.buck.cxx
-
- CxxLibraryMetadataFactory(ToolchainProvider, ProjectFilesystem) - Constructor for class com.facebook.buck.cxx.CxxLibraryMetadataFactory
-
- CxxLibraryModuleRule - Class in com.facebook.buck.features.project.intellij.lang.cxx
-
- CxxLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.features.project.intellij.lang.cxx.CxxLibraryModuleRule
-
- CxxLink - Class in com.facebook.buck.cxx
-
A BuildRule for linking c++ objects.
- CxxLink(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, CellPathResolver, Linker, Path, ImmutableMap<String, Path>, ImmutableList<Arg>, Optional<LinkOutputPostprocessor>, Optional<RuleScheduleInfo>, boolean, boolean, boolean) - Constructor for class com.facebook.buck.cxx.CxxLink
-
- CxxLink.Impl - Class in com.facebook.buck.cxx
-
Buildable implementation of CxxLink.
- CxxLinkableEnhancer - Class in com.facebook.buck.cxx
-
- CxxLinkAndCompileRules - Class in com.facebook.buck.cxx
-
- CxxLinkGroupMapping - Class in com.facebook.buck.core.linkgroup
-
Represents a single mapping which specifies which targets belong to a link group.
- CxxLinkGroupMapping() - Constructor for class com.facebook.buck.core.linkgroup.CxxLinkGroupMapping
-
- CxxLinkGroupMappingCoercer - Class in com.facebook.buck.rules.coercer
-
- CxxLinkGroupMappingCoercer(TypeCoercer<String, String>, TypeCoercer<ImmutableList<Object>, ImmutableList<CxxLinkGroupMappingTarget>>) - Constructor for class com.facebook.buck.rules.coercer.CxxLinkGroupMappingCoercer
-
- CxxLinkGroupMappingTarget - Class in com.facebook.buck.core.linkgroup
-
Represents how a single build target should be mapped to a link group.
- CxxLinkGroupMappingTarget() - Constructor for class com.facebook.buck.core.linkgroup.CxxLinkGroupMappingTarget
-
- CxxLinkGroupMappingTarget.Traversal - Enum in com.facebook.buck.core.linkgroup
-
Defines how nodes should be included starting from the root as specified by the build target.
- CxxLinkGroupMappingTargetCoercer - Class in com.facebook.buck.rules.coercer
-
- CxxLinkGroupMappingTargetCoercer(TypeCoercer<UnconfiguredBuildTarget, BuildTarget>, TypeCoercer<Object, CxxLinkGroupMappingTarget.Traversal>, TypeCoercer<Pattern, Pattern>) - Constructor for class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetCoercer
-
- CxxLinkGroupMappingTargetTraversalCoercer - Class in com.facebook.buck.rules.coercer
-
- CxxLinkGroupMappingTargetTraversalCoercer() - Constructor for class com.facebook.buck.rules.coercer.CxxLinkGroupMappingTargetTraversalCoercer
-
- CxxLinkOptions - Class in com.facebook.buck.cxx
-
- CxxLinkOptions() - Constructor for class com.facebook.buck.cxx.CxxLinkOptions
-
- CxxLocationMacroExpander - Class in com.facebook.buck.cxx
-
- CxxLocationMacroExpander(CxxPlatform) - Constructor for class com.facebook.buck.cxx.CxxLocationMacroExpander
-
- CxxLuaExtension - Class in com.facebook.buck.features.lua
-
- CxxLuaExtension(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.features.lua.CxxLuaExtension
-
- CxxLuaExtensionDescription - Class in com.facebook.buck.features.lua
-
- CxxLuaExtensionDescription(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.features.lua.CxxLuaExtensionDescription
-
- CxxLuaExtensionDescriptionArg - Class in com.facebook.buck.features.lua
-
Immutable implementation of CxxLuaExtensionDescription.AbstractCxxLuaExtensionDescriptionArg.
- CxxLuaExtensionDescriptionArg.Builder - Class in com.facebook.buck.features.lua
-
- CxxMacro - Interface in com.facebook.buck.rules.macros
-
$(cxx) macro type.
- CxxPlatform - Interface in com.facebook.buck.cxx.toolchain
-
Interface describing a C/C++ toolchain and platform to build for.
- CxxPlatform.Builder - Class in com.facebook.buck.cxx.toolchain
-
- CxxPlatforms - Class in com.facebook.buck.cxx.toolchain.impl
-
- CxxPlatformsProvider - Class in com.facebook.buck.cxx.toolchain
-
- CxxPlatformsProvider() - Constructor for class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
-
- CxxPlatformsProviderFactory - Class in com.facebook.buck.cxx.toolchain.impl
-
- CxxPlatformsProviderFactory() - Constructor for class com.facebook.buck.cxx.toolchain.impl.CxxPlatformsProviderFactory
-
- CxxPlatformsSupplier - Interface in com.facebook.buck.cxx.toolchain
-
A toolchain that provides CXX platforms.
- CxxppFlagsMacro - Class in com.facebook.buck.rules.macros
-
$(cxxppflags ...) macro type.
- CxxppFlagsMacro() - Constructor for class com.facebook.buck.rules.macros.CxxppFlagsMacro
-
- CxxPrecompiledHeaderDescription - Class in com.facebook.buck.cxx
-
- CxxPrecompiledHeaderDescription() - Constructor for class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
-
- CxxPrecompiledHeaderDescriptionArg - Class in com.facebook.buck.cxx
-
Immutable implementation of CxxPrecompiledHeaderDescription.AbstractCxxPrecompiledHeaderDescriptionArg.
- CxxPrecompiledHeaderDescriptionArg.Builder - Class in com.facebook.buck.cxx
-
- CxxPrecompiledHeaderTemplate - Class in com.facebook.buck.cxx
-
Represents a precompilable header file, along with dependencies.
- CxxPrefixHeader - Class in com.facebook.buck.cxx
-
Represents a header file mentioned in a `prefix_header` param in a cxx library/binary rule.
- CxxPrepareForLinkStep - Class in com.facebook.buck.cxx
-
Prepares argfile for the CxxLinkStep, so all arguments to the linker will be stored in a single
file.
- CxxPreprocessables - Class in com.facebook.buck.cxx
-
- CxxPreprocessables.IncludeType - Enum in com.facebook.buck.cxx
-
- CxxPreprocessAndCompile - Class in com.facebook.buck.cxx
-
A build rule which preprocesses and/or compiles a C/C++ source in a single step.
- CxxPreprocessorDep - Interface in com.facebook.buck.cxx
-
An interface that represents a
BuildRule which can contribute components (e.g.
- CxxPreprocessorInput - Class in com.facebook.buck.cxx
-
The components that get contributed to a top-level run of the C++ preprocessor.
- CxxPreprocessorInput() - Constructor for class com.facebook.buck.cxx.CxxPreprocessorInput
-
- CxxPreprocessorInput.Builder - Class in com.facebook.buck.cxx
-
- CxxPythonExtension - Class in com.facebook.buck.features.python
-
- CxxPythonExtension(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.features.python.CxxPythonExtension
-
- CxxPythonExtensionDescription - Class in com.facebook.buck.features.python
-
- CxxPythonExtensionDescription(ToolchainProvider, CxxBuckConfig) - Constructor for class com.facebook.buck.features.python.CxxPythonExtensionDescription
-
- CxxPythonExtensionDescription.Type - Enum in com.facebook.buck.features.python
-
- CxxPythonExtensionDescriptionArg - Class in com.facebook.buck.features.python
-
Immutable implementation of CxxPythonExtensionDescription.AbstractCxxPythonExtensionDescriptionArg.
- CxxPythonExtensionDescriptionArg.Builder - Class in com.facebook.buck.features.python
-
- CxxRawHeaders - Class in com.facebook.buck.cxx
-
- CxxRawHeaders() - Constructor for class com.facebook.buck.cxx.CxxRawHeaders
-
- CxxSource - Class in com.facebook.buck.cxx
-
Describes a source file written in the C programming language or a derivative (C++, Objective-C,
Objective-C++, etc.) and the various paths it uses from input to output.
- CxxSource() - Constructor for class com.facebook.buck.cxx.CxxSource
-
- CxxSource.Type - Enum in com.facebook.buck.cxx
-
- CxxSourceRuleFactory - Class in com.facebook.buck.cxx
-
- CxxSourceRuleFactory() - Constructor for class com.facebook.buck.cxx.CxxSourceRuleFactory
-
- CxxSourceTypes - Class in com.facebook.buck.cxx
-
Utilities for working with C-like source types.
- CxxStrip - Class in com.facebook.buck.cxx
-
Controls how strip tool is invoked.
- CxxStrip(BuildTarget, ProjectFilesystem, SourcePath, SourcePathRuleFinder, StripStyle, Tool, boolean, Path) - Constructor for class com.facebook.buck.cxx.CxxStrip
-
- CxxSymlinkTreeHeaders - Class in com.facebook.buck.cxx
-
- CxxSymlinkTreeHeaders() - Constructor for class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- CxxTest - Class in com.facebook.buck.cxx
-
A no-op
BuildRule which houses the logic to run and form the results for C/C++ tests.
- CxxTest(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRule, Tool, ImmutableMap<String, Arg>, ImmutableList<Arg>, ImmutableSortedSet<? extends SourcePath>, ImmutableSet<SourcePath>, Function<SourcePathRuleFinder, ImmutableSortedSet<BuildRule>>, ImmutableSet<String>, ImmutableSet<String>, boolean, Optional<Long>, CxxTestType) - Constructor for class com.facebook.buck.cxx.CxxTest
-
- CxxTestDescription - Class in com.facebook.buck.cxx
-
- CxxTestDescription(ToolchainProvider, CxxBuckConfig, CxxBinaryMetadataFactory) - Constructor for class com.facebook.buck.cxx.CxxTestDescription
-
- CxxTestDescriptionArg - Class in com.facebook.buck.cxx
-
Immutable implementation of CxxTestDescription.AbstractCxxTestDescriptionArg.
- CxxTestDescriptionArg.Builder - Class in com.facebook.buck.cxx
-
- CxxTestModuleRule - Class in com.facebook.buck.features.project.intellij.lang.cxx
-
Rule to create a module from a cxx_test
- CxxTestModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.features.project.intellij.lang.cxx.CxxTestModuleRule
-
- CxxThinLTOIndex - Class in com.facebook.buck.cxx
-
A BuildRule for linking c++ objects.
- CxxThinLTOIndex(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Linker, Path, ImmutableList<Arg>, Optional<RuleScheduleInfo>, boolean) - Constructor for class com.facebook.buck.cxx.CxxThinLTOIndex
-
- CxxThinLTOIndex.Impl - Class in com.facebook.buck.cxx
-
Buildable implementation of CxxLink.
- CxxThinLTOIndexArg - Class in com.facebook.buck.cxx
-
Holds an argument specifying the location of a thinLTO index file for optimization
- CxxThinLTOIndexArg(SourcePath, SourcePath) - Constructor for class com.facebook.buck.cxx.CxxThinLTOIndexArg
-
- CxxThinLTOOpt - Class in com.facebook.buck.cxx
-
A build rule which runs the opt phase of an incremental ThinLTO build
- CxxThinLTOOpt.Impl - Class in com.facebook.buck.cxx
-
Buildable implementation for CxxThinLTOOpt.
- CxxToolchainDescription - Class in com.facebook.buck.cxx
-
Defines a cxx_toolchain rule that allows a
CxxPlatform to be configured as a build
target.
- CxxToolchainDescription() - Constructor for class com.facebook.buck.cxx.CxxToolchainDescription
-
- CxxToolchainDescriptionArg - Class in com.facebook.buck.cxx
-
This is roughly analagous to the configuration provided by CxxBuckConfig.
- CxxToolchainDescriptionArg.Builder - Class in com.facebook.buck.cxx
-
- CxxToolchainsSupplier - Class in com.facebook.buck.cxx.toolchain.impl
-
- CxxToolchainsSupplier() - Constructor for class com.facebook.buck.cxx.toolchain.impl.CxxToolchainsSupplier
-
- CxxToolFlags - Class in com.facebook.buck.cxx
-
Tracks flags passed to the preprocessor or compiler.
- CxxToolFlags() - Constructor for class com.facebook.buck.cxx.CxxToolFlags
-
- CxxToolProvider<T> - Class in com.facebook.buck.cxx.toolchain
-
- CxxToolProvider(ToolProvider, Supplier<CxxToolProvider.Type>, ToolType, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.CxxToolProvider
-
- CxxToolProvider(ToolProvider, CxxToolProvider.Type, ToolType, boolean) - Constructor for class com.facebook.buck.cxx.toolchain.CxxToolProvider
-
- CxxToolProvider(ToolProvider, CxxToolProvider.Type, ToolType) - Constructor for class com.facebook.buck.cxx.toolchain.CxxToolProvider
-
- CxxToolProvider.Type - Enum in com.facebook.buck.cxx.toolchain
-
- CxxToolTypeInferer - Class in com.facebook.buck.cxx.toolchain
-
- CxxToolTypeInferer() - Constructor for class com.facebook.buck.cxx.toolchain.CxxToolTypeInferer
-
- CycleException - Exception in com.facebook.buck.core.util.graph
-
Exception thrown when graph traveral finds a cycle
- e_ehsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_entry - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_flags - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_ident - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_machine - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_phentsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_phnum - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_phoff - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_shentsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_shnum - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_shoff - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_shstrndx - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_type - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- e_version - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EdenClient - Interface in com.facebook.buck.edenfs
-
Client of Eden's fbthrift API that is intended to be a thin wrapper around EdenService.Client's API.
- EdenClientPool - Class in com.facebook.buck.edenfs
-
- EdenMount - Class in com.facebook.buck.edenfs
-
Utility to make requests to the Eden thrift API for an (Eden mount point, Buck project root)
pair.
- EdenProjectFilesystemDelegate - Class in com.facebook.buck.edenfs
-
- EdenProjectFilesystemDelegate(EdenMount, ProjectFilesystemDelegate, Config) - Constructor for class com.facebook.buck.edenfs.EdenProjectFilesystemDelegate
-
- EI_CLASS - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ei_class - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_DATA - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ei_data - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_MAG0 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_MAG1 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_MAG2 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_MAG3 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_NIDENT - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_PAD - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- EI_VERSION - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- Either<LEFT,RIGHT> - Class in com.facebook.buck.util.types
-
A discriminated union of two parameters that holds a value of either the LEFT or RIGHT type.
- eitherBinaryJarOrClassPathPresent() - Method in class com.facebook.buck.features.project.intellij.model.IjLibrary
-
- EitherTypeCoercer<LU,RU,Left,Right> - Class in com.facebook.buck.rules.coercer
-
Coerces a type to either type, trying the left type before the right.
- EitherTypeCoercer(TypeCoercer<LU, Left>, TypeCoercer<RU, Right>) - Constructor for class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- EitherValueTypeInfo<L,R> - Class in com.facebook.buck.rules.modern.impl
-
ValueTypeInfo for Eithers.
- EitherValueTypeInfo(ValueTypeInfo<L>, ValueTypeInfo<R>) - Constructor for class com.facebook.buck.rules.modern.impl.EitherValueTypeInfo
-
- element() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- elementIsAvailableForSourceOnlyAbi(Elements, Element) - Method in interface com.facebook.buck.jvm.java.abi.source.api.SourceOnlyAbiRuleInfoFactory.SourceOnlyAbiRuleInfo
-
- elementScope() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher.DefaultContainerScope
-
Increases element count if anything gets hashed during the element scope.
- elementScope() - Method in interface com.facebook.buck.rules.keys.RuleKeyScopedHasher.ContainerScope
-
- ElementsExtended - Interface in com.facebook.buck.jvm.java.lang.model
-
Wraps and extends
Elements with methods that cannot be added as
pure extension methods on
MoreElements because they require per-instance state.
- ElementsExtendedImpl - Class in com.facebook.buck.jvm.java.plugin.adapter
-
Wraps and extends
Elements with methods that cannot be added as
pure extension methods on
MoreElements because they require per-instance state.
- ElementsExtendedImpl(Elements, Types, Trees) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.ElementsExtendedImpl
-
- elementTypeCoercer - Variable in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
-
- Elf - Class in com.facebook.buck.cxx.toolchain.elf
-
- Elf(ByteBuffer) - Constructor for class com.facebook.buck.cxx.toolchain.elf.Elf
-
- Elf.Elf32 - Class in com.facebook.buck.cxx.toolchain.elf
-
- Elf.Elf64 - Class in com.facebook.buck.cxx.toolchain.elf
-
- Elf.ElfSectionLookupResult - Interface in com.facebook.buck.cxx.toolchain.elf
-
A tuple of section index and
ElfSection object returned from lookup functions in this
class.
- ElfDynamicSection - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfDynamicSection(ImmutableList<ElfDynamicSection.Entry>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
-
- ElfDynamicSection.DTag - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfDynamicSection.DTag.Type - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfDynamicSection.Entry - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfHeader - Class in com.facebook.buck.cxx.toolchain.elf
-
Encapsulate the data found in an ELF header.
- ElfHeader.EIClass - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfHeader.EIData - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ELFMAG0 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ELFMAG1 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ELFMAG2 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ELFMAG3 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
-
- ElfSection - Class in com.facebook.buck.cxx.toolchain.elf
-
Encapsulates the header information and raw body of an ELF section.
- ElfSectionHeader - Class in com.facebook.buck.cxx.toolchain.elf
-
Encapsulate the data in an ELF section header.
- ElfSectionHeader(long, ElfSectionHeader.SHType, long, long, long, long, long, long, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
-
- ElfSectionHeader.SHType - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfSharedLibraryInterfaceParams - Class in com.facebook.buck.cxx.toolchain
-
- ElfSharedLibraryInterfaceParams() - Constructor for class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
-
- ElfStringTable - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfSymbolTable - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfSymbolTable(ImmutableList<ElfSymbolTable.Entry>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable
-
- ElfSymbolTable.Entry - Class in com.facebook.buck.cxx.toolchain.elf
-
Encapsulate the data in an ELF section header.
- ElfSymbolTable.Entry.Info - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfSymbolTable.Entry.Info.Bind - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfSymbolTable.Entry.Info.Type - Enum in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerDef - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerDef(ImmutableList<Pair<ElfVerDef.Verdef, ImmutableList<ElfVerDef.Verdaux>>>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
-
- ElfVerDef.Verdaux - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerDef.Verdef - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerNeed - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerNeed(ImmutableList<Pair<ElfVerNeed.Verneed, ImmutableList<ElfVerNeed.Vernaux>>>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
-
- ElfVerNeed.Vernaux - Class in com.facebook.buck.cxx.toolchain.elf
-
- ElfVerNeed.Verneed - Class in com.facebook.buck.cxx.toolchain.elf
-
- EmbeddedCellBuckOutInfo - Class in com.facebook.buck.io.filesystem
-
Information to create the buck-out of cell when it's going to be embedded in the root cell
buck-out.
- EmbeddedCellBuckOutInfo() - Constructor for class com.facebook.buck.io.filesystem.EmbeddedCellBuckOutInfo
-
- EMIT_SWIFTDOCS - Static variable in class com.facebook.buck.swift.SwiftBuckConfig
-
- empty() - Static method in class com.facebook.buck.apple.toolchain.ProvisioningProfileStore
-
- EMPTY - Static variable in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- EMPTY - Static variable in class com.facebook.buck.core.path.ForwardRelativePath
-
- EMPTY - Static variable in interface com.facebook.buck.jvm.java.ExtraClasspathProvider
-
- EMPTY - Static variable in class com.facebook.buck.jvm.java.JavacPluginParams
-
- EMPTY - Static variable in class com.facebook.buck.jvm.java.RemoveClassesPatternsMatcher
-
- empty() - Static method in class com.facebook.buck.parser.detector.TargetConfigurationDetectorFactory
-
Target configuration that detects to none
- empty() - Static method in class com.facebook.buck.rules.coercer.ManifestEntries
-
- EMPTY - Static variable in class com.facebook.buck.rules.coercer.SourceSet
-
- EMPTY - Static variable in class com.facebook.buck.rules.coercer.SourceSortedSet
-
- EMPTY - Static variable in class com.facebook.buck.test.selectors.TestSelectorList
-
- empty() - Static method in class com.facebook.buck.test.selectors.TestSelectorList
-
- empty() - Static method in interface com.facebook.buck.util.stream.RichStream
-
- EMPTY_INSTANCE - Static variable in class com.facebook.buck.core.cell.CellConfig
-
- EMPTY_INSTANCE - Static variable in class com.facebook.buck.cxx.CxxDeps
-
- EMPTY_SINGLETON - Static variable in class com.facebook.buck.parser.api.PackageFileManifest
-
A singleton instance of a manifest with an empty package metadata.
- EMPTY_SINGLETON - Static variable in class com.facebook.buck.parser.api.PackageMetadata
-
A singleton instance with no visibility/within_view entries.
- EmptyJavaAbiInfo - Class in com.facebook.buck.jvm.core
-
The implementation of JavaAbiInfo for targets that have no sources.
- EmptyJavaAbiInfo(BuildTarget) - Constructor for class com.facebook.buck.jvm.core.EmptyJavaAbiInfo
-
- EmptyMemoizerDeserialization<T> - Class in com.facebook.buck.rules.modern
-
Supports deserialization of a memoizer as just a default-constructed empty Memoizer.
- EmptyMemoizerDeserialization() - Constructor for class com.facebook.buck.rules.modern.EmptyMemoizerDeserialization
-
- emptyMetadataProvider() - Static method in class com.facebook.buck.remoteexecution.MetadataProviderFactory
-
- emptyOf(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Return empty path with the same filesystem as provided path
- emptyPath() - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- EmptyPlatform - Class in com.facebook.buck.core.model.platform.impl
-
A platform that doesn't match any constraints.
- EMULATOR_MODE_SHORT_ARG - Static variable in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
-
- ENABLE_WIN_EXTERNAL_FLAGS - Static variable in class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
-
- enabledForArch64(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enabledForModules(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enabledForNativeLibraries(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enabledForResources(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enabledForSecondaryDexes(EnumSet<ExopackageMode>) - Static method in enum com.facebook.buck.android.exopackage.ExopackageMode
-
- enableSandbox - Variable in class com.facebook.buck.shell.AbstractGenruleDescription
-
- enableStringWhitelisting() - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
-
- enableTargetCompatibilityChecks() - Method in class com.facebook.buck.parser.ParsingContext
-
- encodeHybridFetchRequestNoPayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
-
- encodeHybridStoreRequestOnePayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
-
- ENCODING - Static variable in class com.facebook.buck.testrunner.BaseRunner
-
- end() - Method in class com.facebook.buck.event.api.BuckTracing
-
- end(Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
-
- end(Map<String, String>) - Method in interface com.facebook.buck.event.api.BuckTracingInterface
-
- end(Map<String, String>) - Method in class com.facebook.buck.event.BuckTracingEventBusBridge
-
- end(Map<String, String>) - Method in class com.facebook.buck.jvm.java.Jsr199TracingBridge
-
- END_OF_FILE_HEADER_MARKER - Static variable in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
-
- endAnalyze(List<String>, List<String>) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnalyze(List<String>, List<String>) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endAnalyze(List<String>, List<String>) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnnotationProcessingRound(boolean) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnnotationProcessingRound() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endAnnotationProcessingRound() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endElement(String, String, String) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
-
- endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endEnter(List<String>) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endGenerate() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- EndingBuildRuleEvent(BuildRuleEvent.BeginningBuildRuleEvent) - Constructor for class com.facebook.buck.core.build.event.BuildRuleEvent.EndingBuildRuleEvent
-
- endParse() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endParse() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endParse() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- ENDPOINT_EXTRA_HEADERS_FIELD - Static variable in class com.facebook.buck.doctor.config.DoctorConfig
-
- ENDPOINT_URL_FIELD - Static variable in class com.facebook.buck.doctor.config.DoctorConfig
-
- endRunAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endsWith(Path) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- endsWith(String) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- endsWith(String) - Method in interface com.facebook.buck.core.filesystems.PathWrapper
-
- endsWith(Path) - Method in interface com.facebook.buck.core.filesystems.PathWrapper
-
- endsWith(ForwardRelativePath) - Method in class com.facebook.buck.core.path.ForwardRelativePath
-
This path ends with given path.
- endsWithIgnoreCase(String, String) - Static method in class com.facebook.buck.util.string.MoreStrings
-
- enforceBuckPackageBoundaries(Cell, BuildTarget, ImmutableSet<ForwardRelativePath>) - Method in class com.facebook.buck.parser.NoopPackageBoundaryChecker
-
- enforceBuckPackageBoundaries(Cell, BuildTarget, ImmutableSet<ForwardRelativePath>) - Method in interface com.facebook.buck.parser.PackageBoundaryChecker
-
- enforceBuckPackageBoundaries(Cell, BuildTarget, ImmutableSet<ForwardRelativePath>) - Method in class com.facebook.buck.parser.ThrowingPackageBoundaryChecker
-
- enhance(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
-
- enhanceCommandLine(ImmutableList<String>) - Method in class com.facebook.buck.sandbox.darwin.DarwinSandboxProgramRunner
-
- enhanceCommandLine(ImmutableList<String>) - Method in class com.facebook.buck.shell.programrunner.DirectProgramRunner
-
- enhanceCommandLine(ImmutableList<String>) - Method in interface com.facebook.buck.shell.programrunner.ProgramRunner
-
Change program command line with arguments specific to these parameters.
- enhanceCommandLineForDescription(ImmutableList<String>) - Method in class com.facebook.buck.sandbox.darwin.DarwinSandboxProgramRunner
-
- enhanceCommandLineForDescription(ImmutableList<String>) - Method in class com.facebook.buck.shell.programrunner.DirectProgramRunner
-
- enhanceCommandLineForDescription(ImmutableList<String>) - Method in interface com.facebook.buck.shell.programrunner.ProgramRunner
-
Change program command line with arguments specific to these parameters.
- enhanceFlavors(BuildTarget, TargetNodeMaybeIncompatible, TargetNodeSpec.TargetType) - Method in interface com.facebook.buck.parser.TargetSpecResolver.FlavorEnhancer
-
- ensureAndroidFacetBuilder() - Method in class com.facebook.buck.features.project.intellij.ModuleBuildContext
-
- ensureClasspathArgfile() - Method in class com.facebook.buck.jvm.java.JUnitStep
-
Ensures the classpath argfile for Java 9+ invocations has been created.
- ensureLaunchAndHandshake() - Method in class com.facebook.buck.worker.WorkerProcess
-
- ensureModuleConsistency(Path, ImmutableMultimap<APKModule, Path>, ProjectFilesystem, Optional<Path>, Optional<Path>, boolean) - Static method in class com.facebook.buck.android.AndroidModuleConsistencyStep
-
- enter() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- enter() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- enter() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- enter() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- ENTER - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- enterState(RemoteExecutionActionEvent.State, Optional<Protocol.Digest>) - Method in class com.facebook.buck.rules.modern.builders.RemoteRuleContext
-
Called when Action state is changed.
- entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
-
- entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable
-
- entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
-
- entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
-
- entriesToExclude - Variable in class com.facebook.buck.unarchive.UnarchiveStep
-
- Entry(ElfDynamicSection.DTag, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.Entry
-
- Entry(long, ElfSymbolTable.Entry.Info, int, int, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
-
- entrySet() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- entryValue - Variable in enum com.facebook.buck.android.AndroidBuckConfig.NdkSearchOrderEntry
-
- enumerate(Iterable<T>) - Static method in class com.facebook.buck.util.MoreIterables
-
- EnumTypeCoercer<E extends Enum<E>> - Class in com.facebook.buck.rules.coercer
-
Coerce a string to java enum.
- EnumTypeCoercer(Class<E>) - Constructor for class com.facebook.buck.rules.coercer.EnumTypeCoercer
-
- EnumValueTypeInfo<T extends Enum<T>> - Class in com.facebook.buck.rules.modern.impl
-
ValueTypeInfo for enums.
- EnumValueTypeInfo(Class<T>) - Constructor for class com.facebook.buck.rules.modern.impl.EnumValueTypeInfo
-
- env() - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableRunInfo
-
- env() - Method in class com.facebook.buck.core.rules.providers.lib.RunInfo
-
- ENV - Static variable in class com.facebook.buck.parser.MetaRules
-
- ENV_VAR_NAME - Static variable in class com.facebook.buck.util.env.BuckClasspath
-
- environment - Variable in class com.facebook.buck.android.toolchain.common.BaseAndroidToolchainResolver
-
- environment - Variable in class com.facebook.buck.features.ocaml.OcamlCCompileStep.Args
-
- environment - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- environment - Variable in class com.facebook.buck.features.ocaml.OcamlMLCompileStep.Args
-
- environment - Variable in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- environmentalChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- environmentalChange(String) - Static method in class com.facebook.buck.event.ParsingEvent
-
- EnvironmentData - Class in com.facebook.buck.skylark.parser
-
Captures Environment and information related to its parsing like all Path used in order to create this environment.
- EnvironmentData() - Constructor for class com.facebook.buck.skylark.parser.EnvironmentData
-
- EnvironmentOverrideOptionHandler - Class in com.facebook.buck.cli
-
OptionHandler used for specifying environment overrides.
- EnvironmentOverrideOptionHandler(CmdLineParser, OptionDef, Setter<? super Map<?, ?>>) - Constructor for class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
-
- environmentSupportsAnsiEscapes(Platform, Map<String, String>) - Static method in class com.facebook.buck.util.AnsiEnvironmentChecking
-
Returns true if the environment supports ANSI escape sequences, false otherwise.
- EnvironmentVariableMacroExpander - Class in com.facebook.buck.rules.macros
-
Expands $(env XYZ) to use the appropriate shell expansion for the current platform.
- EnvironmentVariableMacroExpander(Platform) - Constructor for class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
-
- EnvMacro - Interface in com.facebook.buck.rules.macros
-
$(env) macro type.
- EnvMacroTypeCoercer - Class in com.facebook.buck.rules.coercer
-
Coercer for env macros.
- EnvMacroTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.EnvMacroTypeCoercer
-
- envVariableChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- EnvVariableChange(String) - Constructor for class com.facebook.buck.event.ParsingEvent.EnvVariableChange
-
- EnvVariablesProvider - Class in com.facebook.buck.util.environment
-
Provides access system environment variables of the current process.
- EnvVariablesProvider() - Constructor for class com.facebook.buck.util.environment.EnvVariablesProvider
-
- equals(Object) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- equals(Object) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
This instance is equal to all instances of AndroidAarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
-
This instance is equal to all instances of AndroidAppModularityDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
This instance is equal to all instances of AndroidBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
This instance is equal to all instances of AndroidBuildConfigDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg
-
This instance is equal to all instances of AndroidBundleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
This instance is equal to all instances of AndroidInstrumentationApkDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
This instance is equal to all instances of AndroidInstrumentationTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
This instance is equal to all instances of AndroidLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
This instance is equal to all instances of AndroidManifestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
This instance is equal to all instances of AndroidPrebuiltAarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
This instance is equal to all instances of AndroidResourceDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
This instance is equal to all instances of ApkGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
This instance is equal to all instances of GenAidlDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- equals(Object) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
This instance is equal to all instances of NdkLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg
-
This instance is equal to all instances of NdkToolchainDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltNativeLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- equals(Object) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
This instance is equal to all instances of RobolectricTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.toolchain.impl.AndroidBuildToolsResolver
-
- equals(Object) - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- equals(Object) - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg
-
This instance is equal to all instances of AndroidPlatformArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
This instance is equal to all instances of AppleAssetCatalogDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions
-
This instance is equal to all instances of AppleAssetCatalogsCompilationOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
This instance is equal to all instances of AppleBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
This instance is equal to all instances of AppleBundleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
This instance is equal to all instances of AppleLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
This instance is equal to all instances of ApplePackageDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
This instance is equal to all instances of AppleResourceDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
This instance is equal to all instances of AppleTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg
-
This instance is equal to all instances of AppleToolchainDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg
-
This instance is equal to all instances of AppleToolchainSetDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
This instance is equal to all instances of AppleWrapperResourceArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.clang.UmbrellaHeaderModuleMap
-
- equals(Object) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
This instance is equal to all instances of PrebuiltAppleFrameworkDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- equals(Object) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
This instance is equal to all instances of XcodeScriptDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.BuildReport
-
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.RuleCountCalculated
-
- equals(Object) - Method in class com.facebook.buck.core.build.event.BuildEvent.UnskippedRuleCountUpdated
-
- equals(Object) - Method in class com.facebook.buck.core.cell.CellPathResolverView
-
- equals(Object) - Method in class com.facebook.buck.core.config.BuckConfig
-
- equals(Object) - Method in class com.facebook.buck.core.exceptions.DependencyStack
-
- equals(Object) - Method in class com.facebook.buck.core.filesystems.BuckUnixPath
-
- equals(Object) - Method in interface com.facebook.buck.core.filesystems.PathWrapper
-
- equals(Path) - Method in interface com.facebook.buck.core.filesystems.PathWrapper
-
Deprecated.
- equals(Object) - Method in class com.facebook.buck.core.graph.transformation.model.ClassBasedComputationIdentifier
-
- equals(Object) - Method in class com.facebook.buck.core.graph.transformation.model.ComposedComputationIdentifier
-
- equals(Object) - Method in class com.facebook.buck.core.model.BaseName
-
- equals(Object) - Method in class com.facebook.buck.core.model.BuildId
-
- equals(Object) - Method in class com.facebook.buck.core.model.BuildTarget
-
- equals(Object) - Method in class com.facebook.buck.core.model.ConfigurationForConfigurationTargets
-
- equals(Object) - Method in class com.facebook.buck.core.model.ErrorTargetConfiguration
-
- equals(Object) - Method in class com.facebook.buck.core.model.FlavorSet
-
- equals(Object) - Method in class com.facebook.buck.core.model.InternalFlavor
-
- equals(Object) - Method in class com.facebook.buck.core.model.OutputLabel
-
- equals(Object) - Method in class com.facebook.buck.core.model.platform.impl.EmptyPlatform
-
- equals(Object) - Method in class com.facebook.buck.core.model.platform.impl.UnconfiguredPlatform
-
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.impl.TargetNodeFactory
-
- equals(Object) - Method in class com.facebook.buck.core.model.targetgraph.TargetGraph
-
- equals(Object) - Method in class com.facebook.buck.core.model.UnconfiguredBuildTarget
-
- equals(Object) - Method in class com.facebook.buck.core.model.UnconfiguredTargetConfiguration
-
- equals(Object) - Method in class com.facebook.buck.core.model.UnflavoredBuildTarget
-
- equals(Object) - Method in class com.facebook.buck.core.model.UserFlavor
-
- equals(Object) - Method in class com.facebook.buck.core.path.ForwardRelativePath
-
- equals(Object) - Method in class com.facebook.buck.core.rulekey.RuleKey
-
- equals(Object) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg
-
This instance is equal to all instances of ConfigSettingArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRule
-
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg
-
This instance is equal to all instances of ConstraintSettingArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg
-
This instance is equal to all instances of ConstraintValueArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.platform.PlatformArg
-
This instance is equal to all instances of PlatformArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableDefaultInfo
-
This instance is equal to all instances of ImmutableDefaultInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableRunInfo
-
This instance is equal to all instances of ImmutableRunInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.rules.providers.lib.ImmutableTestInfo
-
This instance is equal to all instances of ImmutableTestInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.select.Selector
-
- equals(Object) - Method in class com.facebook.buck.core.select.SelectorKey
-
- equals(Object) - Method in class com.facebook.buck.core.select.SelectorList
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.DefaultBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.PathSourcePath
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.UnconfiguredSourcePath.BuildTarget
-
- equals(Object) - Method in class com.facebook.buck.core.sourcepath.UnconfiguredSourcePath.Path
-
- equals(Object) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg
-
This instance is equal to all instances of ExternalTestRunnerDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg
-
This instance is equal to all instances of LegacyToolchainDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.core.util.graph.DirectedAcyclicGraph
-
- equals(Object) - Method in class com.facebook.buck.counters.Counter
-
- equals(Object) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
This instance is equal to all instances of CxxBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
This instance is equal to all instances of CxxGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
This instance is equal to all instances of CxxLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
This instance is equal to all instances of CxxPrecompiledHeaderDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
This instance is equal to all instances of CxxTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg
-
This instance is equal to all instances of CxxToolchainDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltCxxLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
This instance is equal to all instances of PrebuiltCxxLibraryGroupDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- equals(Object) - Method in class com.facebook.buck.event.AbstractBuckEvent
-
The default implementation of equals checks to see if two events are related, are on the same
thread, and are the same concrete class.
- equals(Object) - Method in class com.facebook.buck.event.InstallEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.event.StartActivityEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.event.UninstallEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg
-
This instance is equal to all instances of XcodeWorkspaceConfigDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg
-
This instance is equal to all instances of DBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg
-
This instance is equal to all instances of DLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DTestDescriptionArg
-
This instance is equal to all instances of DTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.d.DTestStep
-
- equals(Object) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg
-
This instance is equal to all instances of CsharpLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.dotnet.DotnetFramework
-
- equals(Object) - Method in class com.facebook.buck.features.dotnet.ImmutableDotnetLegacyToolchainInfo
-
This instance is equal to all instances of ImmutableDotnetLegacyToolchainInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.dotnet.ImmutableDotnetLibraryProviderInfo
-
This instance is equal to all instances of ImmutableDotnetLibraryProviderInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltDotnetLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg
-
This instance is equal to all instances of FileGroupDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg
-
This instance is equal to all instances of CgoLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg
-
This instance is equal to all instances of GoBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg
-
This instance is equal to all instances of GoLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg
-
This instance is equal to all instances of GoTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg
-
This instance is equal to all instances of GoTestRunnerDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.go.GoTestStep
-
- equals(Object) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltGoLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg
-
This instance is equal to all instances of GwtBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg
-
This instance is equal to all instances of HalideLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg
-
This instance is equal to all instances of HaskellBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg
-
This instance is equal to all instances of HaskellGhciDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg
-
This instance is equal to all instances of HaskellHaddockDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg
-
This instance is equal to all instances of HaskellLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg
-
This instance is equal to all instances of HaskellPrebuiltLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg
-
This instance is equal to all instances of JsBundleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg
-
This instance is equal to all instances of JsBundleGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg
-
This instance is equal to all instances of JsLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg
-
This instance is equal to all instances of CxxLuaExtensionDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg
-
This instance is equal to all instances of LuaBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg
-
This instance is equal to all instances of LuaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg
-
This instance is equal to all instances of OcamlBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg
-
This instance is equal to all instances of OcamlLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltOcamlLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.folders.IjFolder
-
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.folders.ResourceFolder
-
- equals(Object) - Method in class com.facebook.buck.features.project.intellij.model.IjModule
-
- equals(Object) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg
-
This instance is equal to all instances of CxxPythonExtensionDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltPythonLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg
-
This instance is equal to all instances of PythonBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg
-
This instance is equal to all instances of PythonLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg
-
This instance is equal to all instances of PythonTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg
-
This instance is equal to all instances of PythonTestRunnerDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltRustLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg
-
This instance is equal to all instances of RustBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.RustLibraryArg
-
- equals(Object) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg
-
This instance is equal to all instances of RustLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg
-
This instance is equal to all instances of RustTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg
-
This instance is equal to all instances of ZipFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.file.FileHash
-
- equals(Object) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg
-
This instance is equal to all instances of HttpArchiveDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.file.HttpFileDescriptionArg
-
This instance is equal to all instances of HttpFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
This instance is equal to all instances of RemoteFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.filesystem.ExactPathMatcher
-
- equals(Object) - Method in class com.facebook.buck.io.filesystem.FileExtensionMatcher
-
- equals(Object) - Method in class com.facebook.buck.io.filesystem.GlobPatternMatcher
-
- equals(Object) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- equals(Object) - Method in class com.facebook.buck.io.filesystem.RecursiveFileMatcher
-
- equals(Object) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
This instance is equal to all instances of GroovyLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
This instance is equal to all instances of GroovyTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JarGenruleDescriptionArg
-
This instance is equal to all instances of JarGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
This instance is equal to all instances of JavaAnnotationProcessorDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
This instance is equal to all instances of JavaBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
This instance is equal to all instances of JavaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaPluginDescriptionArg
-
This instance is equal to all instances of JavaPluginDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
This instance is equal to all instances of JavaTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescriptionArg
-
This instance is equal to all instances of JavaTestRunnerDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
This instance is equal to all instances of KeystoreDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.lang.model.BridgeMethod
-
- equals(Object) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
This instance is equal to all instances of PrebuiltJarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
This instance is equal to all instances of KotlinLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
This instance is equal to all instances of KotlinTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
This instance is equal to all instances of ScalaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
This instance is equal to all instances of ScalaTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.query.QueryBuildTarget
-
- equals(Object) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- equals(Object) - Method in class com.facebook.buck.query.QueryFileTarget
-
- equals(Object) - Method in class com.facebook.buck.query.TargetLiteral
-
This instance is equal to all instances of TargetLiteral that have equal attribute
values.
- equals(Object) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcProtocol.GrpcDigest
-
- equals(Object) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.MerkleTreeNode
-
- equals(Object) - Method in interface com.facebook.buck.rules.args.Arg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.ProxyArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- equals(Object) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
- equals(Object) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
-
- equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyResult
-
- equals(Object) - Method in class com.facebook.buck.rules.macros.BuildTargetMacro
-
- equals(Object) - Method in class com.facebook.buck.rules.macros.LocationPlatformMacro
-
- equals(Object) - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
- equals(Object) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
-
This instance is equal to all instances of CommandAliasDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
This instance is equal to all instances of ExportFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
This instance is equal to all instances of GenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
This instance is equal to all instances of ShBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
This instance is equal to all instances of ShTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.TestSuiteDescriptionArg
-
This instance is equal to all instances of TestSuiteDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
This instance is equal to all instances of WorkerToolDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.AbstractTestStep
-
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkMapsPaths
-
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkPackPaths
-
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkTreeMergeStep
-
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- equals(Object) - Method in class com.facebook.buck.step.fs.TouchStep
-
- equals(Object) - Method in class com.facebook.buck.step.StepEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
This instance is equal to all instances of SwiftLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.swift.SwiftToolchainDescriptionArg
-
This instance is equal to all instances of SwiftToolchainDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.selectors.TestDescription
-
- equals(Object) - Method in class com.facebook.buck.test.TestResultSummary
-
- equals(Object) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
This instance is equal to all instances of HashCodeAndFileType that have equal
attribute values.
- equals(Object) - Method in class com.facebook.buck.util.charset.NulTerminatedCharsetDecoder.Result
-
- equals(Object) - Method in class com.facebook.buck.util.config.Config
-
- equals(Object) - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- equals(Object) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
-
- equals(Object) - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- equals(Object) - Method in class com.facebook.buck.util.timing.ClockDuration
-
- equals(Object) - Method in class com.facebook.buck.util.types.Pair
-
- equals(Object) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
This instance is equal to all instances of VersionedAliasDescriptionArg that have equal attribute values.
- equalTo(QueryEnvironment.Argument<?>) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- error(Throwable, String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
-
- error(String, ArtifactCacheMode, String) - Static method in class com.facebook.buck.artifact_cache.CacheResult
-
- error(String) - Static method in class com.facebook.buck.core.build.engine.manifest.ManifestLoadResult
-
- error(Throwable, String) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(String) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(Throwable, String, Object...) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(Throwable) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(String, Object...) - Method in class com.facebook.buck.core.util.log.Logger
-
Logs a message at ERROR level.
- error(String) - Method in class com.facebook.buck.log.TimedLogger
-
- error(Throwable) - Method in class com.facebook.buck.log.TimedLogger
-
- error(Throwable, String) - Method in class com.facebook.buck.log.TimedLogger
-
- ERROR - Static variable in class com.facebook.buck.step.StepExecutionResults
-
- error(SAXParseException) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
-
- ERROR_ALREADY_EXISTS - Static variable in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
-
- ERROR_EXIT_CODE - Static variable in class com.facebook.buck.step.StepExecutionResults
-
- ERROR_PRIVILEGE_NOT_HELD - Static variable in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
-
- ErrorHandlingBuckConfig - Class in com.facebook.buck.core.exceptions.config
-
- ErrorHandlingBuckConfig() - Constructor for class com.facebook.buck.core.exceptions.config.ErrorHandlingBuckConfig
-
- ErrorLogger - Class in com.facebook.buck.util
-
- ErrorLogger(ErrorLogger.LogImpl, HumanReadableExceptionAugmentor) - Constructor for class com.facebook.buck.util.ErrorLogger
-
- ErrorLogger.DeconstructedException - Class in com.facebook.buck.util
-
The result of exception "deconstruction".
- ErrorLogger.LogImpl - Interface in com.facebook.buck.util
-
- ErrorLogRecord - Class in com.facebook.buck.log
-
- ErrorLogRecord() - Constructor for class com.facebook.buck.log.ErrorLogRecord
-
- ErrorLogRecord.Builder - Class in com.facebook.buck.log
-
- ErrorParsingReceiver() - Constructor for class com.facebook.buck.android.exopackage.RealAndroidDevice.ErrorParsingReceiver
-
- ErrorSuppressingDiagnosticListener - Class in com.facebook.buck.jvm.java.abi.source.api
-
When running the compiler with some dependencies missing (as when generating ABIs from source),
by default it will abort after the last round of annotation processing because it believes there
are missing types.
- ErrorSuppressingDiagnosticListener(DiagnosticListener<? super JavaFileObject>) - Constructor for class com.facebook.buck.jvm.java.abi.source.api.ErrorSuppressingDiagnosticListener
-
- ErrorTargetConfiguration - Class in com.facebook.buck.core.model
-
Stub configuration which can be used when configuration is not actually needed.
- ErrorToolProvider - Class in com.facebook.buck.core.toolchain.toolprovider.impl
-
- escape(String) - Method in class com.facebook.buck.testrunner.TestXmlEscaper
-
- escape(Escaper.Quoter, CharMatcher, String) - Static method in class com.facebook.buck.util.Escaper
-
Escapes the special characters identified the CharMatcher, using single quotes.
- escapeAsBashString(String) - Static method in class com.facebook.buck.util.Escaper
-
Quotes a string to be passed to Bash, if necessary.
- escapeAsBashString(Path) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsMakefileValueString(String) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsPythonString(String) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsShellString(String) - Static method in class com.facebook.buck.util.Escaper
-
Quotes a string to be passed to the shell, if necessary.
- escapeChar(char) - Method in class com.facebook.buck.testrunner.TestXmlEscaper
-
- escapeJsonForStringEmbedding(String) - Static method in class com.facebook.buck.features.js.JsUtil
-
- escapePathForCIncludeString(Path) - Static method in class com.facebook.buck.util.Escaper
-
Escapes forward slashes in a Path as a String that is safe to consume with other tools (such as
gcc).
- Escaper - Class in com.facebook.buck.util
-
- escaper(Escaper.Quoter, CharMatcher) - Static method in class com.facebook.buck.util.Escaper
-
- Escaper.Quoter - Enum in com.facebook.buck.util
-
The quoting style to use when escaping.
- escapeWithQuotesAsMakefileValueString(String) - Static method in class com.facebook.buck.util.Escaper
-
- EstimateDexWeightStep - Class in com.facebook.buck.android.dalvik
-
- EstimateDexWeightStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.android.dalvik.EstimateDexWeightStep
-
This uses an estimator that uses the size of the .class file as the estimate.
- estimatedLinearAllocSize - Variable in class com.facebook.buck.android.dalvik.DalvikStatsTool.Stats
-
Estimated bytes the class will contribute to Dalvik linear alloc.
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.AllPathsFunction
-
- eval(QueryEvaluator<QueryBuildTarget>, QueryEnvironment<QueryBuildTarget>, ImmutableList<QueryEnvironment.Argument<QueryBuildTarget>>) - Method in class com.facebook.buck.query.AttrFilterFunction
-
- eval(QueryEvaluator<QueryBuildTarget>, QueryEnvironment<QueryBuildTarget>, ImmutableList<QueryEnvironment.Argument<QueryBuildTarget>>) - Method in class com.facebook.buck.query.AttrRegexFilterFunction
-
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.BuildFileFunction
-
- eval(QueryExpression<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>) - Method in class com.facebook.buck.query.CachingQueryEvaluator
-
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.DepsFunction
-
Evaluates to the dependencies of the argument.
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- eval(QueryEvaluator<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>, ImmutableList<QueryEnvironment.Argument<ENV_NODE_TYPE>>) - Method in class com.facebook.buck.query.DepsFunction.LookupFunction
-
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.InputsFunction
-
Evaluates to the direct inputs of the argument.
- eval(QueryEvaluator<QueryBuildTarget>, QueryEnvironment<QueryBuildTarget>, ImmutableList<QueryEnvironment.Argument<QueryBuildTarget>>) - Method in class com.facebook.buck.query.LabelsFunction
-
- eval(QueryExpression<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>) - Method in class com.facebook.buck.query.NoopQueryEvaluator
-
- eval(QueryEvaluator<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>, ImmutableList<QueryEnvironment.Argument<ENV_NODE_TYPE>>) - Method in class com.facebook.buck.query.OwnerFunction
-
- eval(QueryEvaluator<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>, ImmutableList<QueryEnvironment.Argument<ENV_NODE_TYPE>>) - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
-
Called when a user-defined function is to be evaluated.
- eval(QueryExpression<ENV_NODE_TYPE>, QueryEnvironment<ENV_NODE_TYPE>) - Method in interface com.facebook.buck.query.QueryEvaluator
-
Evaluates the result of a query expression in the given environment.
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.RdepsFunction
-
Evaluates to the reverse dependencies of the argument 'x' in the transitive closure of the set
'u'.
- eval(QueryEvaluator<NODE_TYPE>, QueryEnvironment<NODE_TYPE>) - Method in class com.facebook.buck.query.TargetLiteral
-
- eval(QueryEvaluator<T>, QueryEnvironment<T>, ImmutableList<QueryEnvironment.Argument<T>>) - Method in class com.facebook.buck.query.TestsOfFunction
-
- eval(QueryEvaluator<QueryBuildTarget>, QueryEnvironment<QueryBuildTarget>, ImmutableList<QueryEnvironment.Argument<QueryBuildTarget>>) - Method in class com.facebook.buck.rules.query.ClasspathFunction
-
- evaluateQuery(QueryExpression<QueryBuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
Evaluate the specified query expression in this environment.
- evaluateQuery(String) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- evaluateTarget(String) - Method in interface com.facebook.buck.query.QueryEnvironment.TargetEvaluator
-
Returns the set of target nodes for the specified target pattern, in 'buck build' syntax.
- Event(EventKey, BuildRule) - Constructor for class com.facebook.buck.core.build.event.BuildRuleExecutionEvent.Event
-
- Event(EventKey, RuleKeyCalculationEvent.Type, BuildTarget) - Constructor for class com.facebook.buck.event.RuleKeyCalculationEvent.Event
-
- Event(Network) - Constructor for class com.facebook.buck.util.environment.NetworkInfo.Event
-
- EVENT_NAME - Static variable in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- EventDispatcher - Interface in com.facebook.buck.event
-
Thin wrapper around guava event bus.
- EventInterval - Class in com.facebook.buck.event.listener.util
-
Utility class to help match up start and end events
- EventInterval() - Constructor for class com.facebook.buck.event.listener.util.EventInterval
-
- EventKey - Class in com.facebook.buck.event
-
Used to associate sets of
BuckEvents with each other.
- EventKey() - Constructor for class com.facebook.buck.event.EventKey
-
- EventPostingRuleKeyCacheScope<V> - Class in com.facebook.buck.rules.keys
-
- EventPostingRuleKeyCacheScope(BuckEventBus, TrackedRuleKeyCache<V>) - Constructor for class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
-
- EventReportingProjectBuildFileParser - Class in com.facebook.buck.parser.decorators
-
Decorator for
ProjectBuildFileParser that is responsible for reporting parse lifecycle
events like start and finish.
- ExactConstraint - Class in com.facebook.buck.versions
-
- ExactConstraint() - Constructor for class com.facebook.buck.versions.ExactConstraint
-
- ExactPathMatcher - Class in com.facebook.buck.io.filesystem
-
Matcher that matches explicitly provided file paths.
- ExceptionHandler<T extends Throwable,R> - Class in com.facebook.buck.support.exceptions.handler
-
Abstract base class for handling certain type of exception
- ExceptionHandler(Class<T>) - Constructor for class com.facebook.buck.support.exceptions.handler.ExceptionHandler
-
- ExceptionHandlerRegistry<R> - Class in com.facebook.buck.support.exceptions.handler
-
Central registry to manage different kinds of exceptions thrown to Buck Main class level, which
will unwrap the exceptions when necessary to make exceptions more friendly and readable to users
- ExceptionHandlerRegistry(ImmutableList<ExceptionHandler<? extends Throwable, R>>, ExceptionHandler<Throwable, R>) - Constructor for class com.facebook.buck.support.exceptions.handler.ExceptionHandlerRegistry
-
- ExceptionHandlerRegistryFactory - Class in com.facebook.buck.support.exceptions.handler
-
- ExceptionWithContext - Interface in com.facebook.buck.core.exceptions
-
- ExceptionWithHumanReadableMessage - Interface in com.facebook.buck.core.exceptions
-
- EXCLUDE_INCOMPATIBLE_TARGETS_LONG_ARG - Static variable in class com.facebook.buck.support.cli.args.GlobalCliOptions
-
- ExcludedValueTypeInfo() - Constructor for class com.facebook.buck.rules.modern.impl.ValueTypeInfos.ExcludedValueTypeInfo
-
- ExcludeFolder - Class in com.facebook.buck.features.project.intellij.model.folders
-
A path which contains a set of sources we wish to present to IntelliJ.
- ExcludeFolder(Path) - Constructor for class com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder
-
- ExcludeFromRuleKey - Annotation Type in com.facebook.buck.core.rulekey
-
Marks a field/method of a class explicitly excluded from rulekeys.
- ExcludeFromStringification() - Constructor for class com.facebook.buck.rules.modern.impl.StringifyingValueVisitor.ExcludeFromStringification
-
- excludeUnsupportedTargets() - Method in class com.facebook.buck.parser.ParsingContext
-
Whether targets with constraints that are not compatible with the target platform should be
excluded.
- exec() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingTask
-
- ExecCompatibleCommandLineBuilder - Class in com.facebook.buck.core.rules.actions.lib.args
-
Build a
CommandLine that is compatible with `exec()` style functions.
- ExecCompatibleCommandLineBuilder(ArtifactFilesystem) - Constructor for class com.facebook.buck.core.rules.actions.lib.args.ExecCompatibleCommandLineBuilder
-
- execConfiguration() - Method in class com.facebook.buck.rules.coercer.AbstractParamInfo
-
- execConfiguration() - Method in interface com.facebook.buck.rules.coercer.ParamInfo
-
- executable - Variable in class com.facebook.buck.cxx.CxxLinkAndCompileRules
-
- executable() - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
-
- ExecutableFinder - Class in com.facebook.buck.io
-
Given the name of an executable, search a set of (possibly platform-specific) known locations for
that executable.
- ExecutableFinder() - Constructor for class com.facebook.buck.io.ExecutableFinder
-
- ExecutableFinder(Platform) - Constructor for class com.facebook.buck.io.ExecutableFinder
-
- ExecutableMacro - Class in com.facebook.buck.rules.macros
-
- ExecutableMacro() - Constructor for class com.facebook.buck.rules.macros.ExecutableMacro
-
- ExecutableMacroExpander<M extends AbstractExecutableTargetOrHostMacro> - Class in com.facebook.buck.rules.macros
-
Resolves to the executable command for a build target referencing a
BinaryBuildRule.
- ExecutableMacroExpander(Class<M>) - Constructor for class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- ExecutableTargetMacro - Class in com.facebook.buck.rules.macros
-
Like exe macro but does not switch to host platform
- ExecutableTargetMacro() - Constructor for class com.facebook.buck.rules.macros.ExecutableTargetMacro
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.AabBuilderStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MiniAapt
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.AndroidModuleConsistencyStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkBuilderStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkInstallStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.CompileStringsStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ConcatStep
-
- execute() - Method in class com.facebook.buck.android.dalvik.DalvikAwareZipSplitter
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.dalvik.EstimateDexWeightStep
-
- execute() - Method in interface com.facebook.buck.android.dalvik.ZipSplitter
-
Writes the primary zip file and if necessary, the secondary zip files.
- execute(ExecutionContext) - Method in class com.facebook.buck.android.DxStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ExtractFromAndroidManifestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateManifestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GetStringsFilesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.HashInputJarsToDexStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.IntraDexReorderStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.SmartDexingStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.SplitZipStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.WriteAppModuleMetadataStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.apple.IdbRunTestsStep
-
- execute(ActionExecutionContext) - Method in interface com.facebook.buck.core.rules.actions.Action
-
Executes this action as part of the build
- execute(ActionExecutionContext) - Method in class com.facebook.buck.core.rules.actions.lib.CopyAction
-
- execute(ActionExecutionContext) - Method in class com.facebook.buck.core.rules.actions.lib.RunAction
-
- execute(ActionExecutionContext) - Method in class com.facebook.buck.core.rules.actions.lib.WriteAction
-
- execute(ExecutionContext) - Method in class com.facebook.buck.cxx.MachoDylibStubScrubContentsStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlBuildStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.ocaml.OcamlDebugLauncherStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.python.MovePythonWhlDataStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.python.PythonRunTestsStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.features.zip.rules.CopyToZipStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.file.DownloadStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.json.JsonConcatenateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CalculateClassAbiStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.UnusedDependenciesFinder
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
-
- execute(Protocol.Digest, String, MetadataProvider) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcRemoteExecutionServiceClient
-
- execute(Protocol.Digest, String, MetadataProvider) - Method in interface com.facebook.buck.remoteexecution.RemoteExecutionServiceClient
-
This should run the command with the provided environment and inputs.
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.RunTestAndRecordResultStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.SymlinkFilesIntoDirectoryStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractExecutionStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractTestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.ConditionalStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.CopyStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FileScrubberStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MakeExecutableStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MkdirStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MoveStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.RmStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.StringTemplateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymCopyStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeMergeStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.TouchStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.WriteFileStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.XzStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.ZstdStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.impl.ActionExecutionStep
-
- execute(ExecutionContext) - Method in interface com.facebook.buck.step.Step
-
- execute(ExecutionContext) - Method in class com.facebook.buck.unarchive.UnarchiveStep
-
- execute(Runnable) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- execute(ProcessExecutor.LaunchedProcess, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
-
Executes the specified already-launched process.
- execute(ExecutionContext) - Method in class com.facebook.buck.zip.RepackZipEntriesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.zip.ZipScrubberStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.zip.ZipStep
-
- executeAndPrintFailuresToEventBus(Iterable<BuildTarget>, BuckEventBus, Console, Optional<Path>) - Method in class com.facebook.buck.command.Build
-
- executeLocalBuild(CommandRunnerParams, BuildCommand.GraphsAndBuildTargets, WeightedListeningExecutorService, Optional<ThriftRuleKeyLogger>, Optional<CountDownLatch>, RuleKeyCacheScope<RuleKey>, AtomicReference<Build>) - Method in class com.facebook.buck.cli.BuildCommand
-
- executeRemotely() - Method in class com.facebook.buck.infer.InferConfig
-
- ExecutionContext - Class in com.facebook.buck.core.build.execution.context
-
- ExecutionContext() - Constructor for class com.facebook.buck.core.build.execution.context.ExecutionContext
-
- ExecutionContext.Builder - Class in com.facebook.buck.core.build.execution.context
-
- ExecutionEnvironment - Interface in com.facebook.buck.util.environment
-
- ExecutorPool - Enum in com.facebook.buck.util.concurrent
-
- executorService - Variable in class com.facebook.buck.parser.UnconfiguredTargetNodeToTargetNodeParsePipeline
-
- ExistingFileMode - Enum in com.facebook.buck.util.unarchive
-
How existing files should be handled in a destination
- exists(Path, LinkOption...) - Method in class com.facebook.buck.edenfs.EdenProjectFilesystemDelegate
-
- exists(Path, LinkOption...) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystem
-
- exists(Path, LinkOption...) - Method in class com.facebook.buck.io.filesystem.impl.DefaultProjectFilesystemDelegate
-
- exists(Path, LinkOption...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- exists(ForwardRelativePath, LinkOption...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- exists(RelPath, LinkOption...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystem
-
- exists(Path, LinkOption...) - Method in interface com.facebook.buck.io.filesystem.ProjectFilesystemDelegate
-
- exists(Path) - Method in class com.facebook.buck.remoteexecution.util.OutputsCollector.FilesystemBackedDelegate
-
- exitCode - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
-
- exitCode - Variable in class com.facebook.buck.remoteexecution.util.ActionRunner.ActionResult
-
- ExitCode - Enum in com.facebook.buck.util
-
ExitCode class defines Buck binary protocol, i.e.
- EXOPACKAGE_FLAGS - Static variable in class com.facebook.buck.android.BuildConfigs
-
Name of a global variable that includes the exopackage configuration as a bitmask.
- EXOPACKAGE_INSTALL_ROOT - Static variable in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageArgsHelper - Class in com.facebook.buck.android
-
- ExopackageArgsHelper() - Constructor for class com.facebook.buck.android.ExopackageArgsHelper
-
- ExopackageDeviceDirectoryLister - Class in com.facebook.buck.android
-
This lists the entire contents of the exopackage installation directory on the requested devices.
- ExopackageDeviceDirectoryLister(BuildTarget, ProjectFilesystem) - Constructor for class com.facebook.buck.android.ExopackageDeviceDirectoryLister
-
- exopackageEnabled(HasInstallableApk.ApkInfo) - Static method in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageFilesInstaller - Class in com.facebook.buck.android
-
Installs exopackage files to the device/devices.
- ExopackageFilesInstaller(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, SourcePath, SourcePath, ExopackageInfo) - Constructor for class com.facebook.buck.android.ExopackageFilesInstaller
-
- ExopackageInfo - Class in com.facebook.buck.android.exopackage
-
- ExopackageInfo() - Constructor for class com.facebook.buck.android.exopackage.ExopackageInfo
-
- ExopackageInfo.Builder - Class in com.facebook.buck.android.exopackage
-
- ExopackageInfo.DexInfo - Interface in com.facebook.buck.android.exopackage
-
- ExopackageInfo.NativeLibsInfo - Interface in com.facebook.buck.android.exopackage
-
- ExopackageInfo.ResourcesInfo - Interface in com.facebook.buck.android.exopackage
-
- ExopackageInstaller - Class in com.facebook.buck.android.exopackage
-
ExopackageInstaller manages the installation of apps with the "exopackage" flag set to true.
- ExopackageInstaller(SourcePathResolverAdapter, ExecutionContext, ProjectFilesystem, String, AndroidDevice) - Constructor for class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageInstallFinisher - Class in com.facebook.buck.android
-
Finishes exopackage installation by:
updating the metadata.txt files for the different exopackage types
deleting unwanted files (.so/.dex/.apk from previous installs)
installing the apk
killing the app/process
- ExopackageInstallFinisher(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, HasInstallableApk.ApkInfo, ExopackageDeviceDirectoryLister, ImmutableList<BuildRule>) - Constructor for class com.facebook.buck.android.ExopackageInstallFinisher
-
- ExopackageMode - Enum in com.facebook.buck.android.exopackage
-
- ExopackagePathAndHash - Interface in com.facebook.buck.android.exopackage
-
Holds a path to a file and a path to a file containing the hash of the first.
- ExopackageResourcesInstaller - Class in com.facebook.buck.android
-
Installs exopackage resource files to the device/devices.
- ExopackageResourcesInstaller(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Collection<ExopackagePathAndHash>, SourcePath, SourcePath) - Constructor for class com.facebook.buck.android.ExopackageResourcesInstaller
-
- ExopackageSymlinkTree - Class in com.facebook.buck.android.exopackage
-
Support out-of-process exopackage installation by creating a symlink tree mirroring the desired
on-device layout.
- ExopackageSymlinkTree() - Constructor for class com.facebook.buck.android.exopackage.ExopackageSymlinkTree
-
- ExopackageUtil - Class in com.facebook.buck.android.exopackage
-
- ExopackageUtil() - Constructor for class com.facebook.buck.android.exopackage.ExopackageUtil
-
- ExoResourcesRewriter - Class in com.facebook.buck.android.resources
-
ExoResourceRewriter is the core of constructing build outputs for exo-for-resources.
- expand(SourcePathResolverAdapter, T, BuildRule) - Method in class com.facebook.buck.rules.macros.AbstractLocationMacroExpander
-
- expand(SourcePathResolverAdapter, M, BuildRule) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- expand(SourcePathResolverAdapter, ClasspathAbiMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacroExpander
-
- expand(ActionGraphBuilder, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacroExpander
-
- expand(SourcePathResolverAdapter, ClasspathMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
-
- expand(SourcePathResolverAdapter, M, BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- expand(SourcePathResolverAdapter, MavenCoordinatesMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
-
- expand(SourcePathResolverAdapter, WorkerMacro, BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
-
- expandAtFiles(Iterable<String>, ImmutableMap<CellName, AbsPath>) - Static method in class com.facebook.buck.support.cli.args.BuckArgsMethods
-
Expand AT-file syntax in a way that matches what args4j does.
- expandFrom(BuildTarget, ActionGraphBuilder, AbsoluteOutputMacro) - Method in class com.facebook.buck.rules.macros.AbsoluteOutputMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, T, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- expandFrom(BuildTarget, ActionGraphBuilder, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- expandFrom(BuildTarget, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.ArgExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, ClasspathAbiMacro) - Method in class com.facebook.buck.rules.macros.ClasspathAbiMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, EnvMacro) - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, T, P) - Method in interface com.facebook.buck.rules.macros.MacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, OutputMacro) - Method in class com.facebook.buck.rules.macros.OutputMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, QueryOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, QueryPathsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryPathsMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, QueryTargetsAndOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsAndOutputsMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, QueryTargetsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
-
- expandFrom(BuildTarget, ActionGraphBuilder, M) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- expandFrom(BuildTarget, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- expandFrom(BuildTarget, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.StringExpander
-
- expandHomeDir(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Expands "~/foo" into "/home/zuck/foo".
- EXPECTED_NUMBER_OF_GENERATED_PROJECT_FILES - Static variable in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- EXPECTED_NUMBER_OF_PARSED_BUCK_FILES - Static variable in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- EXPECTED_NUMBER_OF_PARSED_RULES - Static variable in class com.facebook.buck.event.listener.util.ProgressEstimator
-
- ExperimentEvent - Class in com.facebook.buck.event
-
- ExperimentEvent(String, String, String, Long, String) - Constructor for class com.facebook.buck.event.ExperimentEvent
-
- EXPLICIT_FILE_TYPE_BROKEN_IDENTIFIERS - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
-
Set of identifiers which only work as "lastKnownFileType" and not "explicitFileType" in a
PBXFileReference.
- explicitBuilder() - Static method in class com.facebook.buck.cxx.CxxToolFlags
-
Returns a builder for explicitly specifying the flags.
- ExplicitBuildTargetSourcePath - Class in com.facebook.buck.core.sourcepath
-
- ExplicitBuildTargetSourcePath() - Constructor for class com.facebook.buck.core.sourcepath.ExplicitBuildTargetSourcePath
-
- ExplicitCxxToolFlags - Class in com.facebook.buck.cxx
-
CxxToolFlags implementation where the flags are stored explicitly as lists.
- ExplicitCxxToolFlags() - Constructor for class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
- ExplicitCxxToolFlags.Builder - Class in com.facebook.buck.cxx
-
- ExplodingDownloader - Class in com.facebook.buck.file.downloader.impl
-
- ExplodingDownloader() - Constructor for class com.facebook.buck.file.downloader.impl.ExplodingDownloader
-
- exponential(long, long) - Static method in class com.facebook.buck.remoteexecution.grpc.retry.Backoff
-
- export(Label, String) - Method in class com.facebook.buck.core.rules.providers.impl.UserDefinedProvider
-
- export(Label, String) - Method in class com.facebook.buck.core.starlark.rule.SkylarkUserDefinedRule
-
- ExportDependencies - Interface in com.facebook.buck.core.rules.attr
-
BuildRule that can export a subset of it's dependencies.
- EXPORTED_HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- ExportedDepsClosureResolver - Class in com.facebook.buck.features.project.intellij
-
Calculates the transitive closure of exported deps for every node in a
TargetGraph.
- ExportedDepsClosureResolver(TargetGraph, ImmutableSet<String>) - Constructor for class com.facebook.buck.features.project.intellij.ExportedDepsClosureResolver
-
- exportedSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
-
Exported symbols are those that need to be on the classpath when compiling against the
providedSymbols.
- exportFieldsToMap() - Method in class com.facebook.buck.remoteexecution.event.listener.RemoteExecutionEventListener
-
- exportFieldsToMap() - Method in interface com.facebook.buck.remoteexecution.event.RemoteExecutionStatsProvider
-
Export all the above metadata in a Map format
- ExportFile - Class in com.facebook.buck.shell
-
Export a file so that it can be easily referenced by other
BuildRules.
- ExportFile(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, String, ExportFileDescription.Mode, SourcePath, ExportFileDirectoryAction) - Constructor for class com.facebook.buck.shell.ExportFile
-
- ExportFileDescription - Class in com.facebook.buck.shell
-
- ExportFileDescription(BuckConfig) - Constructor for class com.facebook.buck.shell.ExportFileDescription
-
- ExportFileDescription.Mode - Enum in com.facebook.buck.shell
-
Controls how `export_file` exports it's wrapped source.
- ExportFileDescriptionArg - Class in com.facebook.buck.shell
-
Immutable implementation of ExportFileDescription.AbstractExportFileDescriptionArg.
- ExportFileDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- ExportFileDirectoryAction - Enum in com.facebook.buck.shell
-
An action for a situation when export_file is given a directory as input.
- ExportInfo() - Constructor for class com.facebook.buck.cxx.toolchain.objectfile.MachoExportTrieNode.ExportInfo
-
- ext(String...) - Static method in class com.facebook.buck.features.ocaml.OcamlUtil
-
Constructs a Predicate instance which returns true if the input argument ends with any String
in extensions
- externalCompute() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingTask
-
computes and completes this task, which can be called outside of the forkjoin framework, or by
threads that did not originally fork the task.
- ExternalJavac - Class in com.facebook.buck.jvm.java
-
javac implemented in a separate binary.
- ExternalJavac(Supplier<Tool>, String) - Constructor for class com.facebook.buck.jvm.java.ExternalJavac
-
- ExternalJavacProvider - Class in com.facebook.buck.jvm.java
-
Provides utilities for creating/providing javac instances.
- ExternalJavacProvider(SourcePath) - Constructor for class com.facebook.buck.jvm.java.ExternalJavacProvider
-
- ExternalKotlinc - Class in com.facebook.buck.jvm.kotlin
-
kotlinc implemented as a separate binary.
- ExternalKotlinc(Path) - Constructor for class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- ExternallyBuiltApplePackage - Class in com.facebook.buck.apple
-
Rule for generating an apple package via external script.
- ExternallyBuiltApplePackage(BuildTarget, ProjectFilesystem, SandboxExecutionStrategy, BuildRuleResolver, ExternallyBuiltApplePackage.ApplePackageConfigAndPlatformInfo, SourcePath, boolean, Optional<String>, Optional<AndroidTools>) - Constructor for class com.facebook.buck.apple.ExternallyBuiltApplePackage
-
- ExternalRunnerTestProtocol - Class in com.facebook.buck.core.test.rule
-
The JSON serializable object for test protocol
- ExternalRunnerTestProtocol() - Constructor for class com.facebook.buck.core.test.rule.ExternalRunnerTestProtocol
-
- ExternalTestRunEvent - Class in com.facebook.buck.test.external
-
Base class for events related to external test runs.
- ExternalTestRunEvent.Finished - Class in com.facebook.buck.test.external
-
- ExternalTestRunEvent.Started - Class in com.facebook.buck.test.external
-
- externalTestRunFinished(ExternalTestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ExternalTestRunner - Class in com.facebook.buck.core.test.rule.impl
-
A generic test runner that wraps a binary which will run the test.
- ExternalTestRunner(BuildTarget, ProjectFilesystem, BinaryBuildRule) - Constructor for class com.facebook.buck.core.test.rule.impl.ExternalTestRunner
-
- ExternalTestRunnerDescription - Class in com.facebook.buck.core.test.rule.impl
-
A rule for specifying external test runners.
- ExternalTestRunnerDescription() - Constructor for class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescription
-
- ExternalTestRunnerDescriptionArg - Class in com.facebook.buck.core.test.rule.impl
-
Immutable implementation of ExternalTestRunnerDescription.AbstractExternalTestRunnerDescriptionArg.
- ExternalTestRunnerDescriptionArg.Builder - Class in com.facebook.buck.core.test.rule.impl
-
- ExternalTestRunnerRule - Interface in com.facebook.buck.core.test.rule
-
A interface describing
TestRules which support being run by an external test runner.
- ExternalTestRunnerTestSpec - Class in com.facebook.buck.core.test.rule
-
A JSON-serializable structure that gets passed to external test runners.
- ExternalTestRunnerTestSpec() - Constructor for class com.facebook.buck.core.test.rule.ExternalTestRunnerTestSpec
-
- ExternalTestRunnerTestSpec.Builder - Class in com.facebook.buck.core.test.rule
-
- externalTestRunStarted(ExternalTestRunEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ExternalTestSpec - Interface in com.facebook.buck.core.test.rule
-
A JSON-serializable structure that gets passed to external test runners.
- ExternalTestSpecCalculationEvent - Class in com.facebook.buck.test.external
-
Base class for events about external test specs.
- ExternalTestSpecCalculationEvent.Finished - Class in com.facebook.buck.test.external
-
- ExternalTestSpecCalculationEvent.Started - Class in com.facebook.buck.test.external
-
- externalTestSpecCalculationFinished(ExternalTestSpecCalculationEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- externalTestSpecCalculationStarted(ExternalTestSpecCalculationEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ExtraClasspathProvider - Interface in com.facebook.buck.jvm.java
-
Used to provide extra classpath entries to a compiler.
- ExtraClasspathProvider.EmptyExtraClasspathProvider - Class in com.facebook.buck.jvm.java
-
- extractArchive(Path, ProjectFilesystem, Path, Optional<Path>, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a destination
- extractArchive(Path, ProjectFilesystem, Path, Optional<Path>, PatternsMatcher, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a destination
- extractArchive(Path, ProjectFilesystem, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a destination
- extractArchive(ProjectFilesystemFactory, Path, Path, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a specific directory
- extractArchive(ProjectFilesystemFactory, Path, Path, Optional<Path>, PatternsMatcher, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unarchiver
-
Extract a given archive to a specific directory
- extractArchive(Path, ProjectFilesystem, Path, Optional<Path>, PatternsMatcher, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Untar
-
- extractArchive(Path, ProjectFilesystem, Path, Optional<Path>, PatternsMatcher, ExistingFileMode) - Method in class com.facebook.buck.util.unarchive.Unzip
-
Unzips a file to a destination and returns the paths of the written files.
- extractBuildTargetContainer(BuildTarget) - Static method in class com.facebook.buck.rules.query.QueryTargetAccessor
-
- extractBuildTargets(CellNameResolver, BaseName, Query) - Static method in class com.facebook.buck.rules.query.QueryUtils
-
- extractFeaturesFromJavaCode(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
-
- ExtractFromAndroidManifestStep - Class in com.facebook.buck.android
-
- ExtractFromAndroidManifestStep(Path, ProjectFilesystem, Path) - Constructor for class com.facebook.buck.android.ExtractFromAndroidManifestStep
-
- extractParseTimeTargets(BuildTarget, CellNameResolver, Query) - Static method in class com.facebook.buck.rules.query.QueryUtils
-
- extractSourcePath(ImmutableBiMap<Flavor, Either<SourcePath, Pair<SourcePath, String>>>, Stream<Flavor>) - Static method in class com.facebook.buck.features.js.JsFlavors
-
- extractSourcePath(SourcePath) - Static method in class com.facebook.buck.rules.query.QueryTargetAccessor
-
- extractSymbolInfo(String) - Static method in class com.facebook.buck.android.relinker.Symbols
-
- extractTargetsFromQueries(Optional<List<Query>>) - Static method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Utility method for flattening a list of queries into the a list of the build targets they
resolve to.
- ExtraInfoCollector - Interface in com.facebook.buck.doctor
-
Responsible for getting extra information to the report by running a user-specified command.
- ExtraInfoCollector.ExtraInfoExecutionException - Exception in com.facebook.buck.doctor
-
- ExtraInfoCollector.ExtraInfoResult - Interface in com.facebook.buck.doctor
-
- ExtraInfoExecutionException(String) - Constructor for exception com.facebook.buck.doctor.ExtraInfoCollector.ExtraInfoExecutionException
-
- ExtraInfoExecutionException(String, Throwable) - Constructor for exception com.facebook.buck.doctor.ExtraInfoCollector.ExtraInfoExecutionException
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.lang.android.AndroidResourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.JavaResourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.JavaTestResourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.SourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.features.project.intellij.model.folders.TestFolder
-
- failed(IOException, String, CacheResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents
-
- failed(int, IOException, String, CacheResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents
-
- failed(IOException, String) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.StoreEvents.StoreRequestEvents
-
- failure(BuildRule, Throwable) - Static method in class com.facebook.buck.core.build.engine.BuildResult
-
- failure(Optional<String>, Optional<String>, ImmutableList<String>, Optional<Exception>) - Static method in interface com.facebook.buck.core.rules.actions.ActionExecutionResult
-
- FAILURE_EXIT_CODE - Static variable in class com.facebook.buck.android.DxStep
-
- fakeOutParseEvents(BuckEventBus) - Method in class com.facebook.buck.cli.CacheCommand
-
- FakeRDotTxtEntry - Class in com.facebook.buck.android.aapt
-
- FakeRDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntry
-
- FALSE - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- FasterPattern - Class in com.facebook.buck.cxx.toolchain
-
Pattern-like object which is compatible with Pattern but faster at handling simpler patterns like
.*foo.*.
- FastPaths - Class in com.facebook.buck.io.file
-
FastPaths is primarily utilities for interacting with Path objects in a way that is efficient
when those Paths are BuckUnixPath.
- FastPaths() - Constructor for class com.facebook.buck.io.file.FastPaths
-
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
-
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
-
- fastVersionControlStats() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
-
- FastVersionControlStatsEvent - Class in com.facebook.buck.util.versioncontrol
-
- FastVersionControlStatsEvent(CommonFastVersionControlStats) - Constructor for class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
-
- FAT_JAR_INFO_RESOURCE - Static variable in class com.facebook.buck.jvm.java.FatJar
-
- FAT_JAR_MAIN_SRC_RESOURCE - Static variable in class com.facebook.buck.jvm.java.JarFattener
-
- FAT_JAR_SRC_RESOURCES - Static variable in class com.facebook.buck.jvm.java.JarFattener
-
- fatalError(SAXParseException) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
-
- FatJar - Class in com.facebook.buck.jvm.java
-
Helper class for unpacking fat JAR resources.
- FatJar(String, Map<String, String>) - Constructor for class com.facebook.buck.jvm.java.FatJar
-
- FatJarMain - Class in com.facebook.buck.jvm.java
-
- fatLTO(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.HasLTO
-
- fatLTO(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- fcntl(int, int, Object...) - Method in interface com.facebook.buck.util.Libc
-
- fetch(ArtifactCache, RuleKey, LazyPath) - Method in class com.facebook.buck.core.build.engine.cache.manager.BuildCacheArtifactFetcher
-
- fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in interface com.facebook.buck.file.downloader.AuthAwareDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in interface com.facebook.buck.file.downloader.Downloader
-
Download the given URL and, upon a successful download, place it in output.
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.ExplodingDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.HttpDownloader
-
- fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in class com.facebook.buck.file.downloader.impl.HttpDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.OnDiskMavenDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.RemoteMavenDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.RetryingDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.downloader.impl.StackedDownloader
-
- fetch(Protocol.Digest) - Method in interface com.facebook.buck.remoteexecution.AsyncBlobFetcher
-
- fetch(Protocol.Digest) - Method in interface com.facebook.buck.remoteexecution.ContentAddressedStorageClient
-
- fetch(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcAsyncBlobFetcher
-
- fetch(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcContentAddressableStorageClient
-
- fetch(Protocol.Digest) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
-
Fetch a cached artifact, keyed by ruleKey, save the artifact to path specified by output, and
return true on success.
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
-
Fetch the artifact matching ruleKey and store it to output.
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCache
-
- fetchAsync(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
-
- fetchClient - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- FetchCommand - Class in com.facebook.buck.cli
-
- FetchCommand() - Constructor for class com.facebook.buck.cli.FetchCommand
-
- fetchImpl(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
-
- fetchImpl(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
-
- fetchImpl(BuildTarget, RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
-
- fetchManifest(RuleKey) - Method in class com.facebook.buck.core.build.engine.cache.manager.ManifestRuleKeyManager
-
- fetchManifest(RuleKey, LazyPath) - Method in interface com.facebook.buck.core.build.engine.cache.manager.ManifestRuleKeyService
-
Reads the manifest used the ManifestRuleKey from some persistent storage.
- FetchRequest(BuildTarget, RuleKey, LazyPath, SettableFuture<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchRequest
-
- FetchResponse(ImmutableSet<RuleKey>, ImmutableMap<String, String>, ByteSource) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
-
- fetchScheduled(RuleKey) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener
-
- fetchStarted(BuildTarget, RuleKey) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener
-
- fetchToStream(Protocol.Digest, WritableByteChannel) - Method in interface com.facebook.buck.remoteexecution.AsyncBlobFetcher
-
- fetchToStream(Protocol.Digest, WritableByteChannel) - Method in class com.facebook.buck.remoteexecution.grpc.GrpcAsyncBlobFetcher
-
- Field() - Constructor for class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
- FieldInfo<T> - Class in com.facebook.buck.rules.modern
-
Holds a java.lang.reflect.Field and a ValueTypeInfo for a field referenced from a Buildable.
- FieldInfo(Field, ValueTypeInfo<T>, List<Class<? extends CustomFieldBehaviorTag>>) - Constructor for class com.facebook.buck.rules.modern.FieldInfo
-
- fieldReferences - Variable in class com.facebook.buck.android.dalvik.DalvikStatsTool.Stats
-
Fields referenced by the class.
- FieldValueExtractor - Class in com.facebook.buck.rules.keys
-
Extracts a value of a given field, that is assumed to be accessible.
- FILE_EXTENSION_TO_IDENTIFIER - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
-
Map of file extension to Xcode identifiers.
- FileAttributesScrubber - Interface in com.facebook.buck.io.file
-
Created by beefon on 06/06/2016.
- FileBasedWorkerRequirementsProvider - Class in com.facebook.buck.remoteexecution
-
Provides rule's RE worker requirements based on JSON file
- FileBasedWorkerRequirementsProvider(ProjectFilesystem, String, boolean, int) - Constructor for class com.facebook.buck.remoteexecution.FileBasedWorkerRequirementsProvider
-
- FileBundler - Class in com.facebook.buck.features.filebundler
-
- FileBundler(ProjectFilesystem, BuildTarget) - Constructor for class com.facebook.buck.features.filebundler.FileBundler
-
- FileBundler(Path) - Constructor for class com.facebook.buck.features.filebundler.FileBundler
-
- FileBundlerModule - Class in com.facebook.buck.features.filebundler
-
- FileBundlerModule() - Constructor for class com.facebook.buck.features.filebundler.FileBundlerModule
-
- FileBundlerModuleAdapterPlugin - Class in com.facebook.buck.features.filebundler
-
- FileBundlerModuleAdapterPlugin(PluginWrapper) - Constructor for class com.facebook.buck.features.filebundler.FileBundlerModuleAdapterPlugin
-
- FileClassPathRunner - Class in com.facebook.buck.jvm.java.runner
-
This class handles extra large classpaths by allowing the client to pass the classpath via file
specified by buck.classpath_file.
- fileContentsDiffer(InputStream, Path, ProjectFilesystem) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
-
- FileContentsScrubber - Interface in com.facebook.buck.io.file
-
- fileCreation(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
-
- FileCreation(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileCreation
-
- fileDeletion(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
-
- FileDeletion(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileDeletion
-
- FileDescriptionsProvider - Class in com.facebook.buck.file
-
- FileDescriptionsProvider() - Constructor for class com.facebook.buck.file.FileDescriptionsProvider
-
- FileExtensionMatcher - Class in com.facebook.buck.io.filesystem
-
Matcher that matches file paths with specific extension.
- FileFinder - Class in com.facebook.buck.io.file
-
Methods for finding files.
- fileFlavorForSourcePath(Path) - Static method in class com.facebook.buck.features.js.JsFlavors
-
- Filegroup - Class in com.facebook.buck.features.filegroup
-
A build rule that copies inputs provided in srcs to an output directory.
- Filegroup(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, String, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.features.filegroup.Filegroup
-
- FilegroupDescription - Class in com.facebook.buck.features.filegroup
-
- FilegroupDescription() - Constructor for class com.facebook.buck.features.filegroup.FilegroupDescription
-
- FileGroupDescriptionArg - Class in com.facebook.buck.features.filegroup
-
Immutable implementation of FilegroupDescription.AbstractFileGroupDescriptionArg.
- FileGroupDescriptionArg.Builder - Class in com.facebook.buck.features.filegroup
-
- FilegroupDescriptionsProvider - Class in com.facebook.buck.features.filegroup
-
- FilegroupDescriptionsProvider() - Constructor for class com.facebook.buck.features.filegroup.FilegroupDescriptionsProvider
-
- FilegroupModule - Class in com.facebook.buck.features.filegroup
-
- FilegroupModule() - Constructor for class com.facebook.buck.features.filegroup.FilegroupModule
-
- FilegroupModuleAdapterPlugin - Class in com.facebook.buck.features.filegroup
-
- FilegroupModuleAdapterPlugin(PluginWrapper) - Constructor for class com.facebook.buck.features.filegroup.FilegroupModuleAdapterPlugin
-
- FileHash - Class in com.facebook.buck.file
-
A small class that encapsulates a file hash that is either sha1, or sha256
- FileHashCache - Interface in com.facebook.buck.util.cache
-
A cache which maps Paths to cached hashes of their contents, based on a simplified subset of the
java.util.Map<Path, HashCode> interface.
- FileHashCache.FileHashCacheVerificationResult - Interface in com.facebook.buck.util.cache
-
- FileHashCacheEngine - Interface in com.facebook.buck.util.cache
-
This interface extracts the methods available to a file hash cache, so that the underlying
implementation is hidden and can be swapped.
- FileHashCacheEngine.ValueLoader<T> - Interface in com.facebook.buck.util.cache
-
- FileHashCacheEvent - Class in com.facebook.buck.event
-
- FileHashCacheEvent(String, long, long, long) - Constructor for class com.facebook.buck.event.FileHashCacheEvent
-
- FileHashCacheEvent(EventKey) - Constructor for class com.facebook.buck.event.FileHashCacheEvent
-
- FileHashCacheEvent.InvalidationFinished - Class in com.facebook.buck.event
-
- FileHashCacheEvent.InvalidationStarted - Class in com.facebook.buck.event
-
- FileHashCacheMode - Enum in com.facebook.buck.util.cache
-
Defines which file hash cache engine to use.
- FileHashLoader - Interface in com.facebook.buck.util.hashing
-
- FileKind - Enum in com.facebook.buck.skylark.parser
-
BUCK, .bzl or PACKAGE file, which have slight different syntax
- FileLike - Interface in com.facebook.buck.jvm.java.classes
-
Provides a file-like interface for objects which may be present within more specialized
containers (like zip files).
- FileLikeCharSource - Class in com.facebook.buck.jvm.java.classes
-
- FileLikeCharSource(FileLike) - Constructor for class com.facebook.buck.jvm.java.classes.FileLikeCharSource
-
- FileLikes - Class in com.facebook.buck.jvm.java.classes
-
Utilities for common operations when working with
FileLikes.
- fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.DarwinLinker
-
- fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.GnuLinker
-
- fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.impl.WindowsLinker
-
- fileList(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
Specifies that the linker should link the files listed in file.
- fileList(AbsPath) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
-
- FileListableLinkerInputArg - Class in com.facebook.buck.rules.args
-
Arg that represents object file that should be linked into resulting binary using normal
mechanism, e.g.
- FileManagerSimulator - Class in com.facebook.buck.jvm.java.abi.source
-
Simulates the behavior of javac's file manager for source-only ABI classpaths.
- FileManagerSimulator(Elements, Trees, SourceOnlyAbiRuleInfoFactory.SourceOnlyAbiRuleInfo) - Constructor for class com.facebook.buck.jvm.java.abi.source.FileManagerSimulator
-
- FileManifest - Interface in com.facebook.buck.parser.api
-
- fileName - Variable in class com.facebook.buck.remoteexecution.event.RemoteExecutionActionEvent.InputsUploaded.LargeBlob
-
- filenameFor(BuildTarget, String, CxxPlatform) - Method in enum com.facebook.buck.features.rust.CrateType
-
Return an appropriate filename for this crate, given its type and the platform.
- fileOutputName(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.features.halide.HalideCompile
-
- FileParsePipeline<T extends FileManifest> - Interface in com.facebook.buck.parser
-
Abstract node parsing pipeline.
- FileParser<T extends FileManifest> - Interface in com.facebook.buck.parser.api
-
Generic file parser, meant to be extended for more specific parsers.
- FileParserFactory<T extends FileManifest> - Interface in com.facebook.buck.parser
-
- FilePathHashLoader - Class in com.facebook.buck.util.hashing
-
A
FileHashLoader that only hashes the files' paths without reading their contents.
- FilePathHashLoader(Path, ImmutableSet<Path>, boolean) - Constructor for class com.facebook.buck.util.hashing.FilePathHashLoader
-
- FileScrubber - Interface in com.facebook.buck.io.file
-
- FileScrubber.ScrubException - Exception in com.facebook.buck.io.file
-
- FileScrubberStep - Class in com.facebook.buck.step.fs
-
Scrub any non-deterministic meta-data from the given file (e.g.
- FileScrubberStep(ProjectFilesystem, Path, ImmutableList<FileScrubber>) - Constructor for class com.facebook.buck.step.fs.FileScrubberStep
-
- FileSerializationEventBusListener - Class in com.facebook.buck.event.listener
-
BuckEventListener that subscribes to
IndividualTestEvent.Finished events and
serialize them to outputFile in json-format.
- FileSerializationEventBusListener(Path) - Constructor for class com.facebook.buck.event.listener.FileSerializationEventBusListener
-
- FileSerializationOutputRuleDepsListener - Class in com.facebook.buck.event.listener
-
BuckEventListener that subscribes to
BuildRuleExecutionEvent.Finished events and
serialize rule build target, rule type, rule execution time, rule's dependencies to outputFile in
csv format.
- FileSerializationOutputRuleDepsListener(Path) - Constructor for class com.facebook.buck.event.listener.FileSerializationOutputRuleDepsListener
-
- FileSerializationOutputRuleDepsListener.RuleExecutionTimeData - Interface in com.facebook.buck.event.listener
-
Data object that is used to serialize rule execution information into a file
- filesystem - Variable in class com.facebook.buck.android.AndroidBinaryOptimizer
-
- fileSystem - Variable in class com.facebook.buck.android.toolchain.common.BaseAndroidToolchainResolver
-
- filesystem - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- filesystem - Variable in class com.facebook.buck.unarchive.UnarchiveStep
-
- FilesystemBackedBuildFileTree - Class in com.facebook.buck.core.model.impl
-
Class to allow looking up parents and children of build files.
- FilesystemBackedBuildFileTree(ProjectFilesystem, String) - Constructor for class com.facebook.buck.core.model.impl.FilesystemBackedBuildFileTree
-
- FilesystemBackedDelegate() - Constructor for class com.facebook.buck.remoteexecution.util.OutputsCollector.FilesystemBackedDelegate
-
- FilesystemFileMaterializer(Path) - Constructor for class com.facebook.buck.remoteexecution.util.OutputsMaterializer.FilesystemFileMaterializer
-
- FileSystemMap<T> - Class in com.facebook.buck.util.filesystem
-
This class implements a map for a filesystem structure relying on a prefix tree.
- FileSystemMap(FileSystemMap.ValueLoader<T>, ProjectFilesystem) - Constructor for class com.facebook.buck.util.filesystem.FileSystemMap
-
- FileSystemMap.ValueLoader<T> - Interface in com.facebook.buck.util.filesystem
-
Wrapper class that implements a method for loading a value in the leaves of the trie.
- FileSystemNotWatchedException - Exception in com.facebook.buck.io.watchman
-
- FileSystemNotWatchedException() - Constructor for exception com.facebook.buck.io.watchman.FileSystemNotWatchedException
-
- FileTree - Class in com.facebook.buck.core.files
-
Has information about files and folders at some directory
- FileTree() - Constructor for class com.facebook.buck.core.files.FileTree
-
- FileTreeCache - Class in com.facebook.buck.core.files
-
Stores a recursive file tree
- FileTreeCache.Invalidator - Class in com.facebook.buck.core.files
-
Subscribes to watchman event and invalidates internal state of a provided
FileTreeCache
- FileTreeComputation - Class in com.facebook.buck.core.files
-
Produce a file tree of a provided folder, i.e.
- FileTreeFileNameIterator - Class in com.facebook.buck.core.files
-
Iterator which recursively traverses
FileTree searching for specific file name Returns
relative Path of that file including file name itself This type of iterator is useful for finding
all build files under some path
- FileTreeKey - Class in com.facebook.buck.core.files
-
Transformation key that has info about recursive directory tree computation
- FileTreeKey() - Constructor for class com.facebook.buck.core.files.FileTreeKey
-
- FileTypes - Class in com.facebook.buck.apple.xcode.xcodeproj
-
File types used in Apple targets.
- FileZipEntrySource - Interface in com.facebook.buck.util.zip.collect
-
A file source for an entry in a zip file.
- fillConfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, TargetConfiguration, TargetConfiguration, ImmutableCollection.Builder<T>, D) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
-
Helper method to add coerced elements to the builder.
- fillUnconfigured(CellNameResolver, ProjectFilesystem, ForwardRelativePath, ImmutableCollection.Builder<U>, Object) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
-
Helper method to add coerced elements to the builder.
- filter(Predicate<T>) - Method in class com.facebook.buck.cli.ThriftOutput.Builder
-
- filter(Iterable<TargetNodeMaybeIncompatible>) - Method in class com.facebook.buck.parser.spec.BuildTargetSpec
-
- filter(Iterable<TargetNodeMaybeIncompatible>) - Method in class com.facebook.buck.parser.spec.TargetNodePredicateSpec
-
- filter(Iterable<TargetNodeMaybeIncompatible>) - Method in interface com.facebook.buck.parser.spec.TargetNodeSpec
-
- filter(TargetNodeSpec, Iterable<TargetNodeMaybeIncompatible>) - Method in interface com.facebook.buck.parser.TargetSpecResolver.TargetNodeFilterForSpecResolver
-
- filter(Class<U>) - Method in interface com.facebook.buck.util.stream.RichStream
-
Filter stream elements, returning only those that is an instance of the given class.
- filter(Predicate<? super T>) - Method in interface com.facebook.buck.util.stream.RichStream
-
- filterArgs(List<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.support.cli.args.BuckArgsMethods
-
Drops options from the args array.
- filterAttributeContents(QueryBuildTarget, String, Predicate<Object>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- filterAttributeContents(NODE_TYPE, String, Predicate<Object>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the objects in the `attribute` of the given `target` that satisfy `predicate`
- filterAttributeContents(NODE_TYPE, String, Predicate<Object>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- filterAttributeContents(QueryBuildTarget, String, Predicate<Object>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- filterAttributeContents(TypeCoercerFactory, TargetNode<T>, String, Predicate<Object>, CellNameResolver) - Static method in class com.facebook.buck.rules.query.QueryTargetAccessor
-
Filters the objects in the given attribute that satisfy the given predicate.
- filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- filterBuildRuleInputs(SourcePath...) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- filterBuildRuleInputs(Stream<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- filterBuildRuleInputs(Optional<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.AbstractBuildRuleResolver
-
- filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- filterBuildRuleInputs(SourcePath...) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- filterBuildRuleInputs(Stream<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- filterBuildRuleInputs(Optional<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.DefaultSourcePathRuleFinder
-
- filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- filterBuildRuleInputs(SourcePath...) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- filterBuildRuleInputs(Stream<SourcePath>) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- filterBuildRuleInputs(Optional<SourcePath>) - Method in interface com.facebook.buck.core.rules.SourcePathRuleFinder
-
- filterConsumer(BuildRuleResolver, Consumer<? super NativeLinkableGroup>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableGroups
-
- FilteredDirectoryCopier - Interface in com.facebook.buck.util
-
- FilteredResourcesProvider - Interface in com.facebook.buck.android
-
- FilteredSourceFiles - Class in com.facebook.buck.features.go
-
- FilteredSourceFiles(List<Path>, GoPlatform, List<GoListStep.ListType>) - Constructor for class com.facebook.buck.features.go.FilteredSourceFiles
-
- FilteredSourceFiles(List<Path>, List<Path>, GoPlatform, List<GoListStep.ListType>) - Constructor for class com.facebook.buck.features.go.FilteredSourceFiles
-
- filterForSubpaths(Iterable<Path>, Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Filters out
Path objects from
paths that aren't a subpath of
root and
returns a set of paths relative to
root.
- FilterFunction<NODE_TYPE> - Class in com.facebook.buck.query
-
A filter(pattern, argument) expression, evaluates its argument and filters the resulting targets
by applying the given regular expression pattern to the targets' names.
- FilterFunction() - Constructor for class com.facebook.buck.query.FilterFunction
-
- filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.impl.AbstractSourcePathResolver
-
- filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.core.sourcepath.resolver.SourcePathResolver
-
- filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.core.sourcepath.resolver.SourcePathResolverAdapter
-
Returns a collection of
Path instances by filtering the given
SourcePath
instances for
Path instances.
- filterLibrariesForAbi(Path, ImmutableMultimap<String, Path>, String, ImmutableSet<String>) - Static method in class com.facebook.buck.android.exopackage.NativeExoHelper
-
- filterMatchingMapKeys(Map<String, V>) - Method in class com.facebook.buck.util.PatternsMatcher
-
- filterPEMInputStream(InputStream, String) - Static method in class com.facebook.buck.artifact_cache.ClientCertificateHandler
-
Filter an InputStream containing PEM sections into another InputStream just containing sections
of a specific PEM block type
- FilterResourcesSteps - Class in com.facebook.buck.android
-
This
Step copies
res directories to a different location,
while filtering out certain resources.
- FilterResourcesSteps.Builder - Class in com.facebook.buck.android
-
- FilterResourcesSteps.DefaultDrawableFinder - Class in com.facebook.buck.android
-
- FilterResourcesSteps.DrawableFinder - Interface in com.facebook.buck.android
-
- FilterResourcesSteps.ImageScaler - Interface in com.facebook.buck.android
-
- FilterResourcesSteps.ResourceFilter - Class in com.facebook.buck.android
-
Helper class for interpreting the resource_filter argument to android_binary().
- filterTests(ImmutableSet<BuildTarget>, CellPathResolver, ImmutableSet<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.features.project.intellij.IjProjectCommandHelper
-
- filterValues(Map<K, V>, Predicate<? super V>) - Static method in class com.facebook.buck.util.MoreMaps
-
Version of Maps.filterValues(Map, Predicate) that collects the results in an immutable
map.
- finalize() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
- finalize() - Method in class com.facebook.buck.log.GlobalStateManager
-
Since this is a Singleton class, make sure it cleans after itself once it's GC'ed.
- FinalizingBuildRuleEvent - Class in com.facebook.buck.core.build.event
-
Event to signal the end of finalize BuildRule stage during building of a rule.
- finallyCallback(Runnable) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
- finallyCallback(Consumer<ListenableFuture<V>>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
- find(String) - Method in interface com.facebook.buck.rules.modern.Deserializer.ClassFinder
-
- findAll(ImmutableSet<String>, String) - Static method in class com.facebook.buck.core.macros.MacroFinder
-
- FindAndReplaceStep - Class in com.facebook.buck.step.fs
-
- FindAndReplaceStep(ProjectFilesystem, AbsPath, Path, Function<String, String>) - Constructor for class com.facebook.buck.step.fs.FindAndReplaceStep
-
- findAppleSdkName(Flavor) - Static method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- findArchitecture(Flavor) - Static method in class com.facebook.buck.apple.toolchain.ApplePlatform
-
- findChildren(T) - Method in interface com.facebook.buck.core.util.graph.GraphTraversable
-
- findChildren(T, DependencyStack) - Method in interface com.facebook.buck.core.util.graph.GraphTraversableWithDependencyStack
-
- findChildren(T) - Method in interface com.facebook.buck.core.util.graph.TopologicalSort.Traversable
-
- findChildren(AggregationTreeNode) - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationTree
-
- findCurrentSsid() - Static method in class com.facebook.buck.util.environment.MacWifiSsidFinder
-
Finds the SSID of the default Wi-Fi interface using Mac OS X APIs.
- findCycles() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidAarDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidBuildConfigDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidBundleDescription.AbstractAndroidBundleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBundleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidInstrumentationApkDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidInstrumentationTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidPrebuiltAarDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AndroidResourceDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, NdkLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescription
-
Deprecated.
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, RobolectricTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AppleBinaryDescription.AbstractAppleBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AppleBundleDescription.AbstractAppleBundleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescription
-
Propagate the bundle's platform, debug symbol and strip flavors to its dependents which are
other bundles (e.g.
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AppleLibraryDescription.AbstractAppleLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, ApplePackageDescription.AbstractApplePackageDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.ApplePackageDescription
-
Propagate the packages's flavors to its dependents.
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, AppleTestDescription.AbstractAppleTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.core.description.attr.ImplicitDepsInferringDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, LegacyToolchainDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainRuleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, CxxBinaryDescription.AbstractCxxBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, CxxGenruleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, CxxLibraryDescription.CommonArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, CxxTestDescription.AbstractCxxTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, PrebuiltCxxLibraryDescription.AbstractPrebuiltCxxLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
-
- findDepsForTargetFromConstructorArgs(CxxPlatformsProvider, BuildTarget, Optional<Flavor>) - Static method in class com.facebook.buck.cxx.toolchain.impl.CxxPlatforms
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, DBinaryDescription.AbstractDBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.d.DBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, DLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.d.DLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, DTestDescription.AbstractDTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.d.DTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, CgoLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.go.CgoLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, GoBinaryDescription.AbstractGoBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.go.GoBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, GoLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.go.GoLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, GoTestDescription.AbstractGoTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.go.GoTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, GwtBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, HaskellGhciDescription.AbstractHaskellGhciDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, HaskellHaddockDescription.AbstractHaskellHaddockDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, JsBundleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.js.JsBundleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, JsLibraryDescription.AbstractJsLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.js.JsLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, CxxLuaExtensionDescription.AbstractCxxLuaExtensionDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, LuaBinaryDescription.AbstractLuaBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.lua.LuaBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, OcamlBinaryDescription.AbstractOcamlBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, OcamlLibraryDescription.AbstractOcamlLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, CxxPythonExtensionDescription.AbstractCxxPythonExtensionDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, PythonBinaryDescription.AbstractPythonBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.python.PythonBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, PythonTestDescription.AbstractPythonTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.python.PythonTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, RustBinaryDescription.AbstractRustBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.rust.RustBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, RustLibraryDescription.AbstractRustLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.rust.RustLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, RustTestDescription.AbstractRustTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.features.rust.RustTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, GroovyLibraryDescription.AbstractGroovyLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, GroovyTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, JarGenruleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JarGenruleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, JavaBinaryDescription.AbstractJavaBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, JavaLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, JavaTestDescription.AbstractJavaTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, JavaTestRunnerDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestRunnerDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, KotlinLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, KotlinTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, ScalaLibraryDescription.AbstractScalaLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, ScalaTestDescription.AbstractScalaTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellNameResolver, SwiftLibraryDescription.AbstractSwiftLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- findDrawables(Collection<Path>, ProjectFilesystem) - Method in class com.facebook.buck.android.FilterResourcesSteps.DefaultDrawableFinder
-
- findDrawables(Collection<Path>, ProjectFilesystem) - Method in interface com.facebook.buck.android.FilterResourcesSteps.DrawableFinder
-
- findFirstDirectory(ImmutableList<Pair<String, Optional<String>>>) - Method in class com.facebook.buck.android.toolchain.common.BaseAndroidToolchainResolver
-
- findIncludeForBuildFile(Path) - Method in class com.facebook.buck.parser.implicit.PackageImplicitIncludesFinder
-
Find the file (if any) that should be included implicitly for a given build file path
- findJavaPackage(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
- findJavaPackage(BuildTarget) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
- findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackageFolder(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
Given the relative path to a file under the project root, return the Java package with which
the file is associated.
- findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackageWithPackageFolder(Path) - Static method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findManifestFiles() - Method in class com.facebook.buck.android.AndroidTransitiveDependencyGraph
-
- findManifestModuleForTarget(BuildTarget) - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Get the Module that should contain the manifest for the given target or else fallback to the same logic of findResourceModuleForTarget.
- findMatchingConditions(SelectableConfigurationContext, Selector<T>, DependencyStack) - Method in class com.facebook.buck.core.select.AbstractSelectorListResolver
-
Returns the value for which the current configuration matches the key inside the select
dictionary
- findMissing(Iterable<Protocol.Digest>) - Method in class com.facebook.buck.remoteexecution.util.LocalContentAddressedStorage
-
- findModuleForTarget(BuildTarget) - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Get the Module that contains the given target
- findNdkVersion(Path) - Method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
- findNdkVersionFromDirectory(Path) - Static method in class com.facebook.buck.android.toolchain.ndk.impl.AndroidNdkResolver
-
The method returns the NDK version of a path.
- findNodeAndChildren(T) - Method in interface com.facebook.buck.core.util.graph.GraphTraversableWithPayload
-
- findNodeAndChildren(T, DependencyStack) - Method in interface com.facebook.buck.core.util.graph.GraphTraversableWithPayloadAndDependencyStack
-
- findReferenceAssembly(String) - Method in class com.facebook.buck.features.dotnet.DotnetFramework
-
- findResourceModuleForTarget(BuildTarget) - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
-
Get the Module that should contain the resources for the given target
- findSelector(TestDescription) - Method in class com.facebook.buck.test.selectors.TestSelectorList
-
- findSources(ProjectFilesystem, Path) - Method in class com.facebook.buck.android.NdkLibraryDescription
-
Deprecated.
- findStronglyConnectedComponents() - Method in class com.facebook.buck.core.util.graph.MutableDirectedGraph
-
For this graph, returns the set of strongly connected components using Tarjan's algorithm.
- findSwiftCompatibilityRuntimePath(Path, String) - Static method in class com.facebook.buck.swift.toolchain.impl.SwiftPlatformFactory
-
- findSwiftRuntimePath(Path, String) - Static method in class com.facebook.buck.swift.toolchain.impl.SwiftPlatformFactory
-
- fine(String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- fine(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- finer(String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- finer(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- finish(long) - Static method in class com.facebook.buck.event.listener.util.EventInterval
-
- finished(AbstractAsynchronousCache.FetchResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents
-
- finished(int, AbstractAsynchronousCache.FetchResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents
-
- finished(AbstractAsynchronousCache.StoreResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.StoreEvents.StoreRequestEvents
-
- finished(ArtifactCacheConnectEvent.Started) - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
-
- Finished(ArtifactCacheConnectEvent.Started) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>, ArtifactCacheEvent.StoreType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Finished
-
- Finished(ArtifactCacheEvent.Started, Optional<BuildTarget>, HttpArtifactCacheEvent.HttpArtifactCacheEventFetchData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- Finished(ArtifactCacheEvent.Started, HttpArtifactCacheEvent.HttpArtifactCacheEventStoreData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<BuildTarget>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.Finished
-
- finished(BuildResult, Optional<Long>, Optional<HashCode>, Optional<BuildRuleSuccessType>, UploadToCacheResultType, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>) - Method in class com.facebook.buck.core.build.engine.cache.manager.BuildRuleScopeManager
-
- finished(BuildEvent.Started, ExitCode) - Static method in class com.facebook.buck.core.build.event.BuildEvent
-
- Finished(BuildEvent.Started, ExitCode) - Constructor for class com.facebook.buck.core.build.event.BuildEvent.Finished
-
- finished(BuildRuleEvent.BeginningBuildRuleEvent, BuildRuleKeys, BuildRuleStatus, CacheResult, Optional<BuildId>, Optional<BuildRuleSuccessType>, UploadToCacheResultType, Optional<HashCode>, Optional<Long>, Optional<BuildRuleDiagnosticData>, Optional<ManifestFetchResult>, Optional<ManifestStoreResult>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<Pair<Long, Long>>, Optional<String>) - Static method in class com.facebook.buck.core.build.event.BuildRuleEvent
-
- Finished(EventKey, BuildRule, long) - Constructor for class com.facebook.buck.core.build.event.BuildRuleExecutionEvent.Finished
-
- finished(Iterable<String>, TestResults) - Static method in class com.facebook.buck.core.test.event.IndividualTestEvent
-
- finished(ImmutableSet<String>, List<TestResults>) - Static method in class com.facebook.buck.core.test.event.TestRunEvent
-
- Finished(int, List<TestResults>) - Constructor for class com.facebook.buck.core.test.event.TestRunEvent.Finished
-
- finished(TestStatusMessageEvent.Started, TestStatusMessage) - Static method in class com.facebook.buck.core.test.event.TestStatusMessageEvent
-
- Finished(TestStatusMessageEvent.Started, TestStatusMessage) - Constructor for class com.facebook.buck.core.test.event.TestStatusMessageEvent.Finished
-
- finished(UUID, TestResultSummary) - Static method in class com.facebook.buck.core.test.event.TestSummaryEvent
-
- Finished(UUID, TestResultSummary) - Constructor for class com.facebook.buck.core.test.event.TestSummaryEvent.Finished
-
- finished(ActionGraphEvent.Started) - Static method in class com.facebook.buck.event.ActionGraphEvent
-
- finished(ActionGraphEvent.Started, int) - Static method in class com.facebook.buck.event.ActionGraphEvent
-
- Finished(ActionGraphEvent.Started, OptionalInt) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Finished
-
- finished(ArtifactCompressionEvent.Started, long, long, HasNameAndType) - Static method in class com.facebook.buck.event.ArtifactCompressionEvent
-
Create a new Finished event for corresponding Started event
- Finished(ArtifactCompressionEvent.Started, long, long, HasNameAndType) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent.Finished
-
- finished(CommandEvent.Started, ExitCode) - Static method in class com.facebook.buck.event.CommandEvent
-
- finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- Finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent.Finished
-
- finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.InstallEvent
-
- finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Static method in class com.facebook.buck.event.InstallEvent
-
- Finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.InstallEvent.Finished
-
- finished() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
-
- Finished() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Finished
-
- Finished(SimplePerfEvent.StartedImpl, ImmutableMap<String, Object>) - Constructor for class com.facebook.buck.event.SimplePerfEvent.Finished
-
- finished(StartActivityEvent.Started, boolean) - Static method in class com.facebook.buck.event.StartActivityEvent
-
- Finished(StartActivityEvent.Started, boolean) - Constructor for class com.facebook.buck.event.StartActivityEvent.Finished
-
- finished(UninstallEvent.Started, boolean) - Static method in class com.facebook.buck.event.UninstallEvent
-
- Finished(UninstallEvent.Started, boolean) - Constructor for class com.facebook.buck.event.UninstallEvent.Finished
-
- finished() - Static method in class com.facebook.buck.event.WatchmanStatusEvent
-
- Finished() - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.Finished
-
- finished(DownloadEvent.Started) - Static method in class com.facebook.buck.file.downloader.impl.DownloadEvent
-
- Finished(DownloadEvent.Started) - Constructor for class com.facebook.buck.file.downloader.impl.DownloadEvent.Finished
-
- Finished(ProjectBuildFileParseEvents.Started) - Constructor for class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
-
- finished(AnnotationProcessingEvent.Started) - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- Finished(AnnotationProcessingEvent.Started) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
-
- Finished(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskListenerProxy
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.PostEnterTaskListener
-
- finished(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
-
- finished(TaskEventMirror) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskListener
-
- finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
-
- Finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Finished
-
- finished(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
-
- finished(ParseBuckFileEvent.Started, int, long, Optional<String>) - Static method in class com.facebook.buck.parser.events.ParseBuckFileEvent
-
Create an event when parsing of build file finishes
- Finished(ParseBuckFileEvent.Started, int, long, Optional<String>) - Constructor for class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
-
- finished(ParseEvent.Started, long, Optional<TargetGraph>) - Static method in class com.facebook.buck.parser.ParseEvent
-
- Finished(ParseEvent.Started, long, Optional<TargetGraph>) - Constructor for class com.facebook.buck.parser.ParseEvent.Finished
-
- Finished(CasBlobDownloadEvent.Started) - Constructor for class com.facebook.buck.remoteexecution.event.CasBlobDownloadEvent.Finished
-
- finished(RemoteExecutionSessionEvent.Started) - Static method in class com.facebook.buck.remoteexecution.event.RemoteExecutionSessionEvent
-
- finished(StepEvent.Started, int) - Static method in class com.facebook.buck.step.StepEvent
-
- Finished(StepEvent.Started, int) - Constructor for class com.facebook.buck.step.StepEvent.Finished
-
- finished(Set<String>, ExitCode) - Static method in class com.facebook.buck.test.external.ExternalTestRunEvent
-
- Finished(int, ExitCode) - Constructor for class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
-
- finished(BuildTarget) - Static method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
-
- Finished(BuildTarget) - Constructor for class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent.Finished
-
- finished(BuildTarget) - Static method in class com.facebook.buck.test.TestRuleEvent
-
- Finished(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent.Finished
-
- finished(VersionedTargetGraphEvent.Started) - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
-
- finishExoFileInstallation(ImmutableSortedSet<Path>, ExopackageInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- finishModuleCreation() - Method in class com.facebook.buck.features.project.intellij.aggregation.AggregationContext
-
- FirstOrderDepsFunction() - Constructor for class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- FirstOrderHelper - Class in com.facebook.buck.android.dalvik.firstorder
-
- FixBuckConfig - Class in com.facebook.buck.support.fix
-
Configuration that handles how `buck fix` and automatic invocations of fix scripts work
- FixBuckConfig() - Constructor for class com.facebook.buck.support.fix.FixBuckConfig
-
- FixCommand - Class in com.facebook.buck.cli
-
Attempts to fix errors encountered in previous builds
- FixCommand() - Constructor for class com.facebook.buck.cli.FixCommand
-
- FixCommandHandler - Class in com.facebook.buck.cli
-
Encapsulates the logic around running `buck fix`.
- fixedDelegate(NativeLinkableInput, ImmutableMap<String, SourcePath>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
Creates a delegate that always returns a fixed instance.
- fixPath(Path) - Static method in class com.facebook.buck.io.file.MorePaths
-
Drop any "." parts (useless).
- fixupSourcePath(ActionGraphBuilder, CxxPlatform, SourcePath) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(ActionGraphBuilder, CxxPlatform, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(ActionGraphBuilder, CxxPlatform, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(ActionGraphBuilder, CxxPlatform, ImmutableMap<T, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- flags - Variable in class com.facebook.buck.cxx.toolchain.objectfile.MachoExportTrieNode.ExportInfo
-
- flags - Variable in class com.facebook.buck.features.ocaml.OcamlLinkStep
-
- flags - Variable in class com.facebook.buck.features.ocaml.OcamlNativePluginStep
-
- flagsKey - Variable in enum com.facebook.buck.cxx.toolchain.ToolType
-
Buck config key used to specify tool flags.
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.facebook.buck.util.stream.RichStream
-
- flattenToSpaceSeparatedString(Optional<Arg>, SourcePathResolverAdapter) - Static method in interface com.facebook.buck.rules.args.Arg
-
- FLAVOR - Static variable in class com.facebook.buck.apple.AppleAssetCatalog
-
- FLAVOR - Static variable in class com.facebook.buck.apple.CoreDataModel
-
- FLAVOR - Static variable in class com.facebook.buck.apple.SceneKitAssets
-
- Flavor - Interface in com.facebook.buck.core.model
-
- FLAVOR - Static variable in class com.facebook.buck.cxx.CxxPrefixHeader
-
- FLAVOR - Static variable in class com.facebook.buck.cxx.toolchain.impl.DefaultCxxPlatforms
-
- FLAVOR_DELIMITER - Static variable in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetLanguageConstants
-
Symbol that delimits flavors specified after FLAVOR_SYMBOL
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.apple.AppleDebugFormat
-
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
-
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.toolchain.StripStyle
-
- FLAVOR_DOMAIN_NAME - Static variable in class com.facebook.buck.features.lua.LuaPlatform
-
- FLAVOR_ORDERING - Static variable in class com.facebook.buck.core.model.FlavorSet
-
Flavors passed to this object should be sorted using this ordering
- FLAVOR_SYMBOL - Static variable in class com.facebook.buck.core.parser.buildtargetpattern.BuildTargetLanguageConstants
-
Symbol that represents flavor part of a build target
- FLAVOR_VALUES - Static variable in enum com.facebook.buck.features.haskell.HaskellLibraryDescription.Type
-
- FlavorConvertible - Interface in com.facebook.buck.core.model
-
Values that has a canonical mapping to flavors.
- FlavorDomain<T> - Class in com.facebook.buck.core.model
-
Provides a named flavor abstraction on top of boolean flavors.
- FlavorDomain(String, ImmutableMap<Flavor, T>) - Constructor for class com.facebook.buck.core.model.FlavorDomain
-
- FlavorDomainException - Exception in com.facebook.buck.core.model
-
- FlavorDomainException(String) - Constructor for exception com.facebook.buck.core.model.FlavorDomainException
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.apple.AppleBundleDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.apple.ApplePackageDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
-
- flavorDomains(TargetConfiguration) - Method in interface com.facebook.buck.core.model.Flavored
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.cxx.CxxBinaryFlavored
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.cxx.CxxLibraryFlavored
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.js.JsBundleDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.js.JsLibraryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.python.PythonLibraryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.rust.RustBinaryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.rust.RustLibraryDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.features.rust.RustTestDescription
-
- flavorDomains(TargetConfiguration) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- Flavored - Interface in com.facebook.buck.core.model
-
- flavorForLinkableDepType(Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- Flavors - Class in com.facebook.buck.apple
-
- flavorsDoNotAllowLinkerMapMode(BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- FlavorSet - Class in com.facebook.buck.core.model
-
- FlavorTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- FlavorTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.FlavorTypeCoercer
-
- FLOAT - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
-
- flush() - Method in class com.facebook.buck.counters.Counter
-
If the counter has no data, returns an absent value.
- flush() - Method in class com.facebook.buck.counters.IntegerCounter
-
- flush() - Method in class com.facebook.buck.counters.SamplingCounter
-
- flush() - Method in class com.facebook.buck.counters.TagSetCounter
-
- flush() - Method in class com.facebook.buck.log.AsyncLogHandler
-
- flush() - Method in class com.facebook.buck.log.ConsoleHandler
-
- flush() - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
-
- flush() - Method in class com.facebook.buck.log.LogFileHandler
-
- flush() - Method in class com.facebook.buck.log.LogFileHandlerDispatcher
-
- flush() - Method in class com.facebook.buck.log.memory.MemoryHandler
-
- flush() - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- flush() - Method in class com.facebook.buck.util.TeeOutputStream
-
- FlushConsoleEvent - Class in com.facebook.buck.event
-
Event to tell the console that it needs to flush now.
- FlushConsoleEvent() - Constructor for class com.facebook.buck.event.FlushConsoleEvent
-
- flushLogs() - Static method in class com.facebook.buck.log.LogConfig
-
- flushToFile() - Method in class com.facebook.buck.maven.Pom
-
- flushToLogger() - Method in class com.facebook.buck.rules.keys.hasher.ThriftRuleKeyHasher
-
Writes the object out to the logger
- FocusedModuleTargetMatcher - Class in com.facebook.buck.features.apple.project
-
- focusedOn(ImmutableSet<UnflavoredBuildTarget>) - Static method in class com.facebook.buck.features.apple.project.FocusedModuleTargetMatcher
-
Returns a matcher that specifies a set of targets to focus on.
- FocusedTargetMatcher - Class in com.facebook.buck.features.apple.projectV2
-
Matcher class that matches build targets against specific focused target entries.
- FocusedTargetMatcher(String, CellNameResolver) - Constructor for class com.facebook.buck.features.apple.projectV2.FocusedTargetMatcher
-
Returns a matcher configured to match any Build Target Patterns or String Regular Expressions.
- FOLDER_IJ_NAME - Static variable in class com.facebook.buck.features.project.intellij.model.folders.ExcludeFolder
-
- FolderTypeWithPackageInfo - Enum in com.facebook.buck.features.project.intellij
-
- forAllData(MerkleTreeNodeCache.MerkleTreeNode, Consumer<MerkleTreeNodeCache.NodeData>) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache
-
Iterate over all the encoded data for the tree rooted at the provided node.
- forAllData(Consumer<InputsMapBuilder.Data>) - Method in class com.facebook.buck.rules.modern.impl.InputsMapBuilder.Data
-
- forAllFiles(BiConsumer<Path, Protocol.FileNode>) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.MerkleTreeNode
-
Iterate over the files in the tree rooted at this node.
- forAllNodes(Consumer<MerkleTreeNodeCache.MerkleTreeNode>) - Method in class com.facebook.buck.remoteexecution.util.MerkleTreeNodeCache.MerkleTreeNode
-
Iterate over the nodes in the tree rooted at this node.
- FORCE_JS_BUNDLE - Static variable in class com.facebook.buck.features.js.JsFlavors
-
- forceFlush() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
-
- forceFlush() - Method in interface com.facebook.buck.util.network.BatchingLogger
-
Signals to upload whatever remaining information is buffered.
- forcefullyCreateDirs(Path) - Method in class com.facebook.buck.util.unarchive.DirectoryCreator
-
Force a directory to be created.
- forceLinkWholeForHaskellOmnibus() - Method in class com.facebook.buck.cxx.CxxLibraryGroup
-
- forceLinkWholeForHaskellOmnibus() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.LegacyNativeLinkableGroup
-
Deprecated.
- forceLinkWholeForHaskellOmnibus() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
-
- forceLinkWholeForHaskellOmnibus() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInfo
-
- forceLinkWholeForHaskellOmnibus() - Method in class com.facebook.buck.cxx.toolchain.nativelink.PlatformLockedNativeLinkableGroup
-
- forceRender(FlushConsoleEvent) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- forceTty() - Static method in class com.facebook.buck.util.Ansi
-
- forDirectory(ProjectFilesystem, Path, Path, CopyStep.DirectoryMode) - Static method in class com.facebook.buck.step.fs.CopyStep
-
Creates a CopyStep which recursively copies a directory from 'source' to 'destination'.
- forEach(Consumer<N>) - Method in class com.facebook.buck.core.util.graph.ConsumingTraverser
-
- forEach(CxxPlatform, Consumer<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxDeps
-
- forEachForAllPlatforms(Consumer<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxDeps
-
- forEachFwdDep(Iterable<NODE_TYPE>, Consumer<NODE_TYPE>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Applies action to each forward dependencies of the specified targets.
- forEachFwdDep(Iterable<QueryBuildTarget>, Consumer<QueryBuildTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- forEachInput(Consumer<SourcePath>) - Method in interface com.facebook.buck.features.python.PythonComponents
-
Run
consumer on all
SourcePaths contained in this object.
- forEachInput(Consumer<SourcePath>) - Method in class com.facebook.buck.features.python.PythonMappedComponents
-
- forEachInput(Consumer<SourcePath>) - Method in class com.facebook.buck.features.python.PythonPackageComponents
-
- forEachMatchingValue(String, Consumer<T>) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
Apply
consumer to all values whose
Pattern matches
string.
- forEachModule(BuildTarget, ActionGraphBuilder, PythonPlatform, CxxPlatform, String, Path, SourceSortedSet, PatternMatchedCollection<SourceSortedSet>, Optional<VersionMatchedCollection<SourceSortedSet>>, Optional<ImmutableMap<BuildTarget, Version>>, BiConsumer<Path, SourcePath>) - Static method in class com.facebook.buck.features.python.PythonUtil
-
- forEachOrderedThrowing(ThrowingConsumer<? super T, E>) - Method in interface com.facebook.buck.util.stream.RichStream
-
A variant of Stream.forEachOrdered(java.util.function.Consumer<? super T>) that can safely throw a checked exception.
- forEachPair(Iterable<L>, Iterable<R>, BiConsumer<? super L, ? super R>) - Static method in class com.facebook.buck.util.MoreIterables
-
Provides convenient consumption of a pair of Iterables of the same length.
- forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer) - Method in interface com.facebook.buck.features.python.PythonComponents.Resolved
-
- forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer) - Method in class com.facebook.buck.features.python.PythonMappedComponents.Resolved
-
- forEachSrc(BuildTarget, ActionGraphBuilder, PythonPlatform, CxxPlatform, Optional<ImmutableMap<BuildTarget, Version>>, PythonLibraryDescription.CoreArg, BiConsumer<Path, SourcePath>) - Static method in class com.facebook.buck.features.python.PythonUtil
-
- forEachSuccessor(N, Consumer<N>) - Method in interface com.facebook.buck.core.util.graph.ForEachSuccessorFunction
-
Runs consumer on all nodes in this graph adjacent to node which can be reached by
traversing node's outgoing edges in the direction (if any) of the edge.
- ForEachSuccessorFunction<N> - Interface in com.facebook.buck.core.util.graph
-
A
Consumer-based interface for graph operations/traversals (based on Guava's
`SuccessorsFunction`).
- forEachSymlink(SymlinkPaths.SymlinkConsumer) - Method in class com.facebook.buck.step.fs.SymlinkDirPaths
-
- forEachSymlink(SymlinkPaths.SymlinkConsumer) - Method in class com.facebook.buck.step.fs.SymlinkMapsPaths
-
- forEachSymlink(SymlinkPaths.SymlinkConsumer) - Method in class com.facebook.buck.step.fs.SymlinkPackPaths
-
- forEachSymlink(SymlinkPaths.SymlinkConsumer) - Method in interface com.facebook.buck.step.fs.SymlinkPaths
-
Run consumer on all links.
- forEachSymlinkBuildDep(SourcePathRuleFinder, Consumer<BuildRule>) - Method in class com.facebook.buck.core.rules.impl.SymlinkDir
-
- forEachSymlinkBuildDep(SourcePathRuleFinder, Consumer<BuildRule>) - Method in class com.facebook.buck.core.rules.impl.SymlinkMap
-
- forEachSymlinkBuildDep(SourcePathRuleFinder, Consumer<BuildRule>) - Method in class com.facebook.buck.core.rules.impl.SymlinkPack
-
- forEachSymlinkBuildDep(SourcePathRuleFinder, Consumer<BuildRule>) - Method in interface com.facebook.buck.core.rules.impl.Symlinks
-
Run
consumer on all
BuildRule build dependencies for this group of symlinks.
- forEachSymlinkInput(Consumer<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.SymlinkDir
-
- forEachSymlinkInput(Consumer<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.SymlinkMap
-
- forEachSymlinkInput(Consumer<SourcePath>) - Method in class com.facebook.buck.core.rules.impl.SymlinkPack
-
- forEachSymlinkInput(Consumer<SourcePath>) - Method in interface com.facebook.buck.core.rules.impl.Symlinks
-
Run
consumer on all
SourcePaths in this groups of links.
- forEachThrowing(ThrowingConsumer<N, E>) - Method in class com.facebook.buck.core.util.graph.ConsumingTraverser
-
- forEachThrowing(ThrowingConsumer<? super T, E>) - Method in interface com.facebook.buck.util.stream.RichStream
-
A variant of Stream.forEach(java.util.function.Consumer<? super T>) that can safely throw a checked exception.
- forEachValue(Consumer<T>) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
-
Apply consumer to all values.
- forFile(ProjectFilesystem, Path, Path) - Static method in class com.facebook.buck.step.fs.CopyStep
-
Creates a CopyStep which copies a single file from 'source' to 'destination'.
- forInstance(T) - Static method in class com.facebook.buck.rules.modern.impl.DefaultClassInfoFactory
-
Returns the ClassInfo for the object based on its runtime type.
- forkJoinPoolWithThreadLimit(int, int) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
-
Construct a ForkJoinPool with a stricter thread limit.
- ForkMode - Enum in com.facebook.buck.jvm.java
-
- forkMode() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- format(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.LogFormatter
-
- format(Diagnostic<? extends JavaFileObject>) - Static method in class com.facebook.buck.jvm.java.DiagnosticPrettyPrinter
-
- format(LogRecord) - Method in class com.facebook.buck.log.LogFormatter
-
- format(Function<? super MacroContainer, ? extends CharSequence>) - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
- format(String) - Method in enum com.facebook.buck.support.cli.config.JsonAttributeFormat
-
Returns a formatted rule attribute
- format(LogRecord) - Method in class com.facebook.buck.testrunner.JulLogFormatter
-
- format(String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- format(Locale, String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- format(Locale, double) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(Locale, double, StringBuffer, FieldPosition) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(Locale, long) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(Locale, Object) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(Locale, Object, StringBuffer, FieldPosition) - Method in class com.facebook.buck.util.i18n.NumberFormatter
-
- format(String, Object...) - Method in class com.facebook.buck.util.ThrowingPrintWriter
-
- FORMAT_SESSION_ID_VARIABLE_STRING - Static variable in class com.facebook.buck.remoteexecution.config.RemoteExecutionConfig
-
The variable identifier string to be replace in any configured format defined by
DEBUG_FORMAT_STRING_URL_KEY.
- FormatArg - Class in com.facebook.buck.rules.args
-
- FormatArg() - Constructor for class com.facebook.buck.rules.args.FormatArg
-
- formatConfigChange(Map.Entry<String, ConfigDifference.ConfigChange>, boolean) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Format a single config change
- formatConfigDiff(Map<String, ConfigDifference.ConfigChange>) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Format the full set of changes between configs to be logged
- formatConfigDiffShort(Map<String, ConfigDifference.ConfigChange>, int) - Static method in class com.facebook.buck.command.config.ConfigDifference
-
Format a set of changes between configs for the console
- formatConsoleEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- formatConsoleEvent(ConsoleEvent, Ansi) - Static method in class com.facebook.buck.util.console.ConsoleUtils
-
- formatElapsedTime(long) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- formatElapsedTime(long) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- formatForConsole(Locale, long, Ansi) - Static method in class com.facebook.buck.util.TimeFormat
-
- forModuleMapMode(ModuleMapMode) - Static method in enum com.facebook.buck.cxx.toolchain.HeaderMode
-
Returns the appropriate header mode for module map mode.
- forPath(Path) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- forString(String) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- forTypeToken(TypeToken<T>) - Static method in class com.facebook.buck.rules.modern.impl.ValueTypeInfoFactory
-
- forVisibilityArgument() - Static method in class com.facebook.buck.core.parser.buildtargetparser.BuildTargetMatcherParser
-
Used when parsing target names in the visibility argument to a build rule.
- ForwardingBuildTargetSourcePath - Class in com.facebook.buck.core.sourcepath
-
- ForwardingBuildTargetSourcePath() - Constructor for class com.facebook.buck.core.sourcepath.ForwardingBuildTargetSourcePath
-
- ForwardingProcessListener - Class in com.facebook.buck.util
-
- ForwardingProcessListener(OutputStream, OutputStream) - Constructor for class com.facebook.buck.util.ForwardingProcessListener
-
- ForwardingProjectBuildFileParserDecorator - Class in com.facebook.buck.parser.api
-
- ForwardingProjectBuildFileParserDecorator(ProjectBuildFileParser) - Constructor for class com.facebook.buck.parser.api.ForwardingProjectBuildFileParserDecorator
-
- ForwardingRuleKeyHasher<HASH,HASH2> - Class in com.facebook.buck.rules.keys.hasher
-
A
RuleKeyHasher that forwards all the methods to the two underlying hashers.
- ForwardingRuleKeyHasher(RuleKeyHasher<HASH>, RuleKeyHasher<HASH2>) - Constructor for class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
-
- ForwardingStandardJavaFileManager - Class in com.facebook.buck.jvm.java
-
- ForwardingStandardJavaFileManager(StandardJavaFileManager) - Constructor for class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- ForwardRelativePath - Class in com.facebook.buck.core.path
-
A normalized relative path object which:
Does not contain dot or dot-dot
Does not start and does not end with slash
Does not contain slash-slash
- fragmentToPath(PathFragment) - Static method in class com.facebook.buck.util.filesystem.PathFragments
-
Convert a skylark PathFragment to a Path using the default filesystem.
- fragmentToPath(FileSystem, PathFragment) - Static method in class com.facebook.buck.util.filesystem.PathFragments
-
Convert a skylark PathFragment to a Path.
- FRAMEWORK - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.ProductTypes
-
- FRAMEWORK_CURRENT_PROJECT - Static variable in enum com.facebook.buck.features.apple.project.ProjectGenerator.FilterFlags
-
Filter framework deps *
- FRAMEWORK_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
-
- FRAMEWORK_FOCUSED - Static variable in enum com.facebook.buck.features.apple.project.ProjectGenerator.FilterFlags
-
- FRAMEWORK_OTHER - Static variable in enum com.facebook.buck.features.apple.project.ProjectGenerator.FilterFlags
-
- FrameworkDependencies - Class in com.facebook.buck.cxx
-
Metadata query for collecting framework dependencies to include in a bundle.
- FrameworkDependencies() - Constructor for class com.facebook.buck.cxx.FrameworkDependencies
-
- FrameworkPath - Class in com.facebook.buck.rules.coercer
-
Frameworks can be specified as either a path to a file, or a path prefixed by a build setting.
- FrameworkPath() - Constructor for class com.facebook.buck.rules.coercer.FrameworkPath
-
- FrameworkPath.Type - Enum in com.facebook.buck.rules.coercer
-
The type of framework entry this object represents.
- frameworkPathToSearchPath(CxxPlatform, SourcePathResolverAdapter) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- FrameworkPathTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- FrameworkPathTypeCoercer(TypeCoercer<UnconfiguredSourcePath, SourcePath>) - Constructor for class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- FrameworkVersion - Enum in com.facebook.buck.features.dotnet
-
- from(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
-
- from(AndroidLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasProvidedDepsQuery) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDepsQuery instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AndroidAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidAarDescriptionArg instance.
- from(AndroidAarDescription.AbstractAndroidAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidAarDescriptionArg instance into builder.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(HasApplicationModuleBlacklist) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasApplicationModuleBlacklist instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AndroidAppModularityDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidAppModularityDescriptionArg instance.
- from(AndroidAppModularityDescription.AbstractAndroidAppModularityDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidAppModularityDescriptionArg instance into builder.
- from(HasApplicationModuleBlacklist) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasApplicationModuleBlacklist instance.
- from(AndroidGraphEnhancerArgs) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidGraphEnhancerArgs instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidBinaryDescriptionArg instance.
- from(AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidBinaryDescriptionArg instance into builder.
- from(HasExopackageArgs) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.HasExopackageArgs instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasDuplicateAndroidResourceTypes) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.HasDuplicateAndroidResourceTypes instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AndroidBuildConfigDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidBuildConfigDescriptionArg instance.
- from(AndroidBuildConfigDescription.AbstractAndroidBuildConfigDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidBuildConfigDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasApplicationModuleBlacklist) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasApplicationModuleBlacklist instance.
- from(AndroidGraphEnhancerArgs) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidGraphEnhancerArgs instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AndroidBundleDescriptionArg) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidBundleDescriptionArg instance.
- from(AndroidBundleDescription.AbstractAndroidBundleDescriptionArg) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidBundleDescriptionArg instance into builder.
- from(HasExopackageArgs) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.HasExopackageArgs instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasDuplicateAndroidResourceTypes) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.HasDuplicateAndroidResourceTypes instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(AndroidInstrumentationApkDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidInstrumentationApkDescriptionArg instance.
- from(AndroidInstrumentationApkDescription.AbstractAndroidInstrumentationApkDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidInstrumentationApkDescriptionArg instance into builder.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(AndroidInstrumentationTestDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidInstrumentationTestDescriptionArg instance.
- from(AndroidInstrumentationTestDescription.AbstractAndroidInstrumentationTestDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidInstrumentationTestDescriptionArg instance into builder.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AndroidLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasProvidedDepsQuery) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDepsQuery instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(AndroidLibraryDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidLibraryDescriptionArg instance.
- from(AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(AndroidManifestDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidManifestDescriptionArg instance.
- from(AndroidManifestDescription.AbstractAndroidManifestDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidManifestDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AndroidPrebuiltAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidPrebuiltAarDescriptionArg instance.
- from(AndroidPrebuiltAarDescription.AbstractAndroidPrebuiltAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidPrebuiltAarDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(AndroidResourceDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidResourceDescriptionArg instance.
- from(AndroidResourceDescription.AbstractAndroidResourceDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Copy abstract value type AbstractAndroidResourceDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(ApkGenruleDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ApkGenruleDescriptionArg instance.
- from(ApkGenruleDescription.AbstractApkGenruleDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Copy abstract value type AbstractApkGenruleDescriptionArg instance into builder.
- from(HasTests) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(GenAidlDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GenAidlDescriptionArg instance.
- from(GenAidlDescription.AbstractGenAidlDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Copy abstract value type AbstractGenAidlDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(NdkLibraryDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided NdkLibraryDescriptionArg instance.
- from(NdkLibraryDescription.AbstractNdkLibraryDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractNdkLibraryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(NdkToolchainDescriptionArg) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided NdkToolchainDescriptionArg instance.
- from(NdkToolchainDescription.AbstractNdkToolchainDescriptionArg) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Copy abstract value type AbstractNdkToolchainDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.NdkToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PrebuiltNativeLibraryDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltNativeLibraryDescriptionArg instance.
- from(PrebuiltNativeLibraryDescription.AbstractPrebuiltNativeLibraryDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltNativeLibraryDescriptionArg instance into builder.
- from(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
-
- from(Path) - Static method in class com.facebook.buck.android.ResourceFilters.Qualifiers
-
Creates a Qualfiers given the Path to a resource folder, pulls out the density filters and
leaves the rest.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(RobolectricTestDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RobolectricTestDescriptionArg instance.
- from(RobolectricTestDescription.AbstractRobolectricTestDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Copy abstract value type AbstractRobolectricTestDescriptionArg instance into builder.
- from(HasProvidedDeps) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasTestRunner) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.test.rule.HasTestRunner instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(AndroidPlatformArg) - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg.Builder
-
Fill a builder with attribute values from the provided AndroidPlatformArg instance.
- from(AndroidPlatformDescription.AbstractAndroidPlatformArg) - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg.Builder
-
Copy abstract value type AbstractAndroidPlatformArg instance into builder.
- from(ConstructorArg) - Method in class com.facebook.buck.android.toolchain.platform.AndroidPlatformArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AppleAssetCatalogDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleAssetCatalogDescriptionArg instance.
- from(AppleAssetCatalogDescription.AbstractAppleAssetCatalogDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Copy abstract value type AbstractAppleAssetCatalogDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AppleAssetCatalogsCompilationOptions) - Method in class com.facebook.buck.apple.AppleAssetCatalogsCompilationOptions.Builder
-
Fill a builder with attribute values from the provided AppleAssetCatalogsCompilationOptions instance.
- from(AppleBinaryDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleBinaryDescriptionArg instance.
- from(AppleBinaryDescription.AbstractAppleBinaryDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractAppleBinaryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasEntitlementsFile) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasEntitlementsFile instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(HasAppleBundleFields) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleBundleFields instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AppleBundleDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleBundleDescriptionArg instance.
- from(AppleBundleDescription.AbstractAppleBundleDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Copy abstract value type AbstractAppleBundleDescriptionArg instance into builder.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasAppleCodesignFields) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleCodesignFields instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(AppleLibraryDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleLibraryDescriptionArg instance.
- from(AppleLibraryDescription.AbstractAppleLibraryDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractAppleLibraryDescriptionArg instance into builder.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(ImmutableSortedSet<SourceWithFlags>, SourcePathResolverAdapter) - Static method in class com.facebook.buck.apple.AppleLibrarySwiftMetadata
-
- from(ApplePackageDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ApplePackageDescriptionArg instance.
- from(ApplePackageDescription.AbstractApplePackageDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Copy abstract value type AbstractApplePackageDescriptionArg instance into builder.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AppleResourceDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleResourceDescriptionArg instance.
- from(AppleResourceDescription.AbstractAppleResourceDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Copy abstract value type AbstractAppleResourceDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasAppleBundleFields) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleBundleFields instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasEntitlementsFile) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasEntitlementsFile instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasAppleCodesignFields) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleCodesignFields instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AppleTestDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleTestDescriptionArg instance.
- from(AppleTestDescription.AbstractAppleTestDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Copy abstract value type AbstractAppleTestDescriptionArg instance into builder.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
- from(HasTestRunner) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.test.rule.HasTestRunner instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(AppleToolchainDescriptionArg) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleToolchainDescriptionArg instance.
- from(AppleToolchainDescription.AbstractAppleToolchainDescriptionArg) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
Copy abstract value type AbstractAppleToolchainDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AppleToolchainSetDescriptionArg) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleToolchainSetDescriptionArg instance.
- from(AppleToolchainSetDescription.AbstractAppleToolchainSetDescriptionArg) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
Copy abstract value type AbstractAppleToolchainSetDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleToolchainSetDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(AppleWrapperResourceArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Fill a builder with attribute values from the provided AppleWrapperResourceArg instance.
- from(AbstractAppleWrapperResourceArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Copy abstract value type AbstractAppleWrapperResourceArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PrebuiltAppleFrameworkDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltAppleFrameworkDescriptionArg instance.
- from(PrebuiltAppleFrameworkDescription.AbstractPrebuiltAppleFrameworkDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltAppleFrameworkDescriptionArg instance into builder.
- from(XcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided XcodeScriptDescriptionArg instance.
- from(AbstractXcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Copy abstract value type AbstractXcodeScriptDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(Cell, OwnersReport.Builder, Parser, PerBuildState, TargetPatternEvaluator, BuckEventBus, TypeCoercerFactory) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- from(CommandRunnerParams, PerBuildState, ParsingContext) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- from(String, Iterable<T>) - Static method in class com.facebook.buck.core.model.FlavorDomain
-
Create a FlavorDomain from FlavorConvertible objects.
- from(String, Class<E>) - Static method in class com.facebook.buck.core.model.FlavorDomain
-
Create a FlavorDomain from FlavorConverbile Enum.
- from(ImmutableList<Object>) - Static method in class com.facebook.buck.core.rules.actions.lib.args.CommandLineArgsFactory
-
- from(ImmutableList<Object>, String) - Static method in class com.facebook.buck.core.rules.actions.lib.args.CommandLineArgsFactory
-
- from(ConfigSettingArg) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg.Builder
-
Fill a builder with attribute values from the provided ConfigSettingArg instance.
- from(ConfigSettingDescription.AbstractConfigSettingArg) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg.Builder
-
Copy abstract value type AbstractConfigSettingArg instance into builder.
- from(ConstructorArg) - Method in class com.facebook.buck.core.rules.configsetting.ConfigSettingArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, BuildTarget, Path, SourcePath, ImmutableMap<String, String>, boolean) - Static method in class com.facebook.buck.core.rules.impl.WriteStringTemplateRule
-
- from(ConstructorArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(ConstraintSettingArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg.Builder
-
Fill a builder with attribute values from the provided ConstraintSettingArg instance.
- from(ConstraintSettingDescription.AbstractConstraintSettingArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintSettingArg.Builder
-
Copy abstract value type AbstractConstraintSettingArg instance into builder.
- from(ConstraintValueArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg.Builder
-
Fill a builder with attribute values from the provided ConstraintValueArg instance.
- from(ConstraintValueDescription.AbstractConstraintValueArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg.Builder
-
Copy abstract value type AbstractConstraintValueArg instance into builder.
- from(ConstructorArg) - Method in class com.facebook.buck.core.rules.platform.ConstraintValueArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PlatformArg) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
Fill a builder with attribute values from the provided PlatformArg instance.
- from(PlatformDescription.AbstractPlatformArg) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
Copy abstract value type AbstractPlatformArg instance into builder.
- from(ConstructorArg) - Method in class com.facebook.buck.core.rules.platform.PlatformArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(SourcePath) - Static method in class com.facebook.buck.core.sourcepath.PathSourcePath
-
- from(SourcePathRuleFinder) - Static method in class com.facebook.buck.core.sourcepath.resolver.impl.DefaultSourcePathResolver
-
- from(ExternalTestRunnerDescriptionArg) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ExternalTestRunnerDescriptionArg instance.
- from(ExternalTestRunnerDescription.AbstractExternalTestRunnerDescriptionArg) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Copy abstract value type AbstractExternalTestRunnerDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.core.test.rule.impl.ExternalTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LegacyToolchainDescriptionArg) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided LegacyToolchainDescriptionArg instance.
- from(LegacyToolchainRuleDescription.AbstractLegacyToolchainDescriptionArg) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
Copy abstract value type AbstractLegacyToolchainDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.core.toolchain.rule.LegacyToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(String, Object...) - Static method in class com.facebook.buck.core.toolchain.toolprovider.impl.ErrorToolProvider
-
- from(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, String, ImmutableList<SourcePath>, ArchiveContents, boolean) - Static method in class com.facebook.buck.cxx.Archive
-
- from(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, String, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.Archive
-
- from(HasVersionUniverse) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxBinaryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxBinaryDescriptionArg instance.
- from(CxxBinaryDescription.AbstractCxxBinaryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractCxxBinaryDescriptionArg instance into builder.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxGenruleDescriptionArg instance.
- from(CxxGenruleDescription.AbstractCxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Copy abstract value type AbstractCxxGenruleDescriptionArg instance into builder.
- from(ConstructorArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxLibraryDescriptionArg instance.
- from(CxxLibraryDescription.AbstractCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractCxxLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxPrecompiledHeaderDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxPrecompiledHeaderDescriptionArg instance.
- from(CxxPrecompiledHeaderDescription.AbstractCxxPrecompiledHeaderDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Copy abstract value type AbstractCxxPrecompiledHeaderDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HeaderSymlinkTree, CxxPreprocessables.IncludeType) - Static method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
- from(CxxTestDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxTestDescriptionArg instance.
- from(CxxTestDescription.AbstractCxxTestDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Copy abstract value type AbstractCxxTestDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(ConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(CxxToolchainDescriptionArg) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxToolchainDescriptionArg instance.
- from(CxxToolchainDescription.AbstractCxxToolchainDescriptionArg) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Copy abstract value type AbstractCxxToolchainDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.cxx.CxxToolchainDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(CxxBuckConfig, LinkableCxxConstructorArg, TargetGraph) - Static method in class com.facebook.buck.cxx.LinkableListFilterFactory
-
- from(CxxBuckConfig, Optional<String>, ImmutableList<CxxLinkGroupMapping>, TargetGraph) - Static method in class com.facebook.buck.cxx.LinkableListFilterFactory
-
- from(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Tool, SourcePath) - Static method in class com.facebook.buck.cxx.MachoDylibStubRule
-
Creates the rule for the input dylib.
- from(MachoDylibStubParams) - Static method in class com.facebook.buck.cxx.MachoDylibStubRuleFactory
-
- from(PrebuiltCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltCxxLibraryDescriptionArg instance.
- from(PrebuiltCxxLibraryDescription.AbstractPrebuiltCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltCxxLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(PrebuiltCxxLibraryGroupDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltCxxLibraryGroupDescriptionArg instance.
- from(PrebuiltCxxLibraryGroupDescription.AbstractPrebuiltCxxLibraryGroupDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltCxxLibraryGroupDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(Archiver) - Static method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
-
- from(ToolProvider, Platform, Optional<ArchiverProvider.LegacyArchiverType>) - Static method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
-
- from(ToolProvider, ArchiverProvider.Type) - Static method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
-
Creates an appropriate ArchiverProvider instance for the given parameters.
- from(XcodeWorkspaceConfigDescriptionArg) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided XcodeWorkspaceConfigDescriptionArg instance.
- from(XcodeWorkspaceConfigDescription.AbstractXcodeWorkspaceConfigDescriptionArg) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Copy abstract value type AbstractXcodeWorkspaceConfigDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.apple.common.XcodeWorkspaceConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(DBinaryDescriptionArg) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DBinaryDescriptionArg instance.
- from(DBinaryDescription.AbstractDBinaryDescriptionArg) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractDBinaryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(DLibraryDescriptionArg) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DLibraryDescriptionArg instance.
- from(DLibraryDescription.AbstractDLibraryDescriptionArg) - Method in class com.facebook.buck.features.d.DLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractDLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(DTestDescriptionArg) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DTestDescriptionArg instance.
- from(DTestDescription.AbstractDTestDescriptionArg) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Copy abstract value type AbstractDTestDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(CsharpLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CsharpLibraryDescriptionArg instance.
- from(CsharpLibraryDescription.AbstractCsharpLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractCsharpLibraryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PrebuiltDotnetLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltDotnetLibraryDescriptionArg instance.
- from(PrebuiltDotnetLibraryDescription.AbstractPrebuiltDotnetLibraryDescriptionArg) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltDotnetLibraryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(FileGroupDescriptionArg) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided FileGroupDescriptionArg instance.
- from(FilegroupDescription.AbstractFileGroupDescriptionArg) - Method in class com.facebook.buck.features.filegroup.FileGroupDescriptionArg.Builder
-
Copy abstract value type AbstractFileGroupDescriptionArg instance into builder.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(CgoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CgoLibraryDescriptionArg instance.
- from(CgoLibraryDescription.AbstractCgoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractCgoLibraryDescriptionArg instance into builder.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.features.go.CgoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasGoLinkable) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.go.HasGoLinkable instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(GoBinaryDescriptionArg) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoBinaryDescriptionArg instance.
- from(GoBinaryDescription.AbstractGoBinaryDescriptionArg) - Method in class com.facebook.buck.features.go.GoBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractGoBinaryDescriptionArg instance into builder.
- from(GoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoLibraryDescriptionArg instance.
- from(GoLibraryDescription.AbstractGoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractGoLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(GoTestDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoTestDescriptionArg instance.
- from(GoTestDescription.AbstractGoTestDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Copy abstract value type AbstractGoTestDescriptionArg instance into builder.
- from(HasTestRunner) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.test.rule.HasTestRunner instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasGoLinkable) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.go.HasGoLinkable instance.
- from(HasContacts) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(GoTestRunnerDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoTestRunnerDescriptionArg instance.
- from(GoTestRunnerDescription.AbstractGoTestRunnerDescriptionArg) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Copy abstract value type AbstractGoTestRunnerDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.go.GoTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(PrebuiltGoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltGoLibraryDescriptionArg instance.
- from(PrebuiltGoLibraryDescription.AbstractPrebuiltGoLibraryDescriptionArg) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltGoLibraryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.go.PrebuiltGoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(GwtBinaryDescriptionArg) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GwtBinaryDescriptionArg instance.
- from(GwtBinaryDescription.AbstractGwtBinaryDescriptionArg) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractGwtBinaryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HalideLibraryDescriptionArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HalideLibraryDescriptionArg instance.
- from(HalideLibraryDescription.AbstractHalideLibraryDescriptionArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractHalideLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.features.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HaskellBinaryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellBinaryDescriptionArg instance.
- from(HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellBinaryDescriptionArg instance into builder.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellCompilerFlags, HaskellPlatform, Linker.LinkableDepType, boolean, Optional<String>, Optional<HaskellPackageInfo>, HaskellSources, Preprocessor) - Static method in class com.facebook.buck.features.haskell.HaskellCompileRule
-
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HaskellGhciDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellGhciDescriptionArg instance.
- from(HaskellGhciDescription.AbstractHaskellGhciDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellGhciDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellGhciDescriptionArg instance into builder.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, HaskellSources, ImmutableList<String>, Optional<SourcePath>, Optional<SourcePath>, BuildRule, ImmutableSortedMap<String, SourcePath>, ImmutableSortedMap<String, SourcePath>, ImmutableSet<HaskellPackage>, ImmutableSet<HaskellPackage>, ImmutableSet<HaskellPackage>, boolean, HaskellPlatform, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.features.haskell.HaskellGhciRule
-
- from(HaskellHaddockDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellHaddockDescriptionArg instance.
- from(HaskellHaddockDescription.AbstractHaskellHaddockDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellHaddockDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.haskell.HaskellHaddockDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, HaskellSources, Tool, ImmutableList<String>, HaskellCompilerFlags, ImmutableList<String>, HaskellPackageInfo, HaskellPlatform, Preprocessor) - Static method in class com.facebook.buck.features.haskell.HaskellHaddockLibRule
-
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, ImmutableList<String>, ImmutableSet<HaskellHaddockInput>) - Static method in class com.facebook.buck.features.haskell.HaskellHaddockRule
-
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HaskellLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellLibraryDescriptionArg instance.
- from(HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellLibraryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellVersion, Linker.LinkableDepType, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.features.haskell.HaskellPackageRule
-
- from(HaskellPrebuiltLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellPrebuiltLibraryDescriptionArg instance.
- from(HaskellPrebuiltLibraryDescription.AbstractHaskellPrebuiltLibraryDescriptionArg) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractHaskellPrebuiltLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(JsBundleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JsBundleDescriptionArg instance.
- from(JsBundleDescription.AbstractJsBundleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Copy abstract value type AbstractJsBundleDescriptionArg instance into builder.
- from(HasExtraJson) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.js.HasExtraJson instance.
- from(HasBundleName) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.js.HasBundleName instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(JsBundleGenruleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JsBundleGenruleDescriptionArg instance.
- from(JsBundleGenruleDescription.AbstractJsBundleGenruleDescriptionArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Copy abstract value type AbstractJsBundleGenruleDescriptionArg instance into builder.
- from(HasTests) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(HasBundleName) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.js.HasBundleName instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.js.JsBundleGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasDepsQuery) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDepsQuery instance.
- from(HasExtraJson) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.js.HasExtraJson instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(JsLibraryDescriptionArg) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JsLibraryDescriptionArg instance.
- from(JsLibraryDescription.AbstractJsLibraryDescriptionArg) - Method in class com.facebook.buck.features.js.JsLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractJsLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(CxxLuaExtensionDescriptionArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxLuaExtensionDescriptionArg instance.
- from(CxxLuaExtensionDescription.AbstractCxxLuaExtensionDescriptionArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Copy abstract value type AbstractCxxLuaExtensionDescriptionArg instance into builder.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(LuaBinaryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided LuaBinaryDescriptionArg instance.
- from(LuaBinaryDescription.AbstractLuaBinaryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractLuaBinaryDescriptionArg instance into builder.
- from(LuaLibraryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided LuaLibraryDescriptionArg instance.
- from(LuaLibraryDescription.AbstractLuaLibraryDescriptionArg) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractLuaLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(OcamlBinaryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided OcamlBinaryDescriptionArg instance.
- from(OcamlBinaryDescription.AbstractOcamlBinaryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractOcamlBinaryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(OcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided OcamlLibraryDescriptionArg instance.
- from(OcamlLibraryDescription.AbstractOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractOcamlLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PrebuiltOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltOcamlLibraryDescriptionArg instance.
- from(PrebuiltOcamlLibraryDescription.AbstractPrebuiltOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltOcamlLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(ProjectFilesystem, IjProjectConfig, TargetGraph, IjLibraryFactory, IjModuleFactory, AggregationModuleFactory) - Static method in class com.facebook.buck.features.project.intellij.IjModuleGraphFactory
-
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(CxxPythonExtensionDescriptionArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxPythonExtensionDescriptionArg instance.
- from(CxxPythonExtensionDescription.AbstractCxxPythonExtensionDescriptionArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Copy abstract value type AbstractCxxPythonExtensionDescriptionArg instance into builder.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PrebuiltPythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltPythonLibraryDescriptionArg instance.
- from(PrebuiltPythonLibraryDescription.AbstractPrebuiltPythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltPythonLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(PythonBinaryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonBinaryDescriptionArg instance.
- from(PythonBinaryDescription.AbstractPythonBinaryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractPythonBinaryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, PythonEnvironment, PythonComponents, boolean) - Static method in class com.facebook.buck.features.python.PythonCompileRule
-
- from(PythonLibraryDescription.CoreArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.python.PythonLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonLibraryDescriptionArg instance.
- from(PythonLibraryDescription.AbstractPythonLibraryDescriptionArg) - Method in class com.facebook.buck.features.python.PythonLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPythonLibraryDescriptionArg instance into builder.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, Function<BuildRuleResolver, ImmutableMap<String, Arg>>, PythonBinary, ImmutableSet<String>, ImmutableList<Pair<Float, ImmutableSet<Path>>>, ImmutableSet<SourcePath>, Optional<Long>, ImmutableSet<String>) - Static method in class com.facebook.buck.features.python.PythonTest
-
- from(PythonLibraryDescription.CoreArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.python.PythonLibraryDescription.CoreArg instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(HasTests) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(PythonTestDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonTestDescriptionArg instance.
- from(PythonTestDescription.AbstractPythonTestDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Copy abstract value type AbstractPythonTestDescriptionArg instance into builder.
- from(HasTestRunner) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.test.rule.HasTestRunner instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasContacts) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasContacts instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PythonTestRunnerDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonTestRunnerDescriptionArg instance.
- from(PythonTestRunnerDescription.AbstractPythonTestRunnerDescriptionArg) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
Copy abstract value type AbstractPythonTestRunnerDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.python.PythonTestRunnerDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(BuildTarget, ProjectFilesystem, BuildRuleParams, PythonBinary, ImmutableSet<String>, ImmutableSet<String>, CoercedTestRunnerSpec) - Static method in class com.facebook.buck.features.python.PythonTestX
-
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(PrebuiltRustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltRustLibraryDescriptionArg instance.
- from(PrebuiltRustLibraryDescription.AbstractPrebuiltRustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractPrebuiltRustLibraryDescriptionArg instance into builder.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasNamedDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.HasNamedDeclaredDeps instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(RustCommonArgs) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.RustCommonArgs instance.
- from(RustBinaryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustBinaryDescriptionArg instance.
- from(RustBinaryDescription.AbstractRustBinaryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Copy abstract value type AbstractRustBinaryDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(SourcePathRuleFinder, BuildTarget, ProjectFilesystem, String, Tool, Linker, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableSortedMap<String, Arg>, ImmutableSortedMap<SourcePath, Optional<String>>, String, RustBuckConfig.RemapSrcPaths, Optional<String>) - Static method in class com.facebook.buck.features.rust.RustCompileRule
-
- from(HasNamedDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.HasNamedDeclaredDeps instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTests) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(RustCommonArgs) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.RustCommonArgs instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(RustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustLibraryDescriptionArg instance.
- from(RustLibraryDescription.AbstractRustLibraryDescriptionArg) - Method in class com.facebook.buck.features.rust.RustLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractRustLibraryDescriptionArg instance into builder.
- from(HasVersionUniverse) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasNamedDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.HasNamedDeclaredDeps instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(RustTestDescriptionArg) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustTestDescriptionArg instance.
- from(RustTestDescription.AbstractRustTestDescriptionArg) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Copy abstract value type AbstractRustTestDescriptionArg instance into builder.
- from(HasDefaultPlatform) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDefaultPlatform instance.
- from(RustCommonArgs) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.features.rust.RustCommonArgs instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(ZipFileDescriptionArg) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ZipFileDescriptionArg instance.
- from(ZipFileDescription.AbstractZipFileDescriptionArg) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Copy abstract value type AbstractZipFileDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.features.zip.rules.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HttpCommonDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.file.HttpCommonDescriptionArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HttpArchiveDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HttpArchiveDescriptionArg instance.
- from(HttpArchiveDescription.AbstractHttpArchiveDescriptionArg) - Method in class com.facebook.buck.file.HttpArchiveDescriptionArg.Builder
-
Copy abstract value type AbstractHttpArchiveDescriptionArg instance into builder.
- from(HttpCommonDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.file.HttpCommonDescriptionArg instance.
- from(HttpFileDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HttpFileDescriptionArg instance.
- from(HttpFileDescription.AbstractHttpFileDescriptionArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Copy abstract value type AbstractHttpFileDescriptionArg instance into builder.
- from(BuildRuleArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(ConstructorArg) - Method in class com.facebook.buck.file.HttpFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(RemoteFileDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RemoteFileDescriptionArg instance.
- from(RemoteFileDescription.AbstractRemoteFileDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Copy abstract value type AbstractRemoteFileDescriptionArg instance into builder.
- from(ConstructorArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProvidedDeps instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTests instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(GroovyLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg instance.
- from(BuildRuleArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.BuildRuleArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(GroovyLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GroovyLibraryDescriptionArg instance.
- from(GroovyLibraryDescription.AbstractGroovyLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Copy abstract value type AbstractGroovyLibraryDescriptionArg instance into builder.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasDeclaredDeps instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasTestTimeout instance.
- from(GroovyLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasSrcs instance.
- from(ConstructorArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.ConstructorArg instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(MaybeRequiredForSourceOnlyAbiArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg instance.
- from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.core.description.arg.HasProv