Package | Description |
---|---|
org.springframework.cloud.dataflow.app.resolver |
Root package of the ModuleResolver support.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.core.io.Resource |
AetherModuleResolver.resolve(Coordinates coordinates)
Resolve an artifact and return its location in the local repository.
|
org.springframework.core.io.Resource |
ModuleResolver.resolve(Coordinates coordinates)
Retrieve a resource given its coordinates.
|
org.springframework.core.io.Resource[] |
AetherModuleResolver.resolve(Coordinates root,
Coordinates[] includes,
String[] excludePatterns)
Resolve a set of artifacts based on their coordinates, including their dependencies, and return the locations of
the transitive set in the local repository.
|
org.springframework.core.io.Resource[] |
AetherModuleResolver.resolve(Coordinates root,
Coordinates[] includes,
String[] excludePatterns)
Resolve a set of artifacts based on their coordinates, including their dependencies, and return the locations of
the transitive set in the local repository.
|
org.springframework.core.io.Resource[] |
ModuleResolver.resolve(Coordinates root,
Coordinates[] includes,
String[] excludePatterns)
Retrieve a set of resources given their coordinates, along with additional dependencies.
|
org.springframework.core.io.Resource[] |
ModuleResolver.resolve(Coordinates root,
Coordinates[] includes,
String[] excludePatterns)
Retrieve a set of resources given their coordinates, along with additional dependencies.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.