Uses of Interface
net.sf.okapi.tm.pensieve.seeker.ITmSeeker
-
Packages that use ITmSeeker Package Description net.sf.okapi.tm.pensieve.seeker net.sf.okapi.tm.pensieve.tmx -
-
Uses of ITmSeeker in net.sf.okapi.tm.pensieve.seeker
Classes in net.sf.okapi.tm.pensieve.seeker that implement ITmSeeker Modifier and Type Class Description classPensieveSeekerUsed to query the TMMethods in net.sf.okapi.tm.pensieve.seeker that return ITmSeeker Modifier and Type Method Description static ITmSeekerTmSeekerFactory. createFileBasedTmSeeker(String indexDirectoryPath) -
Uses of ITmSeeker in net.sf.okapi.tm.pensieve.tmx
Methods in net.sf.okapi.tm.pensieve.tmx with parameters of type ITmSeeker Modifier and Type Method Description voidITmxExporter. exportTmx(LocaleId sourceLocale, LocaleId targetLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports all Pensieve contents matching source and target language to TMXvoidITmxExporter. exportTmx(LocaleId sourceLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports all Pensieve contents matching source languages to TMXvoidOkapiTmxExporter. exportTmx(LocaleId sourceLang, LocaleId targetLang, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports only a specific target locale Pensieve to TMXvoidOkapiTmxExporter. exportTmx(LocaleId sourceLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports all target locales in Pensieve to TMX
-