Uses of Class
org.eclipse.tycho.versions.bundle.MutableManifestElement.ParameterType
-
Packages that use MutableManifestElement.ParameterType Package Description org.eclipse.tycho.versions.bundle -
-
Uses of MutableManifestElement.ParameterType in org.eclipse.tycho.versions.bundle
Methods in org.eclipse.tycho.versions.bundle that return MutableManifestElement.ParameterType Modifier and Type Method Description static MutableManifestElement.ParameterType
MutableManifestElement.ParameterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MutableManifestElement.ParameterType[]
MutableManifestElement.ParameterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.tycho.versions.bundle with parameters of type MutableManifestElement.ParameterType Modifier and Type Method Description private static java.lang.String
MutableManifestElement. writeParameter(java.lang.String paramName, java.lang.String parameterValue, MutableManifestElement.ParameterType paramType, int valueComponentLimit)
-