| Interface and Description |
|---|
| net.sf.okapi.common.layerprovider.ILayerProvider
RTF layered output will be removed in an upcoming version. This includes support
for Trados and WordFast RTF based formats.
|
| Class and Description |
|---|
| net.sf.okapi.common.Base64
Use the
Base64, available since JDK 8 |
| net.sf.okapi.common.filters.FilterIterable
We added real support for streams in M37.
So this hackish way to do things will not be needed, and this class will be deleted.
|
| Field and Description |
|---|
| net.sf.okapi.common.Event.END_BATCH_EVENT
Use
Event.createEndBatchEvent() instead of this global object. |
| net.sf.okapi.common.Event.NOOP_EVENT
Use
Event.createNoopEvent() instead of this global object. |
| net.sf.okapi.common.Event.START_BATCH_EVENT
Use
Event.createStartBatchEvent() instead of this global object. |
| net.sf.okapi.common.Event.START_BATCH_ITEM_EVENT
Never used in Okapi, so we will not create a helper method. But using it is dangerous.
|
| Method and Description |
|---|
| net.sf.okapi.common.resource.TextFragment.compareTo(TextFragment, boolean)
Use compareTo(TextFragment, CompareMode)
|
| net.sf.okapi.common.resource.Segment.forceId(String)
use
IResource#setId(String) |
| net.sf.okapi.common.filterwriter.GenericContent.fromFragmentToLetterCoded(TextFragment) |
| net.sf.okapi.common.filterwriter.GenericContent.fromLetterCodedToFragment(String, TextFragment, boolean) |
| net.sf.okapi.core.simplifierrules.JavaCharStream.getColumn() |
| net.sf.okapi.core.simplifierrules.JavaCharStream.getLine() |
| net.sf.okapi.common.LocaleId.getOriginalLocId()
this will go away. Locales are case insensitive.
|
| net.sf.okapi.common.filters.FilterIterable.iterator() |
| net.sf.okapi.common.LocaleId.splitLanguageCode(String)
don't use this. It only "understands" language + region,
but that is just a small part of what BCP 47 supports.
|
| Constructor and Description |
|---|
| net.sf.okapi.common.filters.FilterIterable(IFilter) |
| net.sf.okapi.common.LocaleId(String, boolean)
normalize is ignored. Use
LocaleId.fromString(String) to create a LocaleId from a code. |
| net.sf.okapi.common.pipelinebuilder.XPipelineStep(IPipelineStep) |
| Enum Constant and Description |
|---|
| net.sf.okapi.common.pipeline.annotations.StepParameterType.UI_PARENT
The UI parent is now encapsulated in
StepParameterType.EXECUTION_CONTEXT. Use that instead. |
Copyright © 2021. All rights reserved.