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 Repository
Repository. create(Path location)
static Repository
Repository. createTemp()
static Repository
Repository. load(Path location)
Methods in org.fedoraproject.p2.installer.impl with parameters of type Repository Modifier and Type Method Description static void
Director. mirror(Repository destinationRepository, Repository sourceRepository, Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)
static void
Director. publish(Repository repository, Iterable<Path> bundles, Iterable<Path> features)
static void
Director. repo2runnable(Repository destinationRepository, Repository sourceRepository)
-