A B C E G H I M O P S T V 

A

artifactId(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource.Builder
 

B

build() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource.Builder
 

C

classifier(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource.Builder
 

E

equals(Object) - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
exists() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
extension(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource.Builder
 

G

getArtifactId() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
getAuth() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
getAuth() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.RemoteRepository
 
getClassifier() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
getClassLoader() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResourceLoader
Returns the ClassLoader for this ResourceLoader.
getConnectTimeout() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
getDescription() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
getExtension() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
getFile() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
getFilename() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
getGroupId() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
getHost() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
getInputStream() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
getLocalRepository() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
getNonProxyHosts() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
getPassword() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Authentication
 
getPort() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
getProtocol() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
getProxy() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
getRemoteRepositories() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
getRequestTimeout() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
getResource(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenResourceLoader
Returns a MavenResource for the provided location.
getUrl() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.RemoteRepository
 
getUsername() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Authentication
 
getVersion() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 
groupId(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource.Builder
 

H

hashCode() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
 

I

isOffline() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
isResolvePom() - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 

M

MavenProperties - Class in org.springframework.cloud.deployer.resource.maven
Configuration Properties for Maven.
MavenProperties() - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
MavenProperties.Authentication - Class in org.springframework.cloud.deployer.resource.maven
 
MavenProperties.Authentication() - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenProperties.Authentication
 
MavenProperties.Authentication(String, String) - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenProperties.Authentication
 
MavenProperties.Proxy - Class in org.springframework.cloud.deployer.resource.maven
 
MavenProperties.Proxy() - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
MavenProperties.RemoteRepository - Class in org.springframework.cloud.deployer.resource.maven
 
MavenProperties.RemoteRepository() - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenProperties.RemoteRepository
 
MavenProperties.RemoteRepository(String) - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenProperties.RemoteRepository
 
MavenProperties.RemoteRepository(String, MavenProperties.Authentication) - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenProperties.RemoteRepository
 
MavenResource - Class in org.springframework.cloud.deployer.resource.maven
A Resource implementation for resolving an artifact via maven coordinates.
MavenResource.Builder - Class in org.springframework.cloud.deployer.resource.maven
 
MavenResource.Builder() - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenResource.Builder
 
MavenResource.Builder(MavenProperties) - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenResource.Builder
 
MavenResourceLoader - Class in org.springframework.cloud.deployer.resource.maven
A ResourceLoader that loads MavenResources from locations of the format maven://<coordinates> where the value for "coordinates" conforms to the rules described on MavenResource.parse(String)
MavenResourceLoader(MavenProperties) - Constructor for class org.springframework.cloud.deployer.resource.maven.MavenResourceLoader
Create a MavenResourceLoader that uses the provided MavenProperties.

O

org.springframework.cloud.deployer.resource.maven - package org.springframework.cloud.deployer.resource.maven
 

P

parse(String) - Static method in class org.springframework.cloud.deployer.resource.maven.MavenResource
Create a MavenResource for the provided coordinates and default properties.
parse(String, MavenProperties) - Static method in class org.springframework.cloud.deployer.resource.maven.MavenResource
Create a MavenResource for the provided coordinates and properties.

S

setAuth(MavenProperties.Authentication) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
setAuth(MavenProperties.Authentication) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.RemoteRepository
 
setConnectTimeout(Integer) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
setHost(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
setLocalRepository(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
setNonProxyHosts(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
setOffline(Boolean) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
setPassword(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Authentication
 
setPort(int) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
setProtocol(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Proxy
 
setProxy(MavenProperties.Proxy) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
setRemoteRepositories(Map<String, MavenProperties.RemoteRepository>) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
setRequestTimeout(Integer) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
setResolvePom(boolean) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties
 
setUrl(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.RemoteRepository
 
setUsername(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenProperties.Authentication
 

T

toString() - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource
Returns the coordinates encoded as <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>, conforming to the Aether convention.

V

version(String) - Method in class org.springframework.cloud.deployer.resource.maven.MavenResource.Builder
 
A B C E G H I M O P S T V 

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.