Class DocumentLoaderOptions

java.lang.Object
no.hasmac.jsonld.loader.DocumentLoaderOptions

public class DocumentLoaderOptions extends Object
The DocumentLoaderOptions is used to pass various options to the DocumentLoader.
See Also:
  • Field Details

    • extractAllScripts

      private boolean extractAllScripts
    • profile

      private String profile
    • requestProfile

      private Collection<String> requestProfile
  • Constructor Details

    • DocumentLoaderOptions

      public DocumentLoaderOptions()
  • Method Details

    • isExtractAllScripts

      public boolean isExtractAllScripts()
    • setExtractAllScripts

      public void setExtractAllScripts(boolean extractAllScripts)
    • getProfile

      public String getProfile()
    • setProfile

      public void setProfile(String profile)
    • getRequestProfile

      public Collection<String> getRequestProfile()
    • setRequestProfile

      public void setRequestProfile(Collection<String> requestProfile)