Package org.omegat.core.data
Interface ProjectTMX.CheckOrphanedCallback
-
- Enclosing class:
- ProjectTMX
public static interface ProjectTMX.CheckOrphanedCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
existEntryInProject(EntryKey key)
boolean
existSourceInProject(java.lang.String src)
-
-
-
Method Detail
-
existEntryInProject
boolean existEntryInProject(EntryKey key)
-
existSourceInProject
boolean existSourceInProject(java.lang.String src)
-
-