Interface ArtifactWrapper


public interface ArtifactWrapper
A wrapper for a common Software artifact
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the wrapped software artifact
    Get the identifier for the extractor instance this artifact has come from
    Get the id of the wrapped artifact
  • Method Details

    • getId

      String getId()
      Get the id of the wrapped artifact
    • getExtractorId

      String getExtractorId()
      Get the identifier for the extractor instance this artifact has come from
    • getArtefact

      Object getArtefact()
      Get the wrapped software artifact