Package org.omegat.core.data
Class EntryKey
- java.lang.Object
-
- org.omegat.core.data.EntryKey
-
-
Constructor Summary
Constructors Constructor Description EntryKey(java.lang.String file, java.lang.String sourceText, java.lang.String id, java.lang.String prev, java.lang.String next, java.lang.String path)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(EntryKey o)booleanequals(java.lang.Object obj)inthashCode()static booleanisIgnoreFileContext()static voidsetIgnoreFileContext(boolean ignore)java.lang.StringtoString()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
compareTo
public int compareTo(EntryKey o)
- Specified by:
compareToin interfacejava.lang.Comparable<EntryKey>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
setIgnoreFileContext
public static void setIgnoreFileContext(boolean ignore)
-
isIgnoreFileContext
public static boolean isIgnoreFileContext()
-
-