Uses of Interface
org.eclipse.tycho.p2.target.facade.TargetDefinition.Repository
-
Packages that use TargetDefinition.Repository Package Description org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.target org.eclipse.tycho.p2.target.facade -
-
Uses of TargetDefinition.Repository in org.eclipse.tycho.p2.resolver
Classes in org.eclipse.tycho.p2.resolver that implement TargetDefinition.Repository Modifier and Type Class Description static classTargetDefinitionFile.RepositoryMethods in org.eclipse.tycho.p2.resolver that return types with arguments of type TargetDefinition.Repository Modifier and Type Method Description java.util.List<? extends TargetDefinition.Repository>TargetDefinitionFile.IULocation. getRepositories() -
Uses of TargetDefinition.Repository in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target with parameters of type TargetDefinition.Repository Modifier and Type Method Description private org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryTargetDefinitionResolver.LoadedIULocation. loadRepository(TargetDefinition.Repository repository) -
Uses of TargetDefinition.Repository in org.eclipse.tycho.p2.target.facade
Methods in org.eclipse.tycho.p2.target.facade that return types with arguments of type TargetDefinition.Repository Modifier and Type Method Description java.util.List<? extends TargetDefinition.Repository>TargetDefinition.InstallableUnitLocation. getRepositories()
-