| 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.
|
| net.sf.okapi.connectors.kantan.KantanMTConnector |
| net.sf.okapi.connectors.kantan.KantanMTConnectorParameters |
| 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.
|
| net.sf.okapi.filters.openxml.ConditionalParameters.tsExcelExcludedColumns |
| 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.