org.eclipse.tigerstripe.queries
Interface IArtifactQuery

All Known Subinterfaces:
IQueryAllArtifacts, IQueryArtifactsByType, IQueryCapabilitiesArtifacts, IQueryModelArtifacts, IQueryRelationshipsByArtifact, IQuerySessionArtifacts

public interface IArtifactQuery

Base Query type for all Artifact Queries

Since:
0.3
Author:
Eric Dillon

Method Summary
 boolean includeDependencies()
          Check the state of the includeDependencies attribute.
 void setIncludeDependencies(boolean includeDependencies)
          Determines whether artifacts in dependant projects are included in the query results.
 

Method Detail

includeDependencies

boolean includeDependencies()
Check the state of the includeDependencies attribute.

Returns:
the value of the includeDependencies attribute

setIncludeDependencies

void setIncludeDependencies(boolean includeDependencies)
Determines whether artifacts in dependant projects are included in the query results. When true is passed, the query will return a results set including any matching artifacts in and dependant modules, or referenced projects. When false, only the artifacts in the local project are considered.

Parameters:
includeDependencies -