Class FilesystemTransportFactory

    • Constructor Detail

      • FilesystemTransportFactory

        public FilesystemTransportFactory()
    • Method Detail

      • getTransport

        @Nullable
        public URLContentRetriever getTransport​(@NotNull
                                                Map<String,​String> parameters)
        Description copied from interface: TransportFactoryExtension
        Factory method to produce transports used to retrieve artifact dependencies from server.
        Specified by:
        getTransport in interface TransportFactoryExtension
        Parameters:
        parameters - settings for given transport
        Returns:
        transport to download artifacts, null - if transport is not available in given context