Modifier and Type | Method and Description |
---|---|
DefaultTransporterProvider |
DefaultTransporterProvider.addTransporterFactory(TransporterFactory factory) |
Modifier and Type | Method and Description |
---|---|
DefaultTransporterProvider |
DefaultTransporterProvider.setTransporterFactories(Collection<TransporterFactory> factories) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathTransporterFactory
A transporter factory for repositories using the
classpath: protocol. |
Modifier and Type | Class and Description |
---|---|
class |
FileTransporterFactory
A transporter factory for repositories using the
file: protocol. |
Modifier and Type | Class and Description |
---|---|
class |
HttpTransporterFactory
A transporter factory for repositories using the
http: or https: protocol. |
Modifier and Type | Class and Description |
---|---|
class |
WagonTransporterFactory
A transporter factory using Maven Wagon.
|
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.