Interface MvnRepoLibraryJarFile
- All Superinterfaces:
CodeContribution, FileResource, InputResource, IOResource, JarFile, LibraryJarFile, MvnRepoJarFile, Resource, ZipFile
- All Known Implementing Classes:
DefaultMvnRepoLibraryJarFile
A
LibraryJarFile that is obtained from a maven repository.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic MvnRepoLibraryJarFileof(List<org.eclipse.aether.repository.RemoteRepository> repositories, String coordinates, Path path) Creates a new Maven repository library JAR file resource from the given values.Methods inherited from interface CodeContribution
isModular, moduleNameMethods inherited from interface FileResource
cleanup, pathMethods inherited from interface InputResource
inputStreamMethods inherited from interface IOResource
outputStreamMethods inherited from interface LibraryJarFile
toPathMethods inherited from interface MvnRepoJarFile
reference, repositoriesMethods inherited from interface Resource
asOf, asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
static MvnRepoLibraryJarFile of(List<org.eclipse.aether.repository.RemoteRepository> repositories, String coordinates, Path path) Creates a new Maven repository library JAR file resource from the given values.- Parameters:
repositories- the repositoriescoordinates- the coordinatespath- the path- Returns:
- the maven repository jar file
-