Uses of Class
org.fedoraproject.p2.installer.impl.Repository
-
Packages that use Repository Package Description org.fedoraproject.p2.installer.impl -
-
Uses of Repository in org.fedoraproject.p2.installer.impl
Methods in org.fedoraproject.p2.installer.impl that return Repository Modifier and Type Method Description static RepositoryRepository. create(java.nio.file.Path location)static RepositoryRepository. createTemp()static RepositoryRepository. load(java.nio.file.Path location)Methods in org.fedoraproject.p2.installer.impl with parameters of type Repository Modifier and Type Method Description private voidDefaultEclipseInstaller. createRunnableRepository(Repository reactorRepo, java.nio.file.Path installationPath, java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> content, java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> symlinks)static voidDirector. mirror(Repository destinationRepository, Repository sourceRepository, java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)static voidDirector. publish(Repository repository, java.lang.Iterable<java.nio.file.Path> bundles, java.lang.Iterable<java.nio.file.Path> features)static voidDirector. repo2runnable(Repository destinationRepository, Repository sourceRepository)
-