Package org.languagetool.remote
Class RemoteConfigurationInfo
java.lang.Object
org.languagetool.remote.RemoteConfigurationInfo
Check a text using a remote LanguageTool server via HTTP or HTTPS.
Our public HTTPS API and its restrictions are documented
in our wiki.
- Since:
- 4.8
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteConfigurationInfo
(com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream inputStream) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Field Details
-
softwareInfo
-
maxTextLength
private int maxTextLength -
rules
-
-
Constructor Details
-
RemoteConfigurationInfo
RemoteConfigurationInfo(com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream inputStream) throws XMLStreamException, IOException - Throws:
XMLStreamException
IOException
-
-
Method Details
-
getSoftwareInfo
-
getMaxTextLength
public int getMaxTextLength() -
getRemoteRules
-