Package com.apicatalog.jsonld.loader
Class DocumentLoaderOptions
- java.lang.Object
-
- com.apicatalog.jsonld.loader.DocumentLoaderOptions
-
public class DocumentLoaderOptions extends Object
TheDocumentLoaderOptionsis used to pass various options to theDocumentLoader.- See Also:
- LoadDocumentOptions Specification
-
-
Constructor Summary
Constructors Constructor Description DocumentLoaderOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProfile()Collection<String>getRequestProfile()booleanisExtractAllScripts()voidsetExtractAllScripts(boolean extractAllScripts)voidsetProfile(String profile)voidsetRequestProfile(Collection<String> requestProfile)
-
-
-
Method Detail
-
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)
-
-