Package org.spdx.tag

Interface TagValueBehavior

All Known Implementing Classes:
BuildDocument, BuildLegacyDocument

public interface TagValueBehavior
Translates an tag-value file to a an SPDX Document.
Author:
Rana Rahal, Protecode Inc.
  • Method Summary

    Modifier and Type Method Description
    void buildDocument​(String tag, String value, int lineNumber)  
    void enter()  
    void exit()