Uses of Class
org.eclipse.tycho.p2.tools.RepositoryReference
-
Packages that use RepositoryReference Package Description org.eclipse.tycho.p2.tools org.eclipse.tycho.p2.tools.mirroring -
-
Uses of RepositoryReference in org.eclipse.tycho.p2.tools
Fields in org.eclipse.tycho.p2.tools with type parameters of type RepositoryReference Modifier and Type Field Description private java.util.List<RepositoryReference>
DestinationRepositoryDescriptor. repositoryReferences
Methods in org.eclipse.tycho.p2.tools that return types with arguments of type RepositoryReference Modifier and Type Method Description java.util.List<RepositoryReference>
DestinationRepositoryDescriptor. getRepositoryReferences()
Constructor parameters in org.eclipse.tycho.p2.tools with type arguments of type RepositoryReference Constructor Description DestinationRepositoryDescriptor(java.io.File location, java.lang.String name, boolean compress, boolean xzCompress, boolean keepNonXzIndexFiles, boolean metaDataOnly, boolean append, java.util.Map<java.lang.String,java.lang.String> extraArtifactRepositoryProperties, java.util.List<RepositoryReference> repositoryReferences)
-
Uses of RepositoryReference in org.eclipse.tycho.p2.tools.mirroring
Fields in org.eclipse.tycho.p2.tools.mirroring with type parameters of type RepositoryReference Modifier and Type Field Description private java.util.List<RepositoryReference>
MirrorApplication. repositoryReferences
Methods in org.eclipse.tycho.p2.tools.mirroring with parameters of type RepositoryReference Modifier and Type Method Description private static org.eclipse.equinox.p2.repository.spi.RepositoryReference
MirrorApplication. toSpiRepositoryReference(RepositoryReference rr)
Constructor parameters in org.eclipse.tycho.p2.tools.mirroring with type arguments of type RepositoryReference Constructor Description MirrorApplication(org.eclipse.equinox.p2.core.IProvisioningAgent agent, boolean includePackedArtifacts, java.util.Map<java.lang.String,java.lang.String> extraArtifactRepositoryProperties, java.util.List<RepositoryReference> repositoryReferences)
-