Uses of Class
org.eclipse.equinox.p2.core.UIServices
-
Packages that use UIServices Package Description org.eclipse.equinox.p2.repository.artifact.spi Defines SPI for registering new implementations of artifact repositories. -
-
Uses of UIServices in org.eclipse.equinox.p2.repository.artifact.spi
Methods in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type UIServices Modifier and Type Method Description static UIServices.TrustInfoIArtifactUIServices. getTrustInfo(UIServices uiServices, java.util.Map<java.util.List<java.security.cert.Certificate>,java.util.Set<IArtifactKey>> untrustedCertificateChains, java.util.Map<org.bouncycastle.openpgp.PGPPublicKey,java.util.Set<IArtifactKey>> untrustedPGPKeys, java.util.Set<IArtifactKey> unsignedArtifacts, java.util.Map<IArtifactKey,java.io.File> artifactFiles)Opens a UI prompt to capture information about trusted content.
-