|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryArtifactsByType
This query returns all artifacts of the specified type for a Tigerstripe project.
Method Summary | |
---|---|
java.lang.String |
getArtifactType()
Returns the FQN of the current aryifact type for this query. |
java.lang.String[] |
getSupportedTypes()
Returns an array of the valid artifact type FQNs for the query. |
void |
setArtifactType(java.lang.String type)
Used to identify the types of artifact that should be returned. |
Methods inherited from interface org.eclipse.tigerstripe.queries.IArtifactQuery |
---|
includeDependencies, setIncludeDependencies |
Method Detail |
---|
void setArtifactType(java.lang.String type)
FQN
- of the artifact types that should be returnedjava.lang.String getArtifactType()
java.lang.String[] getSupportedTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |