@Named(value="file") public final class FileTransporterFactory extends Object implements TransporterFactory
file: protocol.| Constructor and Description |
|---|
FileTransporterFactory()
Creates an (uninitialized) instance of this transporter factory.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getPriority()
The priority of this factory.
|
Transporter |
newInstance(RepositorySystemSession session,
RemoteRepository repository)
Tries to create a transporter for the specified remote repository.
|
FileTransporterFactory |
setPriority(float priority)
Sets the priority of this component.
|
public FileTransporterFactory()
public float getPriority()
TransporterFactorygetPriority in interface TransporterFactorypublic FileTransporterFactory setPriority(float priority)
priority - The priority.null.public Transporter newInstance(RepositorySystemSession session, RemoteRepository repository) throws NoTransporterException
TransporterFactoryRemoteRepository.getProtocol() to determine whether it can handle a repository.newInstance in interface TransporterFactorysession - The repository system session from which to configure the transporter, must not be null.
In particular, a transporter should obey the timeouts configured for the session.repository - The remote repository to create a transporter for, must not be null.null.NoTransporterException - If the factory cannot create a transporter for the specified remote repository.Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.