public class ArtifactCompileScope
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CompileScope |
createArtifactsScope(Project project,
java.util.Collection<? extends Artifact> artifacts) |
static CompileScope |
createArtifactsScope(Project project,
java.util.Collection<? extends Artifact> artifacts,
boolean forceArtifactBuild) |
static ModuleCompileScope |
createScopeForModulesInArtifacts(Project project,
java.util.Collection<? extends Artifact> artifacts) |
static CompileScope |
createScopeWithArtifacts(CompileScope baseScope,
java.util.Collection<? extends Artifact> artifacts) |
static CompileScope |
createScopeWithArtifacts(CompileScope baseScope,
java.util.Collection<? extends Artifact> artifacts,
boolean forceArtifactBuild) |
static Artifact [] |
getArtifacts(CompileScope compileScope) |
static java.util.Set<Artifact> |
getArtifactsToBuild(Project project,
CompileScope compileScope,
boolean addIncludedArtifactsWithOutputPathsOnly) |
static boolean |
isArtifactRebuildForced(CompileScope scope) |
public static ModuleCompileScope createScopeForModulesInArtifacts(Project project, java.util.Collection<? extends Artifact> artifacts)
public static CompileScope createArtifactsScope(Project project, java.util.Collection<? extends Artifact> artifacts)
public static CompileScope createArtifactsScope(Project project, java.util.Collection<? extends Artifact> artifacts, boolean forceArtifactBuild)
public static CompileScope createScopeWithArtifacts(CompileScope baseScope, java.util.Collection<? extends Artifact> artifacts)
public static CompileScope createScopeWithArtifacts(CompileScope baseScope, java.util.Collection<? extends Artifact> artifacts, boolean forceArtifactBuild)
public static java.util.Set<Artifact> getArtifactsToBuild(Project project, CompileScope compileScope, boolean addIncludedArtifactsWithOutputPathsOnly)
public static Artifact [] getArtifacts(CompileScope compileScope)
public static boolean isArtifactRebuildForced(CompileScope scope)