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 int
compareTo(EntryKey o)
boolean
equals(java.lang.Object obj)
int
hashCode()
static boolean
isIgnoreFileContext()
static void
setIgnoreFileContext(boolean ignore)
java.lang.String
toString()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
compareTo
public int compareTo(EntryKey o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<EntryKey>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
setIgnoreFileContext
public static void setIgnoreFileContext(boolean ignore)
-
isIgnoreFileContext
public static boolean isIgnoreFileContext()
-
-