Class DefaultMvnRepoJarFile

All Implemented Interfaces:
FileResource, InputResource, IOResource, Proxyable, Resource, ZipFile, JarFile, MvnRepoJarFile

public class DefaultMvnRepoJarFile extends DefaultJarFile implements MvnRepoJarFile
The default implementation of a MvnRepoJarFile.
  • Constructor Details

    • DefaultMvnRepoJarFile

      public DefaultMvnRepoJarFile(ResourceType<? extends JarFile> type, List<org.eclipse.aether.repository.RemoteRepository> repositories, String coordinates, Path path)
      Initializes a new instance with the given values.
      Parameters:
      type - the type
      repositories - the repositories
      coordinates - the coordinates
      path - the path
  • Method Details