Interface IArtifactRoot


  • public interface IArtifactRoot
    Represents a dedicated part of the artifact model linked to a certain project.
    Author:
    Holger Eichelberger
    • 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)