Uses of Enum
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 type with the specified name.IDependencyMetadata.DependencyMetadataType.values()Returns an array containing the constants of this enum type, 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) voidIDependencyMetadata.setDependencyMetadata(IDependencyMetadata.DependencyMetadataType type, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)