Searched refs:MessagePropertyKey (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java68 public class MessagePropertyKey class in inherits:Comparable
69 implements Comparable<MessagePropertyKey> {
88 * @return MessagePropertyKey created from string
90 static public MessagePropertyKey parseString(
159 return new MessagePropertyKey(category, severity, description, ordinal);
169 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
258 public int compareTo(MessagePropertyKey k) {
H A DGenerateMessageFile.java270 private MessagePropertyKey key;
281 public MessageDescriptorDeclaration(MessagePropertyKey key,
893 Map<MessagePropertyKey,String> keyMap =
894 new TreeMap<MessagePropertyKey,String>();
900 MessagePropertyKey key =
901 MessagePropertyKey.parseString(
921 for (MessagePropertyKey key : keyMap.keySet()) {
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java69 public class MessagePropertyKey class in inherits:Comparable
70 implements Comparable<MessagePropertyKey> {
89 * @return MessagePropertyKey created from string
91 static public MessagePropertyKey parseString(
160 return new MessagePropertyKey(category, severity, description, ordinal);
170 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
259 public int compareTo(MessagePropertyKey k) {
H A DGenerateMessageFile.java271 private MessagePropertyKey key;
282 public MessageDescriptorDeclaration(MessagePropertyKey key,
894 Map<MessagePropertyKey,String> keyMap =
895 new TreeMap<MessagePropertyKey,String>();
901 MessagePropertyKey key =
902 MessagePropertyKey.parseString(
922 for (MessagePropertyKey key : keyMap.keySet()) {
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java69 public class MessagePropertyKey class in inherits:Comparable
70 implements Comparable<MessagePropertyKey> {
89 * @return MessagePropertyKey created from string
91 static public MessagePropertyKey parseString(
160 return new MessagePropertyKey(category, severity, description, ordinal);
170 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
259 public int compareTo(MessagePropertyKey k) {
H A DGenerateMessageFile.java271 private MessagePropertyKey key;
282 public MessageDescriptorDeclaration(MessagePropertyKey key,
894 Map<MessagePropertyKey,String> keyMap =
895 new TreeMap<MessagePropertyKey,String>();
901 MessagePropertyKey key =
902 MessagePropertyKey.parseString(
922 for (MessagePropertyKey key : keyMap.keySet()) {
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java68 public class MessagePropertyKey class in inherits:Comparable
69 implements Comparable<MessagePropertyKey> {
88 * @return MessagePropertyKey created from string
90 static public MessagePropertyKey parseString(
159 return new MessagePropertyKey(category, severity, description, ordinal);
169 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
258 public int compareTo(MessagePropertyKey k) {
H A DGenerateMessageFile.java270 private MessagePropertyKey key;
281 public MessageDescriptorDeclaration(MessagePropertyKey key,
893 Map<MessagePropertyKey,String> keyMap =
894 new TreeMap<MessagePropertyKey,String>();
900 MessagePropertyKey key =
901 MessagePropertyKey.parseString(
921 for (MessagePropertyKey key : keyMap.keySet()) {
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DMessagePropertyKey.java69 public class MessagePropertyKey class in inherits:Comparable
70 implements Comparable<MessagePropertyKey> {
89 * @return MessagePropertyKey created from string
91 static public MessagePropertyKey parseString(
160 return new MessagePropertyKey(category, severity, description, ordinal);
170 public MessagePropertyKey(Category category, Severity severity, method in class:MessagePropertyKey
259 public int compareTo(MessagePropertyKey k) {
H A DGenerateMessageFile.java271 private MessagePropertyKey key;
282 public MessageDescriptorDeclaration(MessagePropertyKey key,
894 Map<MessagePropertyKey,String> keyMap =
895 new TreeMap<MessagePropertyKey,String>();
901 MessagePropertyKey key =
902 MessagePropertyKey.parseString(
922 for (MessagePropertyKey key : keyMap.keySet()) {

Completed in 111 milliseconds