Package com.facebook.buck.core.artifact
-
Interface Summary Interface Description Artifact AnArtifact
is a file used during the build stage.BoundArtifact Represents anArtifact
that will be materialized by the action execution phase.BuildArtifact SourceArtifact Represents an artifact that is a source file in the project -
Class Summary Class Description ArtifactFilesystem A Filesystem for operating onArtifact
sBuildArtifactFactory Factory for managing and creating the variousArtifact
s for a specificBuildTarget
.BuildTargetSourcePathToArtifactConverter Utility for converting legacyExplicitBuildTargetSourcePath
from rules to newArtifact
s.OutputArtifact A wrapper aroundArtifactImpl
that indicates that it should be used as an output to an action.SourceArtifactImpl An artifact representing a source file -
Exception Summary Exception Description ArtifactDeclarationException Represents a failure to declare anArtifact