Interface IArtifactRoot
-
public interface IArtifactRootRepresents a dedicated part of the artifact model linked to a certain project.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<FileArtifact>selectByType(java.lang.Class<?> type)Does type selection of artifacts.
-
-
-
Method Detail
-
selectByType
Set<FileArtifact> selectByType(java.lang.Class<?> type)
Does type selection of artifacts.- Parameters:
type- the target type- Returns:
- the selected artifacts (the type will be adjusted to the actual
type of
type)
-
-