Package org.omegat.core.data
Class EntryKey
java.lang.Object
org.omegat.core.data.EntryKey
- All Implemented Interfaces:
Comparable<EntryKey>
Class for store full entry's identifier, including file, id, src, etc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleaninthashCode()static booleanstatic voidsetIgnoreFileContext(boolean ignore) toString()
-
Field Details
-
file
-
sourceText
-
id
-
prev
-
next
-
path
-
-
Constructor Details
-
EntryKey
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<EntryKey>
-
toString
-
setIgnoreFileContext
public static void setIgnoreFileContext(boolean ignore) -
isIgnoreFileContext
public static boolean isIgnoreFileContext()
-