Class NamingRule
java.lang.Object
org.openjdk.jmc.common.labelingrules.NamingRule
-
Constructor Summary
ConstructorsConstructorDescriptionNamingRule
(String name, String normalizedExpression, int priority, Resource icon) NamingRule
(String name, String matchingPart, String formattingPart, int priority, Resource icon) -
Method Summary
-
Constructor Details
-
NamingRule
-
NamingRule
-
-
Method Details
-
getNormalizedExpression
- Returns:
- the full naming rule in a single string expression on the format: matchPart=>formatPart.
-
matches
-
format
-
toString
-
hashCode
public int hashCode() -
equals
-
getPriority
public int getPriority() -
getName
-
getImageResource
-