Uses of Enum Class
org.eclipse.tycho.IDependencyMetadata.DependencyMetadataType
-
Uses of IDependencyMetadata.DependencyMetadataType in org.eclipse.tycho
Methods in org.eclipse.tycho that return IDependencyMetadata.DependencyMetadataTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.IDependencyMetadata.DependencyMetadataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.tycho with parameters of type IDependencyMetadata.DependencyMetadataTypeModifier and TypeMethodDescriptionSet<org.eclipse.equinox.p2.metadata.IInstallableUnit> IDependencyMetadata.getDependencyMetadata(IDependencyMetadata.DependencyMetadataType type) Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> UnmodifiableDependencyMetadata.getDependencyMetadata(IDependencyMetadata.DependencyMetadataType type) voidIDependencyMetadata.setDependencyMetadata(IDependencyMetadata.DependencyMetadataType type, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> units) voidUnmodifiableDependencyMetadata.setDependencyMetadata(IDependencyMetadata.DependencyMetadataType type, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> units) Constructors in org.eclipse.tycho with parameters of type IDependencyMetadata.DependencyMetadataTypeModifierConstructorDescriptionUnmodifiableDependencyMetadata(Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units, IDependencyMetadata.DependencyMetadataType type)