Package no.hasmac.jsonld.loader
Class DocumentLoaderOptions
java.lang.Object
no.hasmac.jsonld.loader.DocumentLoaderOptions
The
DocumentLoaderOptions
is used to pass various options to the
DocumentLoader
.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setExtractAllScripts
(boolean extractAllScripts) void
setProfile
(String profile) void
setRequestProfile
(Collection<String> requestProfile)
-
Field Details
-
extractAllScripts
private boolean extractAllScripts -
profile
-
requestProfile
-
-
Constructor Details
-
DocumentLoaderOptions
public DocumentLoaderOptions()
-
-
Method Details
-
isExtractAllScripts
public boolean isExtractAllScripts() -
setExtractAllScripts
public void setExtractAllScripts(boolean extractAllScripts) -
getProfile
-
setProfile
-
getRequestProfile
-
setRequestProfile
-