Uses of Class
org.eclipse.tycho.versions.bundle.ManifestAttribute
-
Packages that use ManifestAttribute Package Description org.eclipse.tycho.versions.bundle -
-
Uses of ManifestAttribute in org.eclipse.tycho.versions.bundle
Fields in org.eclipse.tycho.versions.bundle with type parameters of type ManifestAttribute Modifier and Type Field Description private java.util.List<ManifestAttribute>
MutableBundleManifest. attributes
Methods in org.eclipse.tycho.versions.bundle that return ManifestAttribute Modifier and Type Method Description private ManifestAttribute
MutableBundleManifest. getAttribute(java.lang.String name)
Methods in org.eclipse.tycho.versions.bundle with parameters of type ManifestAttribute Modifier and Type Method Description void
MutableBundleManifest. add(ManifestAttribute attribute)
-