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
Methods in org.eclipse.tycho.p2.tools that return types with arguments of type RepositoryReference Modifier and Type Method Description List<RepositoryReference>
DestinationRepositoryDescriptor. getRepositoryReferences()
Constructor parameters in org.eclipse.tycho.p2.tools with type arguments of type RepositoryReference Constructor Description DestinationRepositoryDescriptor(File location, String name, boolean compress, boolean xzCompress, boolean keepNonXzIndexFiles, boolean metaDataOnly, boolean append, Map<String,String> extraArtifactRepositoryProperties, List<RepositoryReference> repositoryReferences)
-
Uses of RepositoryReference in org.eclipse.tycho.p2.tools.mirroring
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, Map<String,String> extraArtifactRepositoryProperties, List<RepositoryReference> repositoryReferences)
-