Uses of Class
se.conciliate.extensions.documents.InputDescriptor.UrlInputBuilder
Packages that use InputDescriptor.UrlInputBuilder
Package
Description
API for providing document links from different providers to MT.
-
Uses of InputDescriptor.UrlInputBuilder in se.conciliate.extensions.documents
Methods in se.conciliate.extensions.documents that return InputDescriptor.UrlInputBuilderModifier and TypeMethodDescriptionInputDescriptor.UrlInputBuilder.addSupportedSchema
(String schema) InputDescriptor.UrlInputBuilder.addUrlPrefix
(InputDescriptor.UrlPrefix prefix) InputDescriptor.UrlInputBuilder.connectTo
(MetaDataType<?> t, BiFunction<MetaData<?>, MetaData<?>, MetaData<?>> onChange) “Connects the InputDescriptor built by this builder to the given MetaDataType so that when metadata for the InputDescriptor built by this builder is changed, the given BiFunction is applied (called) with both the changed metadata and the connected metadata.InputDescriptor.UrlInputBuilder.setPrefixes
(List<InputDescriptor.UrlPrefix> prefixes) InputDescriptor.UrlInputBuilder.setSupportedSchemas
(List<String> schemas) InputDescriptor.url
(MetaDataType type) InputDescriptor.UrlInputBuilder.validator
(Validator<MetaData.UrlValue> validator)