Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

artifactFolderRepositorySupplier(File, File) - Method in interface org.mule.maven.client.api.LocalRepositorySupplierFactory
Supplier that resolves the repository from an artifact location.
Authentication - Interface in org.mule.maven.client.api.model
 
Authentication.AuthenticationBuilder - Class in org.mule.maven.client.api.model
 
AuthenticationBuilder() - Constructor for class org.mule.maven.client.api.model.Authentication.AuthenticationBuilder
 

B

BadMavenConfigurationException - Exception in org.mule.maven.client.api
Exception thrown when there's a wrong maven configuration supplied
BadMavenConfigurationException(String) - Constructor for exception org.mule.maven.client.api.BadMavenConfigurationException
 
build() - Method in class org.mule.maven.client.api.model.Authentication.AuthenticationBuilder
Builds the MavenConfiguration object.
build() - Method in class org.mule.maven.client.api.model.BundleDependency.Builder
 
build() - Method in class org.mule.maven.client.api.model.BundleDescriptor.Builder
 
build() - Method in class org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder
Builds the MavenConfiguration object.
build() - Method in class org.mule.maven.client.api.model.RemoteRepository.RemoteRepositoryBuilder
Builds the MavenConfiguration object.
Builder() - Constructor for class org.mule.maven.client.api.model.BundleDependency.Builder
 
Builder() - Constructor for class org.mule.maven.client.api.model.BundleDescriptor.Builder
 
BundleDependenciesResolutionException - Exception in org.mule.maven.client.api
 
BundleDependenciesResolutionException(Throwable) - Constructor for exception org.mule.maven.client.api.BundleDependenciesResolutionException
 
BundleDependency - Class in org.mule.maven.client.api.model
Describes a dependency on a bundle.
BundleDependency.Builder - Class in org.mule.maven.client.api.model
Builder for creating a BundleDependency
BundleDescriptor - Class in org.mule.maven.client.api.model
Describes a bundle by its Maven coordinates.
BundleDescriptor.Builder - Class in org.mule.maven.client.api.model
Builder for creating a BundleDescriptor
BundleDescriptorCreationException - Exception in org.mule.maven.client.api
Exception thrown when it's not possible to load the descriptor for a bundle.
BundleDescriptorCreationException(String) - Constructor for exception org.mule.maven.client.api.BundleDescriptorCreationException
 
BundleDescriptorCreationException(String, Throwable) - Constructor for exception org.mule.maven.client.api.BundleDescriptorCreationException
 
BundleScope - Enum in org.mule.maven.client.api.model
Scope in which a bundle is required when used as a dependency.

C

checkNotNull(Object, String) - Static method in class org.mule.maven.client.api.util.Preconditions
 
checkState(boolean, String) - Static method in class org.mule.maven.client.api.util.Preconditions
 
composeSuppliers(Supplier<File>...) - Method in interface org.mule.maven.client.api.LocalRepositorySupplierFactory
Compose several suppliers in order.
compressedArtifactSupplier(File, BundleDescriptor, File) - Method in interface org.mule.maven.client.api.PomFileSupplierFactory
Pom file supplier that retrieves the pom file location from a compressed artifact.
createMavenClient(MavenConfiguration) - Method in interface org.mule.maven.client.api.MavenClientProvider
Creates a new MavenClient implementation.

D

discoverProvider(ClassLoader) - Static method in interface org.mule.maven.client.api.MavenClientProvider
Discovers a MavenClientProvider through SPI.

E

environmentGlobalSettingsSupplier() - Method in interface org.mule.maven.client.api.SettingsSupplierFactory
This supplier will try to resolve the maven global settings file based on environment variables.
environmentMavenRepositorySupplier() - Method in interface org.mule.maven.client.api.LocalRepositorySupplierFactory
This supplier will try to resolve the repository folder based on environment configuration.
environmentUserSettingsSupplier() - Method in interface org.mule.maven.client.api.SettingsSupplierFactory
This supplier will try to resolve the maven user settings file based on the environmentMavenRepositorySupplier.
equals(Object) - Method in class org.mule.maven.client.api.model.BundleDescriptor
 

F

fixedFolderSupplier(File) - Method in interface org.mule.maven.client.api.LocalRepositorySupplierFactory
 

G

getArtifactId() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 
getAuthentication() - Method in interface org.mule.maven.client.api.model.RemoteRepository
 
getBaseVersion() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 
getBundleUri() - Method in class org.mule.maven.client.api.model.BundleDependency
 
getClassifier() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 
getDescriptor() - Method in class org.mule.maven.client.api.model.BundleDependency
 
getForcePolicyUpdateNever() - Method in interface org.mule.maven.client.api.model.MavenConfiguration
 
getGlobalSettingsLocation() - Method in interface org.mule.maven.client.api.model.MavenConfiguration
 
getGroupId() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 
getId() - Method in interface org.mule.maven.client.api.model.RemoteRepository
Gets the identifier of this repository.
getLocalMavenRepositoryLocation() - Method in interface org.mule.maven.client.api.model.MavenConfiguration
 
getLocalRepositorySuppliers() - Method in interface org.mule.maven.client.api.MavenClientProvider
 
getMavenConfiguration() - Method in interface org.mule.maven.client.api.MavenClient
 
getMavenRemoteRepositories() - Method in interface org.mule.maven.client.api.model.MavenConfiguration
 
getPassword() - Method in interface org.mule.maven.client.api.model.Authentication
 
getPomFileSuppliers() - Method in interface org.mule.maven.client.api.MavenClientProvider
 
getRawPomModel(File) - Method in interface org.mule.maven.client.api.MavenClient
Creates the pom model by reading the pom inside the artifact.
getScope() - Method in class org.mule.maven.client.api.model.BundleDependency
 
getSettingsSupplierFactory() - Method in interface org.mule.maven.client.api.MavenClientProvider
 
getType() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 
getUrl() - Method in interface org.mule.maven.client.api.model.RemoteRepository
 
getUsername() - Method in interface org.mule.maven.client.api.model.Authentication
 
getUserSettingsLocation() - Method in interface org.mule.maven.client.api.model.MavenConfiguration
 
getVersion() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 
GLOBAL_SETTINGS_SYSTEM_PROPERTY - Static variable in interface org.mule.maven.client.api.SettingsSupplierFactory
 

H

hashCode() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 

I

isPlugin() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 

L

LocalRepositorySupplierFactory - Interface in org.mule.maven.client.api
Provides a set of suppliers to be used to resolve maven repository folder.

M

MavenClient - Interface in org.mule.maven.client.api
Maven client API to work with maven artifacts.
MavenClientProvider - Interface in org.mule.maven.client.api
SPI for the API to find the implementation for the MavenClient
MavenConfiguration - Interface in org.mule.maven.client.api.model
Configuration settings for a MavenClient.
MavenConfiguration.MavenConfigurationBuilder - Class in org.mule.maven.client.api.model
 
MavenConfigurationBuilder() - Constructor for class org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder
 

N

newAuthenticationBuilder() - Static method in interface org.mule.maven.client.api.model.Authentication
 
newMavenConfigurationBuilder() - Static method in interface org.mule.maven.client.api.model.MavenConfiguration
 
newRemoteRepositoryBuilder() - Static method in interface org.mule.maven.client.api.model.RemoteRepository
 

O

org.mule.maven.client.api - package org.mule.maven.client.api
 
org.mule.maven.client.api.model - package org.mule.maven.client.api.model
 
org.mule.maven.client.api.util - package org.mule.maven.client.api.util
 

P

PomFileSupplierFactory - Interface in org.mule.maven.client.api
Factory class to create Supplier instances to discover pom files from artifact.
Preconditions - Class in org.mule.maven.client.api.util
Utility method for checking preconditions.
Preconditions() - Constructor for class org.mule.maven.client.api.util.Preconditions
 

R

RemoteRepository - Interface in org.mule.maven.client.api.model
 
RemoteRepository.RemoteRepositoryBuilder - Class in org.mule.maven.client.api.model
Builder for RemoteRepository instances
RemoteRepositoryBuilder() - Constructor for class org.mule.maven.client.api.model.RemoteRepository.RemoteRepositoryBuilder
 
resolveArtifactDependencies(File, boolean, Optional<File>, Optional<File>) - Method in interface org.mule.maven.client.api.MavenClient
Resolves the artifact dependencies for an artifact.
resolveBundleDescriptor(BundleDescriptor) - Method in interface org.mule.maven.client.api.MavenClient
Retrieves the BundleDependency for a BundleDescriptor.
resolveBundleDescriptorDependencies(boolean, BundleDescriptor) - Method in interface org.mule.maven.client.api.MavenClient
Resolves dependencies of a bundle.
resolveBundleDescriptorDependencies(boolean, boolean, BundleDescriptor) - Method in interface org.mule.maven.client.api.MavenClient
Resolves dependencies of a bundle.
resolvePluginBundleDescriptorsDependencies(List<BundleDescriptor>) - Method in interface org.mule.maven.client.api.MavenClient
Resolve the effective list of plugins.

S

sedBundleDescriptor(BundleDescriptor) - Method in class org.mule.maven.client.api.model.BundleDependency.Builder
Sets the descriptor of the bundle.
setArtifactId(String) - Method in class org.mule.maven.client.api.model.BundleDescriptor.Builder
 
setBaseVersion(String) - Method in class org.mule.maven.client.api.model.BundleDescriptor.Builder
Sets the base version of the bundle, for example "1.0-SNAPSHOT".
setBundleUri(URI) - Method in class org.mule.maven.client.api.model.BundleDependency.Builder
 
setClassifier(String) - Method in class org.mule.maven.client.api.model.BundleDescriptor.Builder
Sets the classifier of the bundle.
setDescriptor(BundleDescriptor) - Method in class org.mule.maven.client.api.model.BundleDependency.Builder
This is the descriptor of the bundle.
setGroupId(String) - Method in class org.mule.maven.client.api.model.BundleDescriptor.Builder
 
setScope(BundleScope) - Method in class org.mule.maven.client.api.model.BundleDependency.Builder
Sets the scope of the bundle.
SettingsSupplierFactory - Interface in org.mule.maven.client.api
Provides a set of suppliers to be used to resolve maven settings.
setType(String) - Method in class org.mule.maven.client.api.model.BundleDescriptor.Builder
Sets the extension type of the bundle.
setVersion(String) - Method in class org.mule.maven.client.api.model.BundleDescriptor.Builder
This is the version of the bundle.

T

toString() - Method in class org.mule.maven.client.api.model.BundleDependency
 
toString() - Method in class org.mule.maven.client.api.model.BundleDescriptor
 

U

uncompressPomArtifactSupplier(File, BundleDescriptor) - Method in interface org.mule.maven.client.api.PomFileSupplierFactory
Pom file supplier that retrieves the pom file location from an artifact folder.
USER_SETTINGS_SYSTEM_PROPERTY - Static variable in interface org.mule.maven.client.api.SettingsSupplierFactory
 

V

valueOf(String) - Static method in enum org.mule.maven.client.api.model.BundleScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.maven.client.api.model.BundleScope
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAuthentication(Authentication) - Method in class org.mule.maven.client.api.model.RemoteRepository.RemoteRepositoryBuilder
 
withForcePolicyUpdateNever(boolean) - Method in class org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder
 
withGlobalSettingsLocation(File) - Method in class org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder
 
withId(String) - Method in class org.mule.maven.client.api.model.RemoteRepository.RemoteRepositoryBuilder
 
withLocalMavenRepositoryLocation(File) - Method in class org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder
 
withPassword(String) - Method in class org.mule.maven.client.api.model.Authentication.AuthenticationBuilder
 
withRemoteRepository(RemoteRepository) - Method in class org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder
Adds a new remote repository to use for discovering artifacts.
withUrl(URL) - Method in class org.mule.maven.client.api.model.RemoteRepository.RemoteRepositoryBuilder
 
withUsername(String) - Method in class org.mule.maven.client.api.model.Authentication.AuthenticationBuilder
 
withUserSettingsLocation(File) - Method in class org.mule.maven.client.api.model.MavenConfiguration.MavenConfigurationBuilder
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2017 MuleSoft, Inc.. All rights reserved.