A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbstractFilter - Class in net.sf.okapi.common.filters
Basic abstract implementation of IFilter.
AbstractFilter() - Constructor for class net.sf.okapi.common.filters.AbstractFilter
Default constructor
AbstractPart - Class in net.sf.okapi.common.uidescription
Base UI part descriptor.
AbstractPart(ParameterDescriptor) - Constructor for class net.sf.okapi.common.uidescription.AbstractPart
Creates a new BasePart object with a given parameter description.
accept(File, String) - Method in class net.sf.okapi.common.DefaultFilenameFilter
Accept or reject a given filename.
add(AltTranslation) - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Adds an existing AltTranslation object to this annotation.
add(LocaleId, LocaleId, TextFragment, TextFragment, TextFragment, MatchType, int, String) - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Adds a new entry to the list of alternate translations.
add(LocaleId, LocaleId, TextFragment, TextFragment, TextFragment, MatchType, int, String, int, int) - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Adds a new entry to the list of alternate translations.
add(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Creates an new annotation and add it to this list.
add(GenericAnnotation) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Adds an existing annotation to this list.
add(String, String) - Method in class net.sf.okapi.common.annotation.TermsAnnotation
Adds a term to the annotation.
add(String, String) - Method in class net.sf.okapi.common.ConfigurationString
 
add(String, boolean) - Method in class net.sf.okapi.common.ConfigurationString
 
add(String, int) - Method in class net.sf.okapi.common.ConfigurationString
 
add(String, char) - Method in class net.sf.okapi.common.ConfigurationString
 
add(String, String) - Method in class net.sf.okapi.common.NSContextManager
Adds a prefix/uri pair to the manager.
add(String, String, String) - Method in class net.sf.okapi.common.ParametersDescription
Adds a descriptor to this description.
add(DocumentData) - Method in class net.sf.okapi.common.pipelinedriver.BatchItemContext
Adds a document to the list of inputs for this batch item.
add(RawDocument, URI, String) - Method in class net.sf.okapi.common.pipelinedriver.BatchItemContext
Adds a document to the list of inputs for this batch item using the provided arguments.
add(String) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Adds a new part to this skeleton, and set a string data to it.
add(char) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Adds a new part to this skeleton, and set a character data to it.
add(GenericSkeleton) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Adds to this skeleton all the parts of a given skeleton.
addAll(GenericAnnotations) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
 
addAll(List<GenericAnnotation>) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
 
addAltTranslation(TextContainer, AltTranslation) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Adds an AltTranslation object to a given TextContainer.
addAltTranslation(Segment, AltTranslation) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Adds an AltTranslation object to a given Segment.
addAndInitializeResource(IQuery, String, IParameters) - Method in class net.sf.okapi.lib.translation.QueryManager
Adds a translation resource to the manager and initializes it with the current source and target language of this manager, as well as any attributes that is set, and the current threshold and maximum hits if it is relevant.
addAndInitializeResource(String, String, String) - Method in class net.sf.okapi.lib.translation.QueryManager
Creates a translation resource and its parameters from their class names, adds it to the manager and initializes it with the current source and target language of this manager, as well as any attributes that is set, and the current threshold and maximum hits if it is relevant.
addAndInitializeResource(String, String, ClassLoader, String) - Method in class net.sf.okapi.lib.translation.QueryManager
Creates a translation resource and its parameters from their class names, adds it to the manager and initializes it with the current source and target language of this manager, as well as any attributes that is set, and the current threshold and maximum hits if it is relevant.
addAnnotation(ITextUnit, GenericAnnotation) - Static method in class net.sf.okapi.common.annotation.GenericAnnotation
Adds an annotation to a text unit.
addAnnotation(TextContainer, GenericAnnotation) - Static method in class net.sf.okapi.common.annotation.GenericAnnotation
Adds an annotation to a text container.
addAnnotation(Code, GenericAnnotation) - Static method in class net.sf.okapi.common.annotation.GenericAnnotation
Adds an annotation to an inline code.
addAnnotations(ITextUnit, GenericAnnotations) - Static method in class net.sf.okapi.common.annotation.GenericAnnotations
Adds a set of annotations to a given text unit.
addAnnotations(TextContainer, GenericAnnotations) - Static method in class net.sf.okapi.common.annotation.GenericAnnotations
Adds a set of annotations to a given text container.
addAnnotations(Code, GenericAnnotations) - Static method in class net.sf.okapi.common.annotation.GenericAnnotations
Adds a set of annotations to a given inline code.
addBatchItem(IBatchItemContext) - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Adds an item to this batch.
addBatchItem(RawDocument...) - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Adds an item to this batch, using one or more RawDocument objects.
addBatchItem(RawDocument, URI, String) - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Adds an item to this batch, using a RawDocument object.
addBatchItem(URI, String, String, LocaleId, LocaleId) - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Adds an item to this batch, using direct parameters.
addBatchItem(IBatchItemContext) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
addBatchItem(RawDocument...) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
addBatchItem(RawDocument, URI, String) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
addBatchItem(URI, String, String, LocaleId, LocaleId) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
addCheckboxPart(ParameterDescriptor) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a check box UI part to this editor description.
addCheckListPart(String, int) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a check list UI part to this editor description.
addCodeFinderPart(ParameterDescriptor) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a code-finder panel part to this editor description.
addConfiguration(FilterConfiguration) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
addConfiguration(FilterConfiguration) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
addConfiguration(FilterConfiguration) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Adds a new configuration to this mapper.
addConfigurations(List<FilterConfiguration>) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
addConfigurations(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
addConfigurations(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Adds all the predefined configurations of a given filter to this mapper.
addContentPlaceholder(ITextUnit) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Adds to this skeleton a placeholder for the source content of the resource to which this skeleton is attached.
addContentPlaceholder(ITextUnit, LocaleId) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Adds to this skeleton a placeholder for the content (in a given locale) of the resource to which this skeleton is attached.
addCustomConfig(FilterConfigurationMapper, URL) - Static method in class net.sf.okapi.common.filters.FilterUtil
Adds to a given FilterConfigurationMapper object the custom configuration defined in the fprm file denoted by a given URL.
addCustomConfiguration(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
addDescriptionProvider(ClassInfo, String) - Method in interface net.sf.okapi.common.IParametersEditorMapper
Adds a new editor description provider mapping to this mapper.
addDescriptionProvider(String, String) - Method in interface net.sf.okapi.common.IParametersEditorMapper
Adds a new editor description provider mapping to this mapper.
addDescriptionProvider(ClassInfo, String) - Method in class net.sf.okapi.common.ParametersEditorMapper
 
addDescriptionProvider(String, String) - Method in class net.sf.okapi.common.ParametersEditorMapper
 
addDocumentPart(String) - Method in class net.sf.okapi.common.filters.EventBuilder
Create a single DocumentPart and add a DocumentPart Event to the queue.
addEditor(String, String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Adds a new editor mapping to this mapper.
addEditor(ClassInfo, String) - Method in interface net.sf.okapi.common.IParametersEditorMapper
Adds a new parameters editor mapping to this mapper.
addEditor(String, String) - Method in interface net.sf.okapi.common.IParametersEditorMapper
Adds a new parameters editor mapping to this mapper.
addEditor(ClassInfo, String) - Method in class net.sf.okapi.common.ParametersEditorMapper
 
addEditor(String, String) - Method in class net.sf.okapi.common.ParametersEditorMapper
 
addEntry(ParameterDescriptor) - Method in class net.sf.okapi.common.uidescription.CheckListPart
Adds one entry in the map.
addEvent(Event) - Method in class net.sf.okapi.common.resource.MultiEvent
Adds an event to this object.
addEvent(Event, int) - Method in class net.sf.okapi.common.resource.MultiEvent
Inserts an event in this object at the specified position.
addFilterEvent(Event) - Method in class net.sf.okapi.common.filters.EventBuilder
Add an Event at the end of the current Event queue.
addFilterEvents(List<Event>) - Method in class net.sf.okapi.common.filters.EventBuilder
 
addFolderInputPart(ParameterDescriptor, String) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a folder input field UI part to this editor description.
addFromPlugins(PluginsManager) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
addGroup(String, String) - Method in class net.sf.okapi.common.ConfigurationString
 
addLanguageMap(LanguageMap) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Adds a language map to this document.
addLanguageRule(String, ArrayList<Rule>) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Adds a language rule to this SRX document.
addListSelectionPart(ParameterDescriptor, String[]) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a selection list UI part to this editor description.
addObserver(IObserver) - Method in class net.sf.okapi.common.observer.BaseObservable
 
addObserver(IObserver) - Method in interface net.sf.okapi.common.observer.IObservable
Attaches a observer to the Observable.
addObserver(IObserver) - Method in class net.sf.okapi.common.observer.WeakReferenceObservable
 
addObserver(IObserver) - Method in class net.sf.okapi.common.pipeline.Pipeline
 
addPathInputPart(ParameterDescriptor, String, boolean) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a path input field UI part to this editor description.
addQualifiers(ITextUnit, String, String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Adds to the skeleton of a given text unit resource qualifiers (quotation marks etc.) to appear around text.
addQualifiers(ITextUnit, String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Adds to the skeleton of a given text unit resource qualifiers (quotation marks etc.) to appear around text.
addReference(IReferenceable) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Adds to this skeleton a reference to an existing resource send before the one to which this skeleton is attached to.
addResource(IResource) - Method in class net.sf.okapi.common.resource.Document
 
addResource(IQuery, String) - Method in class net.sf.okapi.lib.translation.QueryManager
Adds a translation resource to the manager.
addRule(String) - Method in class net.sf.okapi.common.filters.InlineCodeFinder
Adds a new rule to the list.
addRule(CompiledRule) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
Adds a compiled rule to this segmenter.
addSeparatorPart() - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a separator part to this editor description.
addSpinInputPart(ParameterDescriptor) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a spin part to this editor description.
addStep(IPipelineStep) - Method in interface net.sf.okapi.common.pipeline.IPipeline
Adds a step to this pipeline.
addStep(IPipelineStep) - Method in class net.sf.okapi.common.pipeline.Pipeline
 
addStep(IPipelineStep) - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Adds a step to the pipeline currently associated with this driver.
addStep(IPipelineStep) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
addTextInputPart(ParameterDescriptor) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Adds a default text input UI part to this editor description.
addTextLabelPart(String) - Method in class net.sf.okapi.common.uidescription.EditorDescription
 
addTextUnit(String) - Method in class net.sf.okapi.common.filters.EventBuilder
Start and end a TextUnit.
addToDocumentPart(String) - Method in class net.sf.okapi.common.filters.EventBuilder
Add to the current DocumentPart.
addToReferents(Event) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
addToTextUnit(String) - Method in class net.sf.okapi.common.filters.EventBuilder
Adds text to the current TextUnit
addToTextUnit(ITextUnit) - Method in class net.sf.okapi.common.filters.EventBuilder
Adds a child TextUnit to the current (parent) TextUnit
addToTextUnit(Code) - Method in class net.sf.okapi.common.filters.EventBuilder
Add a Code to the current TextUnit.
addToTextUnit(Code, boolean) - Method in class net.sf.okapi.common.filters.EventBuilder
Add a Code to the current TextUnit.
addToTextUnit(Code, boolean, List<PropertyTextUnitPlaceholder>) - Method in class net.sf.okapi.common.filters.EventBuilder
Add a Code to the current TextUnit.
addToTextUnit(Code, boolean, LocaleId, List<PropertyTextUnitPlaceholder>) - Method in class net.sf.okapi.common.filters.EventBuilder
Add a Code to the current TextUnit.
addValuePlaceholder(INameable, String, LocaleId) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Adds to this skeleton a place-holder for the value of a property (in a given locale) of the resource to which this skeleton is attached.
Afrikaans - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
after - Variable in class net.sf.okapi.lib.segmentation.Rule
Pattern for after the break point.
Albanian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
align(List<AlignedPair>, LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
align(LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
Force one to one alignment.
align(List<AlignedPair>, LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Aligns all the segments listed in the aligned pairs for given locale.
align(LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Aligns all the target segments with the source segments for the given locale.
alignCodeIds(TextFragment) - Method in class net.sf.okapi.common.resource.TextFragment
Aligns the code IDs of this fragment with the ones of a given fragment.
alignCodes(TextFragment, TextFragment, TextFragment, ITextUnit) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Align the codes between the original source and new target by adjusting the Code ids to match for aligned codes.
alignCollapseAll(LocaleId, EnumSet<IAlignedSegments.VariantOptions>) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
alignCollapseAll(LocaleId, EnumSet<IAlignedSegments.VariantOptions>) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Aligns all the segments for the specified sources and targets by collapsing all segments into one.
AlignedPair - Class in net.sf.okapi.common.resource
An aligned pair consists of a source and target list of TextParts or Segments, along with a LocaleId specifying the locale of the target.
AlignedPair(List<TextPart>, List<TextPart>, LocaleId) - Constructor for class net.sf.okapi.common.resource.AlignedPair
Creates an AlignedPair from source and target TextParts
AlignedPair(Segment, Segment, LocaleId) - Constructor for class net.sf.okapi.common.resource.AlignedPair
Creates an AlignedPair from source and target Segments
AlignedSegments - Class in net.sf.okapi.common.resource
Provides a standard implementation of the IAlignedSegments interface that works with variant sources.
AlignedSegments(ITextUnit) - Constructor for class net.sf.okapi.common.resource.AlignedSegments
 
AlignmentStatus - Enum in net.sf.okapi.common.resource
Segment alignmment status.
ALLOWEDCHARS - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS Allowed Characters data category.
ALLOWEDCHARS_VALUE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
ALLOWEMPTYOUTPUTTARGET - Static variable in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
allowEmptyOutputTarget - Variable in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
AltTranslation - Class in net.sf.okapi.common.annotation
Stores the data representing an alternate translation.
AltTranslation(LocaleId, LocaleId, TextFragment, TextFragment, TextFragment, MatchType, int, String) - Constructor for class net.sf.okapi.common.annotation.AltTranslation
Creates a new AltTranslation object.
AltTranslation(LocaleId, LocaleId, TextFragment, TextFragment, TextFragment, MatchType, int, String, int, int) - Constructor for class net.sf.okapi.common.annotation.AltTranslation
Creates a new AltTranslation object.
AltTranslationsAnnotation - Class in net.sf.okapi.common.annotation
Annotation for storing one or more alternate translations for a target content.
AltTranslationsAnnotation() - Constructor for class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Creates a new empty AltTranslationsAnnotation object.
Amharic - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
ANNOT - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS annotators reference.
ANNOT_VALUEREF - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
annotate(int, int, String, InlineAnnotation) - Method in class net.sf.okapi.common.resource.TextFragment
Annotates a section of this text.
AnnotatedSpan - Class in net.sf.okapi.common.resource
Span of text and its annotation data.
AnnotatedSpan(String, InlineAnnotation, TextFragment, int, int) - Constructor for class net.sf.okapi.common.resource.AnnotatedSpan
Creates a new AnnotatedSpan object with a give type of annotation, its annotation and its fragment of text.
annotation - Variable in class net.sf.okapi.common.resource.AnnotatedSpan
The annotation itself (can be null).
Annotations - Class in net.sf.okapi.common.annotation
Provides annotation mechanism to the resources.
Annotations() - Constructor for class net.sf.okapi.common.annotation.Annotations
Creates a new Annotations object.
annotations - Variable in class net.sf.okapi.common.resource.BaseNameable
 
annotations - Variable in class net.sf.okapi.common.resource.Code
Annotations for this code.
annotations - Variable in class net.sf.okapi.common.resource.Ending
 
annotations - Variable in class net.sf.okapi.common.resource.Property
 
annotations - Variable in class net.sf.okapi.common.resource.Segment
 
any() - Static method in class net.sf.okapi.common.LocaleFilter
Creates a filter of the Any type.
ANYCODE - Static variable in class net.sf.okapi.lib.segmentation.SRXDocument
Marker for INLINECODE_PATTERN in the given pattern.
anyExcept(LocaleId...) - Static method in class net.sf.okapi.common.LocaleFilter
Creates a filter filtering out the given locales.
anyOf(LocaleId...) - Static method in class net.sf.okapi.common.LocaleFilter
Creates a filter allowing only the given locales.
append(Segment, Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>, EnumSet<IAlignedSegments.CopyOptions>) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
append(String) - Method in class net.sf.okapi.common.resource.Code
Appends data to the current code data
append(Segment, Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>, EnumSet<IAlignedSegments.CopyOptions>) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Adds given source and target segments to the end of the content.
append(Segment, boolean) - Method in interface net.sf.okapi.common.resource.ISegments
Appends a segment at the end of this container.
append(Segment, String, boolean) - Method in interface net.sf.okapi.common.resource.ISegments
Appends a segment at the end of this container, with an optional non-segment part just before.
append(TextFragment, boolean) - Method in interface net.sf.okapi.common.resource.ISegments
Appends a TextFragment as a segment at the end of this container.
append(Segment) - Method in interface net.sf.okapi.common.resource.ISegments
Appends a segment at the end of this container.
append(Segment, String) - Method in interface net.sf.okapi.common.resource.ISegments
Appends a segment at the end of this container, with an optional non-segment part just before.
append(TextFragment) - Method in interface net.sf.okapi.common.resource.ISegments
Appends a TextFragment as a segment at the end of this container.
append(Segment, boolean) - Method in class net.sf.okapi.common.resource.Segments
 
append(Segment) - Method in class net.sf.okapi.common.resource.Segments
 
append(Segment, String, boolean) - Method in class net.sf.okapi.common.resource.Segments
 
append(Segment, String) - Method in class net.sf.okapi.common.resource.Segments
 
append(TextFragment, boolean) - Method in class net.sf.okapi.common.resource.Segments
 
append(TextFragment) - Method in class net.sf.okapi.common.resource.Segments
 
append(TextFragment, boolean) - Method in class net.sf.okapi.common.resource.TextContainer
Appends a part at the end of this container.
append(TextFragment) - Method in class net.sf.okapi.common.resource.TextContainer
Appends a part at the end of this container.
append(String, boolean) - Method in class net.sf.okapi.common.resource.TextContainer
Appends a part with a given text at the end of this container.
append(String) - Method in class net.sf.okapi.common.resource.TextContainer
Appends a part with a given text at the end of this container.
append(TextPart, boolean) - Method in class net.sf.okapi.common.resource.TextContainer
Appends a TextPart (segment or non-segment) at the end of this container.
append(TextPart) - Method in class net.sf.okapi.common.resource.TextContainer
Appends a TextPart (segment or non-segment) at the end of this container.
append(String) - Method in class net.sf.okapi.common.resource.TextFragment
Appends a string to the fragment.
append(TextFragment) - Method in class net.sf.okapi.common.resource.TextFragment
Appends a TextFragment object to this fragment.
append(Code) - Method in class net.sf.okapi.common.resource.TextFragment
Appends an existing code to this fragment.
append(TextFragment.TagType, String, InlineAnnotation) - Method in class net.sf.okapi.common.resource.TextFragment
Appends an annotation-type code to this text.
append(TextFragment.TagType, String, String) - Method in class net.sf.okapi.common.resource.TextFragment
Appends a new code to the text.
append(TextFragment.TagType, String, String, int) - Method in class net.sf.okapi.common.resource.TextFragment
Appends a new code to the text, when the code has a defined identifier.
append(char) - Method in class net.sf.okapi.common.resource.TextFragment
Appends a character to the fragment.
append(CharSequence) - Method in class net.sf.okapi.common.resource.TextFragment
Appends the specified character sequence to this fragment.
append(CharSequence, int, int) - Method in class net.sf.okapi.common.resource.TextFragment
Appends a subsequence of the specified character sequence to this fragment.
append(String) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Appends a string of data to this skeleton.
append(char) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Appends a character data to this skeleton.
append(String) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
appendCodeData(String) - Method in class net.sf.okapi.common.filters.EventBuilder
append to the current Code's data
appendCodeOuterData(String) - Method in class net.sf.okapi.common.filters.EventBuilder
append to the current Code's outerData
appendOuterData(String) - Method in class net.sf.okapi.common.resource.Code
Appends data to the current code outerData
appendRawXML(String) - Method in class net.sf.okapi.common.XMLWriter
Writes a chunk of raw XML (where line-breaks are assumed to be normalized to \n).
appendReference(String) - Method in class net.sf.okapi.common.resource.Code
Appends a reference marker to the current code data.
appendReference(String, String) - Method in class net.sf.okapi.common.resource.Code
Appends a reference marker for a given property to the current code data.
appendToFirstPart(String) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Appends a string of data to the first skeleton part, a new part is created is none exists already.
appendToFirstSkeletonPart(String) - Method in class net.sf.okapi.common.filters.EventBuilder
Appends text to the first data part of the skeleton.
APPROVED - Static variable in class net.sf.okapi.common.resource.Property
 
ARABIC - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "ar".
Armenian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
array() - Method in class net.sf.okapi.common.MemMappedCharSequence
 
arrayAsList(E[]) - Static method in class net.sf.okapi.common.ListUtil
Converts a given array to a list containing all elements of the original array.
arrayAsString(String[]) - Static method in class net.sf.okapi.common.ListUtil
Returns a string, representing a given array of strings.
arrayAsString(String[], String) - Static method in class net.sf.okapi.common.ListUtil
Returns a string, representing a given array of strings.
asList() - Method in interface net.sf.okapi.common.resource.ISegments
Get all segments.
asList() - Method in class net.sf.okapi.common.resource.Segments
 
attachParent(INameable) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Attaches a parent resource to a skeleton part.
autoDtected() - Method in class net.sf.okapi.common.BOMAwareInputStream
Indicates if the guessed encoding was auto-detected.
available() - Method in class net.sf.okapi.common.ReaderInputStream
 
Aymara - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 

B

balanceMarkers() - Method in class net.sf.okapi.common.resource.TextFragment
Balances the markers based on the tag type of the codes.
Base64 - Class in net.sf.okapi.common
Base64 Encoder/Decoder for all VM.
Base64() - Constructor for class net.sf.okapi.common.Base64
 
BaseConnector - Class in net.sf.okapi.lib.translation
Abstract implementation of the IQuery interface.
BaseConnector() - Constructor for class net.sf.okapi.lib.translation.BaseConnector
 
BaseContext - Class in net.sf.okapi.common
Basic implementation of the IContext interface.
BaseContext() - Constructor for class net.sf.okapi.common.BaseContext
Creates an empty context.
BaseContext(Map<String, Object>) - Constructor for class net.sf.okapi.common.BaseContext
Creates a BaseContext object and copy a map of properties.
BaseNameable - Class in net.sf.okapi.common.resource
Implements a nameable resource.
BaseNameable() - Constructor for class net.sf.okapi.common.resource.BaseNameable
 
BaseObservable - Class in net.sf.okapi.common.observer
Default implementation of an IObservable.
BaseObservable(IObservable) - Constructor for class net.sf.okapi.common.observer.BaseObservable
 
BaseParameters - Class in net.sf.okapi.common
Base class for properties-like parameters that implement IParameters.
BaseParameters() - Constructor for class net.sf.okapi.common.BaseParameters
Creates a new BaseParameters object with a null path and an empty buffer.
BasePipelineStep - Class in net.sf.okapi.common.pipeline
Abstract implementation of the IPipelineStep interface.
BasePipelineStep() - Constructor for class net.sf.okapi.common.pipeline.BasePipelineStep
 
BaseReferenceable - Class in net.sf.okapi.common.resource
Implements a nameable resource that can be a referent.
BaseReferenceable() - Constructor for class net.sf.okapi.common.resource.BaseReferenceable
 
Basque - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
BatchItemContext - Class in net.sf.okapi.common.pipelinedriver
Default implementation of the IBatchItemContext interface.
BatchItemContext() - Constructor for class net.sf.okapi.common.pipelinedriver.BatchItemContext
Creates a new empty BatchItemContext object.
BatchItemContext(RawDocument, URI, String) - Constructor for class net.sf.okapi.common.pipelinedriver.BatchItemContext
Creates a new BatchItemContext object and initializes it with a given RawDocument and additional arguments.
BatchItemContext(RawDocument, URI, String, RawDocument...) - Constructor for class net.sf.okapi.common.pipelinedriver.BatchItemContext
Creates a new BatchItemContext object and initializes it with a given RawDocument and additional arguments.
BatchItemContext(URI, String, String, URI, String, LocaleId, LocaleId) - Constructor for class net.sf.okapi.common.pipelinedriver.BatchItemContext
Creates a new BatchItemContext object and initializes it based on a given input URI and additional arguments.
batchLeverage(List<ITextUnit>) - Method in interface net.sf.okapi.common.query.IQuery
Leverages a batch of text units (segmented or not) based on the current settings.
batchLeverage(List<ITextUnit>) - Method in class net.sf.okapi.lib.translation.BaseConnector
Slow default implementation using leverage(TextUnit).
batchLeverageUsingBatchQuery(List<ITextUnit>) - Method in class net.sf.okapi.lib.translation.BaseConnector
Call this method inside the overriding BaseConnector.batchLeverage(List) method of the derived class, if that class offers a fast BaseConnector.batchQuery(List) method.
batchQuery(List<TextFragment>) - Method in interface net.sf.okapi.common.query.IQuery
Starts a batch query for a given list of TextFragments.
batchQuery(List<TextFragment>) - Method in class net.sf.okapi.lib.translation.BaseConnector
Slow default implementation using query!! Override to take advantage of servers batch API
before - Variable in class net.sf.okapi.lib.segmentation.Rule
Pattern for before the break point.
Bikolano - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Bislama - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
BOCU_1 - Static variable in class net.sf.okapi.common.BOMNewlineEncodingDetector
BOCU (Binary Ordered Compression for Unicode)
BOMAwareInputStream - Class in net.sf.okapi.common
Helper class to detect and skip BOM in InputStream, including for UTF-8.
BOMAwareInputStream(InputStream, String) - Constructor for class net.sf.okapi.common.BOMAwareInputStream
Creates a new BOMAwareInputStream object for a given InputStream and a given default encoding.
BOMNewlineEncodingDetector - Class in net.sf.okapi.common
Helper class to detect byte-order-mark and other easily guessed of encodings, as well as the type of line-break used in a given input.
BOMNewlineEncodingDetector(InputStream) - Constructor for class net.sf.okapi.common.BOMNewlineEncodingDetector
Create a new BOMNewlineEncodingDetector from an InputStream.
BOMNewlineEncodingDetector(InputStream, String) - Constructor for class net.sf.okapi.common.BOMNewlineEncodingDetector
Create a new BOMNewlineEncodingDetector from an InputStream and a user provided encoding.
BOMNewlineEncodingDetector.NewlineType - Enum in net.sf.okapi.common
Defines type friendly newline types.
buffer - Variable in class net.sf.okapi.common.BaseParameters
Buffer where the parameters are stored during conversion.
buffer - Variable in class net.sf.okapi.common.ReaderInputStream
 
build(String) - Static method in class net.sf.okapi.common.LocaleFilter
Builds a filter from a configuration string.
buildPath(String...) - Static method in class net.sf.okapi.common.Util
Builds a path from given parts.
buildRefId() - Method in class net.sf.okapi.common.filters.SubFilter
 
buildRefName() - Method in class net.sf.okapi.common.filters.SubFilter
 
buildResourceId(String, Class<? extends IResource>) - Method in class net.sf.okapi.common.filters.SubFilter
 
buildResourceName(String, boolean, Class<? extends INameable>) - Method in class net.sf.okapi.common.filters.SubFilter
 
buildTU(TextContainer) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Creates a new text unit resource based on a given text container object becoming the source part of the text unit.
buildTU(String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Creates a new text unit resource based a given string becoming the source text of the text unit.
buildTU(String, String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Creates a new text unit resource based on a given string becoming the source text of the text unit, and a skeleton string, which gets appended to the new text unit's skeleton.
buildTU(ITextUnit, String, TextContainer, TextContainer, LocaleId, String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Creates a new text unit resource or updates the one passed as the parameter.
Bulgarian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Burmese - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
byteArrayOut - Variable in class net.sf.okapi.common.ReaderInputStream
 

C

calcCRC(InputStream) - Static method in class net.sf.okapi.common.StreamUtil
 
cancel() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
cancel() - Method in class net.sf.okapi.common.filters.EventBuilder
Cancel current processing and add the CANCELED Event to the event queue.
cancel() - Method in interface net.sf.okapi.common.filters.IFilter
Cancels the current process.
cancel() - Method in class net.sf.okapi.common.filters.SubFilter
 
cancel() - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
cancel() - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Cancels the current process.
cancel() - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
cancel() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
cancel() - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
cancel() - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
cancel() - Method in interface net.sf.okapi.common.pipeline.IPipeline
Cancels processing on this pipeline.
cancel() - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Cancel processing on this pipeline.
cancel() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
canStartNewTextUnit() - Method in class net.sf.okapi.common.filters.EventBuilder
Can we start new TextUnit? A new TextUnit can only be started if the current one has been ended with endTextUnit.
cascade() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Indicates if cascading must be applied when selecting the rules for a given language pattern.
cascade() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
Indicates if cascading must be applied when selecting the rules for a given language pattern.
CDATAEncoder - Class in net.sf.okapi.common.encoder
 
CDATAEncoder(String, String) - Constructor for class net.sf.okapi.common.encoder.CDATAEncoder
 
CDATAEncoder() - Constructor for class net.sf.okapi.common.encoder.CDATAEncoder
 
Cebuano - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
changePart(int) - Method in class net.sf.okapi.common.resource.TextContainer
Changes the type of a given part.
changeSelfReferents(INameable) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Updates all the self-references to use the given referent.
changeToCode(int, int, TextFragment.TagType, String) - Method in class net.sf.okapi.common.resource.TextFragment
Changes a section of the coded text into a single code.
charAt(int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the character at the specified index.
charAt(int) - Method in class net.sf.okapi.common.resource.TextFragment
Returns the character at the specified index in the coded text of this fragment.
CHARBASE - Static variable in class net.sf.okapi.common.resource.TextFragment
Special value used as the base of inline code indices.
chars - Variable in class net.sf.okapi.common.ReaderInputStream
 
CHARSET - Static variable in class net.sf.okapi.common.encoder.HtmlEncoder
HTML charset identifier
charsToString(Set<Character>) - Static method in class net.sf.okapi.common.StringUtil
 
CheckboxPart - Class in net.sf.okapi.common.uidescription
UI part descriptor for a check box.
CheckboxPart(ParameterDescriptor) - Constructor for class net.sf.okapi.common.uidescription.CheckboxPart
Creates a new CheckboxPart object with a given parameter descriptor.
checkFlag(int, int) - Static method in class net.sf.okapi.common.Util
Indicates whether a byte-flag is set or not in a given value.
checkIndex(int, List<E>) - Static method in class net.sf.okapi.common.Util
Indicates if a given index is within the list bounds.
checkIndex(int, T[]) - Static method in class net.sf.okapi.common.Util
Returns true if a given index is within the array bounds.
CheckListPart - Class in net.sf.okapi.common.uidescription
UI part descriptor for a list of boolean options.
CheckListPart(String, int) - Constructor for class net.sf.okapi.common.uidescription.CheckListPart
Creates a new ListSelectionPart object with a given parameter descriptor.
checkType() - Method in class net.sf.okapi.common.uidescription.AbstractPart
Checks the types supported by this UI part.
checkType() - Method in class net.sf.okapi.common.uidescription.CheckboxPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.CheckListPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.CodeFinderPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.FolderInputPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.ListSelectionPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.PathInputPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.SeparatorPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.SpinInputPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.TextInputPart
 
checkType() - Method in class net.sf.okapi.common.uidescription.TextLabelPart
 
CHINA_CHINESE - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "zh-cn".
Chuukese - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
ClassInfo - Class in net.sf.okapi.common
Stores a class name and its class-loader, for dynamic loading.
ClassInfo(String, ClassLoader) - Constructor for class net.sf.okapi.common.ClassInfo
Creates a new ClassInfo object for a given class name and loader.
ClassInfo(String) - Constructor for class net.sf.okapi.common.ClassInfo
Convenience method to create a new ClassInfo object for a given class name.
classListAsArray(List<Class<?>>) - Static method in class net.sf.okapi.common.ListUtil
Converts a list of class references into an array of those class references.
classLoader - Variable in class net.sf.okapi.common.filters.FilterConfiguration
Class loader to use for this filter (null to use the default).
className - Variable in class net.sf.okapi.common.filters.FilterInfo
Name of the class of the filter.
ClassUtil - Class in net.sf.okapi.common
Collection of helper functions for working with classes.
ClassUtil() - Constructor for class net.sf.okapi.common.ClassUtil
 
cleanupJarFileFactory(String...) - Static method in class net.sf.okapi.common.plugins.PluginsManager
cleanup jar file factory cache http://loracular.blogspot.com/2009/12/dynamic-class-loader-with.html
clear() - Method in class net.sf.okapi.common.annotation.Annotations
Removes all the annotations in this object.
clear() - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Removes all annotations from this list.
clear() - Method in class net.sf.okapi.common.resource.TextContainer
Clears this TextContainer, removes any existing segments.
clear() - Method in class net.sf.okapi.common.resource.TextFragment
Clears the fragment of all content.
clearAnnotations() - Method in class net.sf.okapi.common.BaseContext
 
clearAnnotations() - Method in interface net.sf.okapi.common.IContext
Removes all annotations from this context.
clearAttributes() - Method in interface net.sf.okapi.common.query.IQuery
Removes all attributes from this query engine.
clearAttributes() - Method in class net.sf.okapi.lib.translation.BaseConnector
 
clearAttributes() - Method in class net.sf.okapi.lib.translation.QueryManager
Removes all attributes from this manager and all the translation resources in this manager.
clearConfigurations(boolean) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
clearConfigurations(boolean) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Removes configuration mappings from this mapper.
clearDescriptionProviders() - Method in interface net.sf.okapi.common.IParametersEditorMapper
Removes all editor mappings for this mapper.
clearDescriptionProviders() - Method in class net.sf.okapi.common.ParametersEditorMapper
 
clearEditors() - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Removes all editor mappings for this mapper.
clearEditors() - Method in interface net.sf.okapi.common.IParametersEditorMapper
Removes all editor mappings for this mapper.
clearEditors() - Method in class net.sf.okapi.common.ParametersEditorMapper
 
clearEntries() - Method in class net.sf.okapi.common.uidescription.CheckListPart
Clears the map of the entries.
clearItems() - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Removes all current batch items from this driver.
clearItems() - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
clearMap() - Method in class net.sf.okapi.common.encoder.EncoderManager
Clears all encoders from the manager.
clearProperties() - Method in class net.sf.okapi.common.BaseContext
 
clearProperties() - Method in interface net.sf.okapi.common.IContext
Removes all properties from this context.
clearStandoff() - Method in class net.sf.okapi.common.filterwriter.ITSContent
Clears the standoff markup.
clearStandoff() - Method in class net.sf.okapi.common.filterwriter.XLIFFContent
 
clearSteps() - Method in interface net.sf.okapi.common.pipeline.IPipeline
Remove all the IPipelineSteps from the pipeline.
clearSteps() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
clearSteps() - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Remove all the IPipelineSteps from the pipeline.
clearSteps() - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
clone() - Method in class net.sf.okapi.common.annotation.Annotations
 
clone() - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
clone() - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Clones this annotation and make sure its still has a unique ID.
clone() - Method in class net.sf.okapi.common.filters.InlineCodeFinder
Clones this finder.
clone() - Method in interface net.sf.okapi.common.ISkeleton
Clones this skeleton object.
clone() - Method in class net.sf.okapi.common.LocaleId
Returns a clone of this LocaleId.
clone() - Method in class net.sf.okapi.common.resource.Code
Clone the code.
clone() - Method in class net.sf.okapi.common.resource.InlineAnnotation
Clones this annotation.
clone() - Method in interface net.sf.okapi.common.resource.ITextUnit
Clones this TextUnit.
clone() - Method in class net.sf.okapi.common.resource.Property
Clones this property.
clone() - Method in class net.sf.okapi.common.resource.Segment
 
clone() - Method in class net.sf.okapi.common.resource.TextContainer
Clones this TextContainer, including the properties.
clone(boolean) - Method in class net.sf.okapi.common.resource.TextContainer
Clones this container, with or without its properties.
clone() - Method in class net.sf.okapi.common.resource.TextFragment
Clones this TextFragment.
clone() - Method in class net.sf.okapi.common.resource.TextPart
 
clone() - Method in class net.sf.okapi.common.resource.TextUnit
Clones this TextUnit.
clone() - Method in class net.sf.okapi.common.resource.VariantSources
 
clone() - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Clones this GenericSkeleton object.
clone() - Method in class net.sf.okapi.common.skeleton.ZipSkeleton
 
CLONEABLE - Static variable in class net.sf.okapi.common.resource.Code
Indicates that this code can be duplicated in the text.
close() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
close() - Method in interface net.sf.okapi.common.filters.IFilter
Closes the input document.
close() - Method in class net.sf.okapi.common.filters.SubFilter
 
close() - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
close() - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
close() - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Closes the output.
close() - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
close() - Method in class net.sf.okapi.common.filterwriter.TMXWriter
Closes the current output document if one is opened.
close() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
Writes the end of this the document and close it.
close() - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
close() - Method in class net.sf.okapi.common.MemMappedCharSequence
 
close() - Method in interface net.sf.okapi.common.query.IQuery
Closes this connector.
close() - Method in class net.sf.okapi.common.ReaderInputStream
 
close() - Method in class net.sf.okapi.common.resource.RawDocument
Close the underlying stream of this RawDocument.
close() - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
close() - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Closes this skeleton writer.
close() - Method in class net.sf.okapi.common.UnicodeBOMWriter
Closes this writer.
close() - Method in class net.sf.okapi.common.XMLWriter
Closes the writer and release any associated resources.
close() - Method in class net.sf.okapi.lib.translation.QueryManager
Closes all translation resources in this manager.
closeOpenJars(ClassLoader) - Static method in class net.sf.okapi.common.plugins.PluginsManager
Workaround for non-released jar file lock by URLClassLoader http://loracular.blogspot.com/2009/12/dynamic-class-loader-with.html
Code - Class in net.sf.okapi.common.resource
Represents an abstracted in-line code used in a TextFragment object.
Code(TextFragment.TagType, String, String) - Constructor for class net.sf.okapi.common.resource.Code
Creates a new code.
Code(TextFragment.TagType, String) - Constructor for class net.sf.okapi.common.resource.Code
Creates a new code with empty data.
Code(String) - Constructor for class net.sf.okapi.common.resource.Code
Creates a new code with a null type, and empty data.
CodeFinderPart - Class in net.sf.okapi.common.uidescription
UI part descriptor for a code finder option set.
CodeFinderPart(ParameterDescriptor) - Constructor for class net.sf.okapi.common.uidescription.CodeFinderPart
Creates a new CodeFinderPart object with a given parameter descriptor.
CODEMODE_EMPTY - Static variable in class net.sf.okapi.common.filterwriter.TMXContent
Indicates that the inline codes should contain nothing.
CODEMODE_GENERIC - Static variable in class net.sf.okapi.common.filterwriter.TMXContent
Indicates that the inline codes should contain generic codes (e.g.
CODEMODE_LETTERCODED - Static variable in class net.sf.okapi.common.filterwriter.TMXContent
Indicates that the inline codes should contain letter-codes generic inline code (like OmegaT (e.g.
CODEMODE_ORIGINAL - Static variable in class net.sf.okapi.common.filterwriter.TMXContent
Indicates that the inline codes should contain the original code.
codes - Variable in class net.sf.okapi.common.resource.TextFragment
List of the inline codes for this fragment.
CodeSimplifier - Class in net.sf.okapi.common.resource
 
CodeSimplifier() - Constructor for class net.sf.okapi.common.resource.CodeSimplifier
 
codesToString(List<Code>) - Static method in class net.sf.okapi.common.resource.Code
Helper method to convert a list of codes into a string.
codesToString(List<Code>, boolean) - Static method in class net.sf.okapi.common.resource.Code
Helper method to convert a list of codes into a string.
collapseWhitespace() - Method in class net.sf.okapi.common.resource.TextFragment
Collapse all whitespace to a single space character.
COMBINEDSCORE_UNDEFINED - Static variable in class net.sf.okapi.common.query.QueryResult
 
comment - Variable in class net.sf.okapi.lib.segmentation.Rule
Optional comment placed just before the rule.
compare(TextFragment, TextFragment, int) - Method in class net.sf.okapi.lib.translation.TextMatcher
Compare two textFragment content.
compareTo(AltTranslation) - Method in class net.sf.okapi.common.annotation.AltTranslation
This method implements a three way sort on (1) AltTranslationType (2) Score (3) source string match.
compareTo(FilterInfo) - Method in class net.sf.okapi.common.filters.FilterInfo
Compares the display names of the two filters.
compareTo(PropertyTextUnitPlaceholder) - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Compare two PropertyTextUnitPlaceholders.
compareTo(Object) - Method in class net.sf.okapi.common.LocaleId
Compares this LocaleId with a given object.
compareTo(QueryResult) - Method in class net.sf.okapi.common.query.QueryResult
This method implements a five way sort on (1) weight (2) MatchType (3) Score (4) source string match and (5) creation date.
compareTo(TextContainer, boolean) - Method in class net.sf.okapi.common.resource.TextContainer
Compares this container with another one.
compareTo(Object) - Method in class net.sf.okapi.common.resource.TextFragment
Compares an object with this TextFragment.
compareTo(TextFragment, boolean) - Method in class net.sf.okapi.common.resource.TextFragment
Compares a TextFragment with this one.
compareToBaseTokens(String, List<String>, TextFragment) - Method in class net.sf.okapi.lib.translation.TextMatcher
Compare a list of tokens to a TextFragment object.
compile() - Method in class net.sf.okapi.common.filters.InlineCodeFinder
Compiles all the rules into a single compiled pattern.
compileLanguageRules(LocaleId, ISegmenter) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Compiles the all language rules applicable for a given language code, and assign them to a segmenter.
compileSingleLanguageRule(String, ISegmenter) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Compiles a single language rule group and assign it to a segmenter.
computeSegments(String) - Method in interface net.sf.okapi.common.ISegmenter
Calculate the segmentation of a given plain text string.
computeSegments(TextContainer) - Method in interface net.sf.okapi.common.ISegmenter
Calculates the segmentation of a given TextContainer object.
computeSegments(String) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
computeSegments(TextContainer) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
computeSegments(String) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
computeSegments(TextContainer) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
CONFIGFILE_EXT - Static variable in class net.sf.okapi.common.filters.FilterConfigurationMapper
Extension of the custom configuration files of this mapper.
CONFIGFILE_SEPARATOR - Static variable in class net.sf.okapi.common.filters.FilterConfigurationMapper
Character used to separate the filter name from the custom configuration name in a custom configuration identifier for this mapper.
configId - Variable in class net.sf.okapi.common.filters.FilterConfiguration
Unique identifier for this configuration.
ConfigurationParameter - Class in net.sf.okapi.common.pipeline.annotations
Java annotation item for runtime configuration parameters used in IPipelineStep.
ConfigurationString - Class in net.sf.okapi.common
String-based representation of a configuration file.
ConfigurationString() - Constructor for class net.sf.okapi.common.ConfigurationString
 
ConfigurationString(String) - Constructor for class net.sf.okapi.common.ConfigurationString
 
connectorId - Variable in class net.sf.okapi.common.query.QueryResult
ID of the connector that generated this result.
container - Variable in class net.sf.okapi.common.uidescription.AbstractPart
 
contains(int) - Method in class net.sf.okapi.common.Range
Returns true if the range contains a given position within its bounds.
contains(Range) - Method in class net.sf.okapi.common.Range
Returns true if the range contains a given range within its bounds.
containsAt(String, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Indicates whether this parse text contains the specified string at the specified position.
containsWildcards(String) - Static method in class net.sf.okapi.common.StringUtil
Detects if a given string contains shell wildcard characters (e.g.
CONTENT - Static variable in class net.sf.okapi.common.encoder.HtmlEncoder
HTML content attribute
contentIsOneSegment() - Method in class net.sf.okapi.common.resource.TextContainer
Indicates if this container is made of a single segment that holds the whole content (i.e.
contentToSplitStorage(TextContainer) - Static method in class net.sf.okapi.common.resource.TextContainer
Create two storage strings to serialize a given TextContainer.
contentToString(TextContainer) - Static method in class net.sf.okapi.common.resource.TextContainer
Creates a string that stores the content of a given container.
convert(Event) - Method in class net.sf.okapi.common.skeleton.ResourceSimplifier
Converts a given event into a multi-event if it contains references in its source's codes or in skeleton, or passes it on if either the skeleton is no instance of GenericSkeleton, contains no references, or the resource is referent.
convertEvent(Event) - Method in class net.sf.okapi.common.filters.SubFilterEventConverter
Converts an event.
convertRefIds(String) - Method in class net.sf.okapi.common.filters.SubFilterEventConverter
 
convertRefsInSkeleton(ISkeleton) - Method in class net.sf.okapi.common.filters.SubFilter
 
convertTempTextUnitToDocumentPart() - Method in class net.sf.okapi.common.filters.EventBuilder
Convert the skeleton attached to an in-progress TextUnit into a DocumentPart.
convertTextPart_whitespaceCodesToText(TextPart) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
convertTextParts_whitespaceCodesToText(TextContainer) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
convertTextPartsToCodes(TextContainer) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Convert all TextParts (not Segments) in a given TextContainer to each contain a single code with the part's text.
convertTextPartToCode(TextPart) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Create a single code with a given TextPart's text.
convertToLocaleIds(List<String>) - Static method in class net.sf.okapi.common.LocaleId
Converts a list of language codes into LocaleIds
convertToSkeleton(ITextUnit) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Copies source and target text of a given text unit into a newly created skeleton.
convertToStartDocument(StartSubDocument) - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
COORDINATES - Static variable in class net.sf.okapi.common.resource.Property
 
copy(InputStream, OutputStream) - Static method in class net.sf.okapi.common.StreamUtil
 
copy(File, OutputStream) - Static method in class net.sf.okapi.common.StreamUtil
 
copy(InputStream, File) - Static method in class net.sf.okapi.common.StreamUtil
 
copy(File, File) - Static method in class net.sf.okapi.common.StreamUtil
 
copy(ReadableByteChannel, WritableByteChannel) - Static method in class net.sf.okapi.common.Util
Copies a ReadableByteChannel to a WritableByteChannel.
copy(InputStream, File) - Static method in class net.sf.okapi.common.Util
Copies an InputStream to a File.
copy(InputStream, String) - Static method in class net.sf.okapi.common.Util
Copies an InputStream to a File.
COPY_ALL - Static variable in interface net.sf.okapi.common.IResource
 
COPY_CONTENT - Static variable in interface net.sf.okapi.common.IResource
 
COPY_PROPERTIES - Static variable in interface net.sf.okapi.common.IResource
 
COPY_SEGMENTATION - Static variable in interface net.sf.okapi.common.IResource
 
COPY_SEGMENTED_CONTENT - Static variable in interface net.sf.okapi.common.IResource
 
COPY_TO_ALL - Static variable in interface net.sf.okapi.common.resource.IAlignedSegments
Copy to all TextContainers in this ITextUnit.
COPY_TO_NONE - Static variable in interface net.sf.okapi.common.resource.IAlignedSegments
No new segments should contain any content
COPY_TO_SOURCE_AND_TARGET - Static variable in interface net.sf.okapi.common.resource.IAlignedSegments
Source and target for the given locale should contain content.
copyFields(GenericSkeleton) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
 
copyFile(File, File) - Static method in class net.sf.okapi.common.Util
Copies one file to another.
copyFile(String, String, boolean) - Static method in class net.sf.okapi.common.Util
Copies a file from one location to another.
copyItems(List<E>, int, int) - Static method in class net.sf.okapi.common.ListUtil
Creates a new list from a range of elements of a given list.
copyProperties(BaseNameable, BaseNameable) - Static method in class net.sf.okapi.common.ResourceUtil
 
copySrcCodeDataToMatchingTrgCodes(TextFragment, TextFragment, boolean, boolean, TextFragment, ITextUnit) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Copies the aligned inline codes of the source to the corresponding target codes.
count() - Method in interface net.sf.okapi.common.resource.ISegments
Gets the number of segments in this container.
count() - Method in interface net.sf.okapi.common.resource.IVariantSources
Indicates the number of variant sources stored in this variant source object
count() - Method in class net.sf.okapi.common.resource.Segments
 
count() - Method in class net.sf.okapi.common.resource.TextContainer
Gets the number of parts (segments and non-segments) in this container.
count() - Method in class net.sf.okapi.common.resource.VariantSources
 
countLeadingQualifiers(String, String) - Static method in class net.sf.okapi.common.RegexUtil
 
countMatches(String, String) - Static method in class net.sf.okapi.common.RegexUtil
 
countMatches(String, String, int) - Static method in class net.sf.okapi.common.RegexUtil
 
countObservers() - Method in class net.sf.okapi.common.observer.BaseObservable
 
countObservers() - Method in interface net.sf.okapi.common.observer.IObservable
Counts how many Observers were attached to this class.
countObservers() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
countTrailingQualifiers(String, String) - Static method in class net.sf.okapi.common.RegexUtil
 
create(String, String, LocaleId, LocaleId, String, String, String) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
Creates a new XLIFF document.
create(List<Range>, boolean) - Method in interface net.sf.okapi.common.resource.ISegments
Creates a set of segments in this container.
create(List<Range>) - Method in interface net.sf.okapi.common.resource.ISegments
Helper method to create segments without empty segments.
create(int, int) - Method in interface net.sf.okapi.common.resource.ISegments
Creates a segment in this container.
create(LocaleId, boolean, int) - Method in interface net.sf.okapi.common.resource.IVariantSources
Creates a variant source for a given target locale, using the content of the default source according to the specified options.
create(TextContainer, LocaleId, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Creates a variant source for a given locale, using the provided TextContainer.
create(List<Range>) - Method in class net.sf.okapi.common.resource.Segments
 
create(List<Range>, boolean) - Method in class net.sf.okapi.common.resource.Segments
 
create(int, int) - Method in class net.sf.okapi.common.resource.Segments
 
create(LocaleId, boolean, int) - Method in class net.sf.okapi.common.resource.VariantSources
 
create(TextContainer, LocaleId, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
CREATE_EMPTY - Static variable in interface net.sf.okapi.common.IResource
 
createCharsetEncoder(String) - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
Provides sub-classes an opportunity to creates the character set encoder for the output.
createConfigurationEditor(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
createConfigurationEditor(String, IFilter) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
createConfigurationEditor(String, IFilter) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Creates an instance of the filter's parameters editor for a given configuration identifier.
createConfigurationEditor(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Creates an instance of the filter's parameters editor for a given configuration identifier.
createCustomConfiguration(FilterConfiguration) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
createCustomConfiguration(FilterConfiguration) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Creates a custom configuration object based on a give one.
createDirectories(String) - Static method in class net.sf.okapi.common.Util
Creates the directory tree for the give full path (dir+filename)
createEditorDescription(ParametersDescription) - Method in class net.sf.okapi.common.filterwriter.Parameters
 
createEditorDescription(ParametersDescription) - Method in interface net.sf.okapi.common.uidescription.IEditorDescriptionProvider
 
createEndFilterEvent() - Method in class net.sf.okapi.common.filters.AbstractFilter
create a END_DOCUMENT Event
createEndOfSentenceScanner(String) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiSentenceDetectorFactory
 
createFilter(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
createFilter(String, IFilter) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
createFilter(String) - Static method in class net.sf.okapi.common.filters.FilterUtil
Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.
createFilter(Class<? extends IFilter>, String) - Static method in class net.sf.okapi.common.filters.FilterUtil
Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.
createFilter(String, URL...) - Static method in class net.sf.okapi.common.filters.FilterUtil
Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.
createFilter(URL) - Static method in class net.sf.okapi.common.filters.FilterUtil
Creates an instance of the filter for a given URL of a fprm file defining a custom configuration.
createFilter(String, IFilter) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.
createFilter(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.
createFilterWriter() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
createFilterWriter() - Method in interface net.sf.okapi.common.filters.IFilter
Creates a new IFilterWriter object from the most appropriate class to use with this filter.
createFilterWriter() - Method in class net.sf.okapi.common.filters.SubFilter
 
createId() - Method in class net.sf.okapi.common.IdGenerator
Creates a new identifier.
createId(String) - Method in class net.sf.okapi.common.IdGenerator
Creates a new identifier with the given prefix
createIdNotInList(List<String>) - Method in class net.sf.okapi.common.IdGenerator
Creates a new identifier that is not in the given list.
createNewFragmentWithCodes(String) - Method in class net.sf.okapi.lib.translation.QueryUtil
Appends the codes stored apart using QueryUtil.separateCodesFromText(TextFragment) at the end of a given plain text.
createOutputFile(URI) - Method in class net.sf.okapi.common.resource.RawDocument
Creates a new output file object based on a given output URI and the URI of the raw document.
createParameters() - Method in interface net.sf.okapi.common.IParametersEditor
Creates an instance of the parameters object the editor can edit (with the default values).
createParameters(String) - Method in interface net.sf.okapi.common.IParametersProvider
Gets the default parameters for a given provider.
createParametersEditor(String) - Method in interface net.sf.okapi.common.IParametersEditorMapper
Creates an instance of the parameters editor for a given parameters class name.
createParametersEditor(String) - Method in class net.sf.okapi.common.ParametersEditorMapper
 
createRefCode() - Method in class net.sf.okapi.common.filters.SubFilter
 
createRefEvent() - Method in class net.sf.okapi.common.filters.SubFilter
 
createRefEvent(IResource) - Method in class net.sf.okapi.common.filters.SubFilter
 
createRefEvent(ISkeleton, ISkeleton) - Method in class net.sf.okapi.common.filters.SubFilter
 
createSentenceContextGenerator(String, Set<String>) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiSentenceDetectorFactory
 
createSentenceContextGenerator(String) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiSentenceDetectorFactory
 
createSkeletonWriter() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
createSkeletonWriter() - Method in interface net.sf.okapi.common.filters.IFilter
Creates a new ISkeletonWriter object that corresponds to the type of skeleton this filter uses.
createSkeletonWriter() - Method in class net.sf.okapi.common.filters.SubFilter
 
createSkeletonWriter(StartSubfilter, LocaleId, String) - Method in class net.sf.okapi.common.resource.StartSubfilter
 
createSourceSegmentation(ISegmenter) - Method in interface net.sf.okapi.common.resource.ITextUnit
Segments the default source content based on the rules provided by a given ISegmenter.
createSourceSegmentation(ISegmenter) - Method in class net.sf.okapi.common.resource.TextUnit
 
createStartFilterEvent() - Method in class net.sf.okapi.common.filters.AbstractFilter
create a START_DOCUMENT Event
createSubDocumentFilterWriter(StartSubDocument) - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
createSubDocumentSkeletonWriter(StartSubDocument) - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
createTarget(LocaleId, boolean, int) - Method in interface net.sf.okapi.common.resource.ITextUnit
Creates or get the target for this TextUnit.
createTarget(LocaleId, boolean, int) - Method in class net.sf.okapi.common.resource.TextUnit
 
createTargetProperty(LocaleId, String, boolean, int) - Method in class net.sf.okapi.common.resource.BaseNameable
 
createTargetProperty(LocaleId, String, boolean, int) - Method in interface net.sf.okapi.common.resource.INameable
Creates or get a target property based on the corresponding source.
createTargetProperty(LocaleId, String, boolean, int) - Method in class net.sf.okapi.common.resource.TextUnit
 
createTargetProperty(LocaleId, String, boolean, int) - Method in class net.sf.okapi.common.skeleton.StorageList
 
createTargetSegmentation(ISegmenter, LocaleId) - Method in interface net.sf.okapi.common.resource.ITextUnit
Segments the specified target content based on the rules provided by a given ISegmenter.
createTargetSegmentation(ISegmenter, LocaleId) - Method in class net.sf.okapi.common.resource.TextUnit
 
createTempFile(String, String) - Static method in class net.sf.okapi.common.FileUtil
 
createTempFile(String) - Static method in class net.sf.okapi.common.FileUtil
 
creationDate - Variable in class net.sf.okapi.common.query.QueryResult
Creation date of TM entry
Croatian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
CSV_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
current - Variable in class net.sf.okapi.lib.translation.BaseConnector
 
custom - Variable in class net.sf.okapi.common.filters.FilterConfiguration
Flag indicating if this configuration is custom or pre-defined.
Czech - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 

D

Danish - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
data - Variable in class net.sf.okapi.common.resource.Code
Native data for this code.
data - Variable in class net.sf.okapi.common.resource.InlineAnnotation
 
decode(String) - Static method in class net.sf.okapi.common.Base64
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class net.sf.okapi.common.Base64
Decodes a byte array from Base64 format.
decodeChannel(ReadableByteChannel, Writer, Charset) - Static method in class net.sf.okapi.common.MemMappedCharSequence
General purpose static method which reads bytes from a Channel, decodes them according to the given charset
decodePassword(String) - Static method in class net.sf.okapi.common.Base64
Decode a string value that is possibly encoded into a clear string.
decodeString(String) - Static method in class net.sf.okapi.common.Base64
Decodes a string from a UTF-8 Base64 string.
DEFAULT_ID - Static variable in class net.sf.okapi.common.pipeline.Pipeline
 
DEFAULT_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
DEFAULT_ROOT_ID - Static variable in class net.sf.okapi.common.IdGenerator
 
DefaultEncoder - Class in net.sf.okapi.common.encoder
Implements IEncoder for non-specific formats.
DefaultEncoder() - Constructor for class net.sf.okapi.common.encoder.DefaultEncoder
 
DefaultEntityResolver - Class in net.sf.okapi.common
Helper class that implement a default EntityResolver.
DefaultEntityResolver() - Constructor for class net.sf.okapi.common.DefaultEntityResolver
 
DefaultFilenameFilter - Class in net.sf.okapi.common
Implements a default filename filter that supports filtering by wild-cards like ("myFile*.*").
DefaultFilenameFilter(String, boolean) - Constructor for class net.sf.okapi.common.DefaultFilenameFilter
Creates a new DefaultFilenameFilter object for a given pattern.
DefaultFilenameFilter(String) - Constructor for class net.sf.okapi.common.DefaultFilenameFilter
Creates a new DefaultFilenameFilter object with a given extension value.
DefaultFilters - Class in net.sf.okapi.common.filters
Helper object to load a default list of filters and their editor information.
DefaultFilters() - Constructor for class net.sf.okapi.common.filters.DefaultFilters
 
DELETEABLE - Static variable in class net.sf.okapi.common.resource.Code
Indicates that this code can be removed from the text.
deleteAllFilesInDirectory(String) - Static method in class net.sf.okapi.common.FileUtil
Delete all files in the specified directory.
deleteCustomParameters(FilterConfiguration) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
deleteCustomParameters(FilterConfiguration) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Deletes the parameters of a custom configuration.
deleteDirectory(String, boolean) - Static method in class net.sf.okapi.common.Util
Deletes the content of a given directory, and if requested, the directory itself.
deleteLastChar(TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Deletes the last non-whitespace and non-code character of a given text fragment.
deleteLastChar(String) - Static method in class net.sf.okapi.common.Util
Deletes the last character of a given string.
deleteLastChar(StringBuilder) - Static method in class net.sf.okapi.common.Util
Deletes the last character of a given StringBuilder object.
deleteObserver(IObserver) - Method in class net.sf.okapi.common.observer.BaseObservable
 
deleteObserver(IObserver) - Method in interface net.sf.okapi.common.observer.IObservable
Detaches a previously attached observer to the observable.
deleteObserver(IObserver) - Method in class net.sf.okapi.common.observer.WeakReferenceObservable
 
deleteObserver(IObserver) - Method in class net.sf.okapi.common.pipeline.Pipeline
 
deleteObservers() - Method in class net.sf.okapi.common.observer.BaseObservable
 
deleteObservers() - Method in interface net.sf.okapi.common.observer.IObservable
Detaches all previously attached observer to the observable.
deleteObservers() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
deleteParameters(String) - Method in interface net.sf.okapi.common.IParametersProvider
Deletes a parameters object at a given location.
descMap - Variable in class net.sf.okapi.common.ParametersEditorMapper
Map of the editor descriptions for this mapper.
description - Variable in class net.sf.okapi.common.filters.FilterConfiguration
Longer localizable description of for this configuration.
destroy() - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
destroy() - Method in interface net.sf.okapi.common.pipeline.IPipeline
Frees all resources from all steps in this pipeline.
destroy() - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Executes any cleanup code for this step.
destroy() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
detectAndRemoveBom() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
 
detectBom() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
 
detectEncoding() - Method in class net.sf.okapi.common.BOMAwareInputStream
Tries to detect the presence of a Byte-Order-Mark.
discover(File, boolean) - Method in class net.sf.okapi.common.plugins.PluginsManager
Explores the given file or directory for plug-ins and add them to this manager.
displayInput(IBatchItemContext) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
Logs the information about which batch item is about to be processed.
displayName - Variable in class net.sf.okapi.common.filters.FilterInfo
display name of the filter.
DISPLAYTEXT - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for display text (hint displayed to end-user).
DISPLAYTEXT_VALUE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
DOCM_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
Document - Class in net.sf.okapi.common.resource
UNUSED class.
Document() - Constructor for class net.sf.okapi.common.resource.Document
 
DOCUMENT_PART - Static variable in class net.sf.okapi.common.IdGenerator
 
DocumentData - Class in net.sf.okapi.common.pipelinedriver
Structure to hold the data associated to a document in a pipeline.
DocumentData() - Constructor for class net.sf.okapi.common.pipelinedriver.DocumentData
 
DocumentPart - Class in net.sf.okapi.common.resource
Resource associated with the filter events DOCUMENT_PART,
DocumentPart(String, boolean) - Constructor for class net.sf.okapi.common.resource.DocumentPart
Creates a new DocumentPart object.
DocumentPart(String, boolean, ISkeleton) - Constructor for class net.sf.okapi.common.resource.DocumentPart
Creates a new DocumentPart object.
DOCX_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
DOMAIN - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS Domain data category.
DOMAIN_VALUE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
downgradeIdenticalBestMatches(boolean, int) - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Downgrades, and possibly removes, all the 100% best matches that are identical.
DOXYGEN_TXT_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
DTD_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
DTDEncoder - Class in net.sf.okapi.common.encoder
Implements IEncoder for DTD text.
DTDEncoder() - Constructor for class net.sf.okapi.common.encoder.DTDEncoder
 
Dutch - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 

E

EBCDIC - Static variable in class net.sf.okapi.common.BOMNewlineEncodingDetector
Java friendly EBCDIC encoding name..
edit(IParameters, boolean, IContext) - Method in interface net.sf.okapi.common.IParametersEditor
Edits the values for the given parameters.
editConfiguration(String, IFilterConfigurationMapper, IFilter, Object, IContext) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationEditor
Edits a given filter configuration.
editConfiguration(String, IFilterConfigurationMapper) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationEditor
Edits a given filter configuration.
editConfigurations(IFilterConfigurationMapper) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationListEditor
Displays a list of all available configurations in a given FilterConfigurationMapper and allow to edit them.
editConfigurations(IFilterConfigurationMapper, String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationListEditor
Displays a list of all available configurations in a given FilterConfigurationMapper, allow to edit them and to select one.
EditorDescription - Class in net.sf.okapi.common.uidescription
Describes the different UI parts and the layout to use for a generic editor.
EditorDescription() - Constructor for class net.sf.okapi.common.uidescription.EditorDescription
Creates a new EditorDescription object.
EditorDescription(String) - Constructor for class net.sf.okapi.common.uidescription.EditorDescription
Creates a new EditorDescription object with a given caption.
EditorDescription(String, boolean, boolean) - Constructor for class net.sf.okapi.common.uidescription.EditorDescription
Creates a new EditorDescription object with a given caption and given default options.
EditorFor - Annotation Type in net.sf.okapi.common
Annotation to use on classes implementing one of the interfaces allowing to edit parameters, to indicate which parameters class the editor supports or describes.
editorMap - Variable in class net.sf.okapi.common.ParametersEditorMapper
Map of the editors for this mapper.
Efik - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
EMPTY - Static variable in class net.sf.okapi.common.LocaleId
An empty locale.
enabled - Variable in class net.sf.okapi.lib.translation.ResourceItem
A flags indicating if this resource is to be used or not.
enabledOnSelection - Variable in class net.sf.okapi.common.uidescription.AbstractPart
 
encode(byte[]) - Static method in class net.sf.okapi.common.Base64
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class net.sf.okapi.common.Base64
Encodes a byte array into Base64 format.
encode(InputStream) - Static method in class net.sf.okapi.common.Base64
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.CDATAEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.DefaultEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.DefaultEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.DefaultEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.DTDEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.DTDEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.DTDEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.EncoderManager
Encodes a given text with the encoder currently cached.
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.EncoderManager
Encodes a given character with the encoder currently cached.
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.EncoderManager
Encodes a given code-point with the encoder currently cached.
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.HtmlEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.HtmlEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.HtmlEncoder
 
encode(String, EncoderContext) - Method in interface net.sf.okapi.common.encoder.IEncoder
Encodes a given text with this encoder.
encode(int, EncoderContext) - Method in interface net.sf.okapi.common.encoder.IEncoder
Encodes a given code-point with this encoding.
encode(char, EncoderContext) - Method in interface net.sf.okapi.common.encoder.IEncoder
Encodes a given character with this encoding.
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.JSONEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.JSONEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.JSONEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.OpenXMLEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.OpenXMLEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.OpenXMLEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.PHPContentEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.PHPContentEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.PHPContentEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.POEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.POEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.POEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.PropertiesEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.PropertiesEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.PropertiesEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.TSEncoder
 
encode(String, EncoderContext) - Method in class net.sf.okapi.common.encoder.XMLEncoder
 
encode(char, EncoderContext) - Method in class net.sf.okapi.common.encoder.XMLEncoder
 
encode(int, EncoderContext) - Method in class net.sf.okapi.common.encoder.XMLEncoder
 
encodePassword(String) - Static method in class net.sf.okapi.common.Base64
Encode a password-type string value.
EncoderContext - Enum in net.sf.okapi.common.encoder
Values for the context of the encoder.
EncoderManager - Class in net.sf.okapi.common.encoder
Provides caching and lookup mechanism for the text encoders used when writing out text processed by a filter.
EncoderManager() - Constructor for class net.sf.okapi.common.encoder.EncoderManager
Creates a new encoder manager, with default pre-defined encoder loaded.
encoderManager - Variable in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
encodeString(String) - Static method in class net.sf.okapi.common.Base64
Encodes a string into UTF-8 Base64 format.
ENCODING - Static variable in class net.sf.okapi.common.resource.Property
 
encoding - Variable in class net.sf.okapi.common.resource.StartDocument
 
end - Variable in class net.sf.okapi.common.Range
Ending position of this range.
END_BATCH_EVENT - Static variable in class net.sf.okapi.common.Event
 
END_DOCUMENT - Static variable in class net.sf.okapi.common.IdGenerator
 
END_GROUP - Static variable in class net.sf.okapi.common.IdGenerator
 
END_SUBDOCUMENT - Static variable in class net.sf.okapi.common.IdGenerator
 
END_SUBFILTER - Static variable in class net.sf.okapi.common.IdGenerator
 
endBatch() - Method in interface net.sf.okapi.common.pipeline.IPipeline
Finishes a batch of inputs.
endBatch() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
endCode() - Method in class net.sf.okapi.common.filters.EventBuilder
 
endCode(String) - Method in class net.sf.okapi.common.filters.EventBuilder
 
endCode() - Method in interface net.sf.okapi.common.filterwriter.ILayerProvider
Gets the string denoting the end of external codes.
endDocumentPart(String) - Method in class net.sf.okapi.common.filters.EventBuilder
End the current DocumentPart and finalize the Event.
endDocumentPart() - Method in class net.sf.okapi.common.filters.EventBuilder
End the DocumentPart and finalize the Event.
endGroup(GenericSkeleton) - Method in class net.sf.okapi.common.filters.EventBuilder
Create a Ending Event of type END_GROUP and add it to the event queue.
endGroup(GenericSkeleton, LocaleId, List<PropertyTextUnitPlaceholder>) - Method in class net.sf.okapi.common.filters.EventBuilder
Create a Ending Event of type END_GROUP and add it to the event queue.
Ending - Class in net.sf.okapi.common.resource
Resource associated with the filter events END_DOCUMENT, END_SUBDOCUMENT, and END_GROUP.
Ending(String) - Constructor for class net.sf.okapi.common.resource.Ending
Creates a new Ending object.
endInline() - Method in interface net.sf.okapi.common.filterwriter.ILayerProvider
Gets the string denoting the end of inline codes.
endSegment() - Method in interface net.sf.okapi.common.filterwriter.ILayerProvider
Gets the string denoting the end of a bilingual segment.
endSubDocument() - Method in class net.sf.okapi.common.filters.EventBuilder
Add the END_SUBDOCUMENT Event to the event queue.
EndSubfilter - Class in net.sf.okapi.common.resource
Ending IResource for StartSubfilter
EndSubfilter(String) - Constructor for class net.sf.okapi.common.resource.EndSubfilter
 
endsWith(TextFragment, String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Indicates if a given text fragment ends with a given sub-string.
endTextUnit() - Method in class net.sf.okapi.common.filters.EventBuilder
End the current TextUnit and place the Event on the event queue.
endTextUnit(GenericSkeleton) - Method in class net.sf.okapi.common.filters.EventBuilder
End the current TextUnit and place the Event on the event queue.
endTextUnit(GenericSkeleton, LocaleId, List<PropertyTextUnitPlaceholder>) - Method in class net.sf.okapi.common.filters.EventBuilder
End the current TextUnit and place the Event on the event queue.
engine - Variable in class net.sf.okapi.common.query.QueryResult
String providing additional information about the origin.
ENGLISH - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "en".
ensureInitialization(boolean) - Method in class net.sf.okapi.common.HTMLCharacterEntities
Ensures the lookup table is initialized.
ensureSeparator(String, boolean) - Static method in class net.sf.okapi.common.Util
Determines if a given path ends with a file name separator for the current platform.
entryId - Variable in class net.sf.okapi.common.query.QueryResult
Unique id of this TM entry.
equals(Object) - Method in class net.sf.okapi.common.annotation.AltTranslation
Define equality of state.
equals(Object) - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Define equality of state.
equals(Object) - Method in class net.sf.okapi.common.LocaleId
Indicates if a given object is equal to this localeId object.
equals(Object) - Method in class net.sf.okapi.common.query.QueryResult
Define equality of state.
equals(Object) - Method in class net.sf.okapi.common.resource.TextFragment
 
escape(String) - Static method in class net.sf.okapi.common.RegexUtil
Escapes a given string for regex.
ESCAPEGT - Static variable in class net.sf.okapi.common.encoder.XMLEncoder
Parameter flag for escaping the greater-than characters.
ESCAPELINEBREAK - Static variable in class net.sf.okapi.common.encoder.XMLEncoder
Parameter flag for escaping the line-breaks.
ESCAPENBSP - Static variable in class net.sf.okapi.common.encoder.XMLEncoder
Parameter flag for escaping the non-breaking space characters.
escapeToRTF(String, boolean, int, CharsetEncoder) - Static method in class net.sf.okapi.common.Util
Escapes a given string into RTF format.
escapeToXML(String, int, boolean, CharsetEncoder) - Static method in class net.sf.okapi.common.Util
Escapes a string for XML.
Estonian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Event - Class in net.sf.okapi.common
Represents an event generated by a filter that implements IFilter.
Event(EventType) - Constructor for class net.sf.okapi.common.Event
Creates a new event without any associated resource.
Event(EventType, IResource) - Constructor for class net.sf.okapi.common.Event
Creates a new event with an associated resource.
Event(EventType, IResource, ISkeleton) - Constructor for class net.sf.okapi.common.Event
Creates a new event with an associated resource and a skeleton object.
EventBuilder - Class in net.sf.okapi.common.filters
EventBuilder provides a simplified API for filter writers that hides the low level resource API.
EventBuilder() - Constructor for class net.sf.okapi.common.filters.EventBuilder
Instantiates a new EventBuilder.
EventBuilder(String, IFilter) - Constructor for class net.sf.okapi.common.filters.EventBuilder
Instantiates a new EventBuilder with a root ID.
EventType - Enum in net.sf.okapi.common
The type of events used when working with the pipeline and its associated interfaces such as IFilter or IFilterWriter.
exclude(LocaleId) - Method in class net.sf.okapi.common.LocaleFilter
Disallows a given locale.
exclude(LocaleId...) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales from a given array of locales.
exclude(Set<LocaleId>) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales from a given set of locales.
exclude(List<LocaleId>) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales from a given list of locales.
exclude(LocaleFilter) - Method in class net.sf.okapi.common.LocaleFilter
Disallows all locales allowed in a given locale filter.
excludeLanguage(String...) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales which language matches any of the languages from a given array.
excludeLanguage(String) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales which language matches a given language.
excludePattern(String, int) - Method in class net.sf.okapi.common.LocaleFilter
Disallows all locales matching a given regular expression with a given set of regex flags.
excludePattern(String) - Method in class net.sf.okapi.common.LocaleFilter
Disallows all locales matching a given regular expression.
excludeRegion(String...) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales which region matches any of the regions from a given array.
excludeRegion(String) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales which region matches a given region.
excludeUserPart(String...) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales which user part matches any of the user parts from a given array.
excludeUserPart(String) - Method in class net.sf.okapi.common.LocaleFilter
Disallows the locales which user part matches a given user part.
ExecutionContext - Class in net.sf.okapi.common
A class to encapsulate information about execution details such as the name of the application, the current UI parent, etc.
ExecutionContext() - Constructor for class net.sf.okapi.common.ExecutionContext
 
expandCodeContent(Code, LocaleId, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
expandPath(String, String, String) - Static method in class net.sf.okapi.common.Util
Expand all supported variables and canonicalize (resolve ".." and ".") a path.
extensions - Variable in class net.sf.okapi.common.filters.FilterConfiguration
List of extensions corresponding to this configuration.
EXTERNALRES - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS External resource data category.
EXTERNALRES_VALUE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
extractPackageName(String) - Static method in class net.sf.okapi.common.ClassUtil
Extracts the package name part of a qualified class name.
extractSegMarkers(TextFragment, String, boolean) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Extracts segment and text part markers from a given string, creates codes (place-holder type) for those markers, and appends them to a given text fragment.
extractShortClassName(String) - Static method in class net.sf.okapi.common.ClassUtil
Extracts the class name part of a qualified class name.

F

Fante - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Fijian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
FileUtil - Class in net.sf.okapi.common
Helper methods for manipulating files.
FileUtil() - Constructor for class net.sf.okapi.common.FileUtil
 
fillBuffer() - Method in class net.sf.okapi.common.ReaderInputStream
 
fillInputRootDirectoryVariable(String, String) - Static method in class net.sf.okapi.common.Util
Replaces in a given original string, a potential variable INPUT_ROOT_DIRECTORY_VAR by a given root directory.
fillRootDirectoryVariable(String, String) - Static method in class net.sf.okapi.common.Util
Replaces in a given original string, a potential variable ROOT_DIRECTORY_VAR by a given root directory.
fillSystemEnvars(String) - Static method in class net.sf.okapi.common.Util
Expands environment variables by replacing strings of the type ${varname} with their values as reported by the system.
filter(LocaleId...) - Method in class net.sf.okapi.common.LocaleFilter
Creates a subset of the locales from a given array, which are allowed by this locale filter.
filterClass - Variable in class net.sf.okapi.common.filters.FilterConfiguration
The full name of the class that implement the filter for this configuration.
FilterConfiguration - Class in net.sf.okapi.common.filters
Data set defining a filter configuration.
FilterConfiguration() - Constructor for class net.sf.okapi.common.filters.FilterConfiguration
Creates an empty FilterConfiguration object.
FilterConfiguration(String, String, String, String, String, String, String) - Constructor for class net.sf.okapi.common.filters.FilterConfiguration
Creates a FilterConfiguration object and initializes it.
FilterConfiguration(String, String, String, String, String, String) - Constructor for class net.sf.okapi.common.filters.FilterConfiguration
Creates a FilterConfiguration object and initializes it.
FilterConfiguration(String, String, String, String, String) - Constructor for class net.sf.okapi.common.filters.FilterConfiguration
Creates a FilterConfiguration object and initializes it.
FilterConfigurationMapper - Class in net.sf.okapi.common.filters
Default implementation of the IFilterConfigurationMapper interface.
FilterConfigurationMapper() - Constructor for class net.sf.okapi.common.filters.FilterConfigurationMapper
Creates a new FilterConfigurationMapper object with no mappings and the custom configuration directory set to the current directory.
FilterInfo - Class in net.sf.okapi.common.filters
Storage for filter information.
FilterInfo() - Constructor for class net.sf.okapi.common.filters.FilterInfo
 
FilterState - Class in net.sf.okapi.common.filters
Placeholder class until we figure what state info we need to pass to the subfilters
FilterState(FilterState.FILTER_STATE, String, ISkeleton, ISkeleton, IdGenerator) - Constructor for class net.sf.okapi.common.filters.FilterState
 
FilterState() - Constructor for class net.sf.okapi.common.filters.FilterState
 
FilterState.FILTER_STATE - Enum in net.sf.okapi.common.filters
 
FilterUtil - Class in net.sf.okapi.common.filters
 
FilterUtil() - Constructor for class net.sf.okapi.common.filters.FilterUtil
 
filterWriter - Variable in class net.sf.okapi.common.resource.StartDocument
 
finalize() - Method in class net.sf.okapi.common.XMLWriter
 
finalizeOutput() - Method in class net.sf.okapi.common.resource.RawDocument
Finalizes the name for this output file.
find(String, String, int) - Static method in class net.sf.okapi.common.RegexUtil
 
find(String, Pattern, int) - Static method in class net.sf.okapi.common.RegexUtil
 
findAll(String, String, int) - Static method in class net.sf.okapi.common.RegexUtil
 
findAll(String, Pattern, int) - Static method in class net.sf.okapi.common.RegexUtil
 
findMostRecentParentId() - Method in class net.sf.okapi.common.filters.EventBuilder
 
findMostRecentParentName() - Method in class net.sf.okapi.common.filters.EventBuilder
 
findMostRecentTextUnitName() - Method in class net.sf.okapi.common.filters.EventBuilder
Find in our buffered queue the most recent TextUnit that has an assigned name
findTuRefInSkeleton(GenericSkeleton) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
Finds source reference in the skeleton.
findTuRefInSkeleton(GenericSkeleton, LocaleId) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
Finds either source or target reference in the skeleton.
Finnish - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
fixFilename(String, String) - Static method in class net.sf.okapi.common.Util
Replaces unsupported characters in a given short file name (no directory path) with a given replacer.
fixFilename(String) - Static method in class net.sf.okapi.common.Util
Replaces unsupported characters in a given short file name (no directory path) with underscore.
fixPath(String) - Static method in class net.sf.okapi.common.Util
Replaces exceeding path separators with a slash.
flag - Variable in class net.sf.okapi.common.resource.Code
Flag for this code.
FLASH_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
flush() - Method in class net.sf.okapi.common.UnicodeBOMWriter
Flushes the stream.
flush() - Method in class net.sf.okapi.common.XMLWriter
Flushes the current buffer to the device.
flushPart() - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Forces the current part to be completed, so the next call to append data will start a new part.
flushRemainingTempEvents() - Method in class net.sf.okapi.common.filters.EventBuilder
Flush all remaining events from the Event queues
FolderInputPart - Class in net.sf.okapi.common.uidescription
UI part descriptor for a folder/directory.
FolderInputPart(ParameterDescriptor, String) - Constructor for class net.sf.okapi.common.uidescription.FolderInputPart
Creates a new FolderInputPart object with a given parameter descriptor.
forceId(String) - Method in class net.sf.okapi.common.resource.Segment
Forces the id of this segment to a specific value.
forceSkeleton(ITextUnit) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Makes sure that a given text unit contains a skeleton.
formatDouble(Double) - Static method in class net.sf.okapi.common.Util
Formats a double value so only the significant trailing zeros are displayed.
FRENCH - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "fr".
fromBCP47(String) - Static method in class net.sf.okapi.common.LocaleId
Creates a new LocaleId from a BCP-47 language tag.
fromCodedHTML(String, TextFragment, boolean) - Method in class net.sf.okapi.lib.translation.QueryUtil
Converts back a coded HTML to a coded text.
fromCodedHTML(String, TextFragment, boolean, boolean) - Method in class net.sf.okapi.lib.translation.QueryUtil
Converts back a coded HTML to a coded text.
fromCodedHTMLToFragment(String, TextFragment) - Method in class net.sf.okapi.lib.translation.QueryUtil
Converts an HTML string created with QueryUtil.toCodedHTML(TextFragment) back into a text fragment, but with empty inline codes.
fromFragmentToLetterCoded(TextFragment) - Static method in class net.sf.okapi.common.filterwriter.GenericContent
Deprecated. 
fromFragmentToLetterCoded(TextFragment, boolean) - Static method in class net.sf.okapi.common.filterwriter.GenericContent
Converts a text fragment into a letter-coded text, optionally escaping tags that will interfere with conversion back to a fragment.
fromLetterCodedToFragment(String, TextFragment, boolean) - Static method in class net.sf.okapi.common.filterwriter.GenericContent
Deprecated. 
fromLetterCodedToFragment(String, TextFragment, boolean, boolean) - Static method in class net.sf.okapi.common.filterwriter.GenericContent
Converts a letter-coded text to a fragment.
fromMT() - Method in class net.sf.okapi.common.annotation.AltTranslation
Indicator telling if the result is coming from a machine translation engine or not.
fromMT() - Method in class net.sf.okapi.common.query.QueryResult
Indicator telling if the result is coming from a machine translation engine or not.
fromPlainTextHTML(String) - Method in class net.sf.okapi.lib.translation.QueryUtil
Converts an HTML plain text into a plain text one.
fromPOSIXLocale(String) - Static method in class net.sf.okapi.common.LocaleId
Creates a new LocaleId from a POSIX locale identifier.
fromString(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
fromString(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
 
fromString(String) - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
fromString(String) - Method in class net.sf.okapi.common.ConfigurationString
 
fromString(String) - Method in class net.sf.okapi.common.filters.InlineCodeFinder
Sets the options of this finder with the values stored in a given string.
fromString(String) - Method in class net.sf.okapi.common.filterwriter.Parameters
 
fromString(String) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
fromString(String) - Method in interface net.sf.okapi.common.IParameters
Parses the parameters stored into a string back into the object.
fromString(String) - Method in class net.sf.okapi.common.LocaleFilter
Configures this locale filter from a given configuration string.
fromString(String) - Static method in class net.sf.okapi.common.LocaleId
Creates a new LocaleId from a locale identifier (and validate it).
fromString(String) - Method in class net.sf.okapi.common.ParametersString
 
fromString(String) - Method in class net.sf.okapi.common.resource.InlineAnnotation
Initializes this annotation from a storage string originally obtained from InlineAnnotation.toString().
fromXLIFF(Element, TextFragment) - Method in class net.sf.okapi.lib.translation.QueryUtil
Converts back an XLIFF text contained in a given element into a TextFragment.

G

GENERIC - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Label to use for a generic annotation set (e.g.
GenericAnnotation - Class in net.sf.okapi.common.annotation
Generic annotation allowing access with field names and multiple instance on the same object.
GenericAnnotation(String) - Constructor for class net.sf.okapi.common.annotation.GenericAnnotation
Creates a new annotation for a given type.
GenericAnnotation(String, Object...) - Constructor for class net.sf.okapi.common.annotation.GenericAnnotation
Creates a new annotation for a given type.
GenericAnnotations - Class in net.sf.okapi.common.annotation
Provides access to a list of GenericAnnotation.
GenericAnnotations() - Constructor for class net.sf.okapi.common.annotation.GenericAnnotations
Creates an empty annotation set.
GenericAnnotations(String) - Constructor for class net.sf.okapi.common.annotation.GenericAnnotations
Creates an annotation set initialized with a storage string created with GenericAnnotations.toString().
GenericAnnotations(GenericAnnotation) - Constructor for class net.sf.okapi.common.annotation.GenericAnnotations
Creates an annotation set and add a given one.
GenericAnnotationType - Class in net.sf.okapi.common.annotation
Types of Generic annotation.
GenericAnnotationType() - Constructor for class net.sf.okapi.common.annotation.GenericAnnotationType
 
GenericContent - Class in net.sf.okapi.common.filterwriter
Handles the conversion between a coded text object and a generic markup string.
GenericContent() - Constructor for class net.sf.okapi.common.filterwriter.GenericContent
 
GenericContent(TextFragment) - Constructor for class net.sf.okapi.common.filterwriter.GenericContent
 
GenericFilterWriter - Class in net.sf.okapi.common.filterwriter
Implements the IFilterWriter interface for filters that use the GenericSkeleton skeleton.
GenericFilterWriter(ISkeletonWriter, EncoderManager) - Constructor for class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
GenericSkeleton - Class in net.sf.okapi.common.skeleton
Simple generic implementation of the ISkeleton interface.
GenericSkeleton() - Constructor for class net.sf.okapi.common.skeleton.GenericSkeleton
Creates a new empty GenericSkeleton object.
GenericSkeleton(String) - Constructor for class net.sf.okapi.common.skeleton.GenericSkeleton
Creates a new GenericSkeleton object and append some data to it.
GenericSkeleton(GenericSkeleton) - Constructor for class net.sf.okapi.common.skeleton.GenericSkeleton
Creates a new GenericSkeleton object and initialize it with the parts of an existing one passed as a parameter.
GenericSkeletonPart - Class in net.sf.okapi.common.skeleton
Part of GenericSkeleton object.
GenericSkeletonPart(String) - Constructor for class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
GenericSkeletonPart(char) - Constructor for class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
GenericSkeletonPart(String, IResource, LocaleId) - Constructor for class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
GenericSkeletonPart(char, IResource, LocaleId) - Constructor for class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
GenericSkeletonWriter - Class in net.sf.okapi.common.skeleton
Implements ISkeletonWriter for the GenericSkeleton skeleton.
GenericSkeletonWriter() - Constructor for class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
Georgian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
GERMAN - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "de".
get(Class<A>) - Method in class net.sf.okapi.common.annotation.Annotations
Gets the annotation for a given type.
get(String, String) - Method in class net.sf.okapi.common.ConfigurationString
 
get(String, boolean) - Method in class net.sf.okapi.common.ConfigurationString
 
get(String, int) - Method in class net.sf.okapi.common.ConfigurationString
 
get(String, char) - Method in class net.sf.okapi.common.ConfigurationString
 
get(String) - Method in class net.sf.okapi.common.ParametersDescription
Gets the descriptor for a given parameter.
get(String) - Method in interface net.sf.okapi.common.resource.ISegments
Gets the segment for a given identifier.
get(int) - Method in interface net.sf.okapi.common.resource.ISegments
Gets the segment for a given segment index.
get(LocaleId) - Method in interface net.sf.okapi.common.resource.IVariantSources
Gets the source object (a TextContainer object) used for the given target locale.
get(String) - Method in class net.sf.okapi.common.resource.Segments
 
get(int) - Method in class net.sf.okapi.common.resource.Segments
 
get(LocaleId) - Method in class net.sf.okapi.common.resource.TargetPropertiesAnnotation
Gets the properties for a given target locale.
get(int) - Method in class net.sf.okapi.common.resource.TextContainer
Gets the part (segment or non-segment) for a given part index.
get(LocaleId) - Method in class net.sf.okapi.common.resource.VariantSources
 
get() - Method in class net.sf.okapi.common.SynchronizedValue
 
get(T[], int) - Static method in class net.sf.okapi.common.Util
Gets the element of an array for a given index.
GET_OUTPUT - Static variable in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
getAccessType() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Get the placeholder PropertyTextUnitPlaceholder.PlaceholderAccessType.
getAfter() - Method in class net.sf.okapi.lib.segmentation.Rule
Gets the pattern after the break point for this rule.
getAlignedSegments() - Method in interface net.sf.okapi.common.resource.ITextUnit
Creates a new IAlignedSegments object to access and manipulate the segments of this text unit.
getAlignedSegments() - Method in class net.sf.okapi.common.resource.TextUnit
 
getAlignmentStatus() - Method in class net.sf.okapi.common.resource.AlignedSegments
 
getAlignmentStatus(LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
getAlignmentStatus() - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets the status of the alignment for this entire text unit.
getAlignmentStatus(LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets the status of the alignment the given target locale in this text unit.
getAlignmentStatus() - Method in interface net.sf.okapi.common.resource.ISegments
Returns the AlignmentStatus for these segments.
getAlignmentStatus() - Method in class net.sf.okapi.common.resource.Segments
 
getAllAnnotations() - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Gets the unmodifiable list of all the annotation in this annotation set.
getAllConfigurations() - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getAllConfigurations() - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets an iterator on all configurations objects for this mapper.
getAllLanguageRules() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets a map of all the language rules in this document.
getAllLanguagesMaps() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the list of all the language maps in this document.
getAnnotatedSpans(String) - Method in class net.sf.okapi.common.resource.TextFragment
Gets the list of all spans of text annotated with a given type of annotation.
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.BaseContext
 
getAnnotation(Class<A>) - Method in interface net.sf.okapi.common.IContext
Gets the annotation of a given type for this context.
getAnnotation(Class<A>) - Method in interface net.sf.okapi.common.IResource
Gets the annotation object for a given class for this resource.
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.BaseNameable
 
getAnnotation(String) - Method in class net.sf.okapi.common.resource.Code
Gets the annotation of a given type.
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.Document
 
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.Ending
 
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.MultiEvent
 
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.Property
Gets the annotation of a given type for this property.
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.RawDocument
 
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.Segment
Gets the annotation object for a given class for this segment.
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.TextContainer
 
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.resource.TextUnit
 
getAnnotation(Class<A>) - Method in class net.sf.okapi.common.skeleton.StorageList
 
getAnnotations(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Gets a list of all the annotations of a given type.
getAnnotations() - Method in interface net.sf.okapi.common.IResource
Gets the iterable list of the annotations for this resource.
getAnnotations() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getAnnotations() - Method in class net.sf.okapi.common.resource.Document
 
getAnnotations() - Method in class net.sf.okapi.common.resource.Ending
 
getAnnotations() - Method in class net.sf.okapi.common.resource.MultiEvent
 
getAnnotations() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getAnnotations() - Method in class net.sf.okapi.common.resource.Property
 
getAnnotations() - Method in class net.sf.okapi.common.resource.RawDocument
 
getAnnotations() - Method in class net.sf.okapi.common.resource.Segment
Gets the iterable list for the annotations of this segment.
getAnnotations() - Method in class net.sf.okapi.common.resource.TextContainer
 
getAnnotations() - Method in class net.sf.okapi.common.resource.TextUnit
 
getAnnotations() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getApplicationName() - Method in class net.sf.okapi.common.ExecutionContext
 
getAvailableLocales() - Static method in class net.sf.okapi.common.LocaleId
Gets an array of the LocaleId objects for all the Java locales installed on the system.
getBatchInputCount() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getBefore() - Method in class net.sf.okapi.lib.segmentation.Rule
Gets the pattern before the break point for this rule.
getBOMSize() - Method in class net.sf.okapi.common.BOMAwareInputStream
Gets the number of bytes used by the Byte-Order-mark in this document.
getBomSize() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Gets the number of bytes used by the Byte-Order-mark in this document.
getBoolean(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
getBoolean(String) - Method in class net.sf.okapi.common.BaseContext
 
getBoolean(String) - Method in class net.sf.okapi.common.BaseParameters
 
getBoolean(String) - Method in interface net.sf.okapi.common.IContext
Gets a boolean property of this context.
getBoolean(String) - Method in interface net.sf.okapi.common.IParameters
Gets the boolean value for the given parameter name.
getBoolean(String, boolean) - Method in class net.sf.okapi.common.ParametersString
 
getBoolean(String) - Method in class net.sf.okapi.common.ParametersString
 
getBoolean() - Method in class net.sf.okapi.common.resource.Property
Gets the boolean value of this property.
getBoolean(String) - Method in class net.sf.okapi.common.UserConfiguration
Gets a boolean property value.
getBoolean(String, boolean) - Method in class net.sf.okapi.common.UserConfiguration
Gets a boolean property value possibly set to a default value.
getBrowseTitle() - Method in class net.sf.okapi.common.uidescription.FolderInputPart
Gets the title of the folder browsing dialog.
getBrowseTitle() - Method in class net.sf.okapi.common.uidescription.PathInputPart
Gets the title of the path browsing dialog.
getCaption() - Method in class net.sf.okapi.common.uidescription.EditorDescription
Gets the caption for this editor.
getCharAt(String, int) - Static method in class net.sf.okapi.common.Util
Gets a character at a given position in a string.
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.DefaultEncoder
 
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.DTDEncoder
 
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.EncoderManager
 
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.HtmlEncoder
 
getCharsetEncoder() - Method in interface net.sf.okapi.common.encoder.IEncoder
Gets the character set encoder used for this encoder.
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.JSONEncoder
 
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.OpenXMLEncoder
 
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.PHPContentEncoder
 
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.POEncoder
 
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.PropertiesEncoder
 
getCharsetEncoder() - Method in class net.sf.okapi.common.encoder.XMLEncoder
 
getCharsetEncoder() - Method in class net.sf.okapi.common.filterwriter.XLIFFContent
Gets the current character set encoder.
getChoicesLabels() - Method in class net.sf.okapi.common.uidescription.ListSelectionPart
Gets the list of the localizable labels to use with the selectable values.
getChoicesValues() - Method in class net.sf.okapi.common.uidescription.ListSelectionPart
Gets the list of items that can be selected.
getClass(Object) - Static method in class net.sf.okapi.common.ClassUtil
Gets the runtime class of a given object.
getClass(String) - Static method in class net.sf.okapi.common.ClassUtil
Gets the class reference for a given qualified class name.
getClassLoader() - Method in class net.sf.okapi.common.plugins.PluginsManager
Gets the URLClassLoader to use for creating new instance of the components listed in this manager.
getClassLocation(Class<?>) - Static method in class net.sf.okapi.common.Util
Gets the directory location of a given class.
getClassName(Object) - Static method in class net.sf.okapi.common.ClassUtil
Gets the non-qualified (without package name prefix) class name for a given object.
getClassName(Class<?>) - Static method in class net.sf.okapi.common.ClassUtil
Gets the non-qualified (w/o package name prefix) class name of a given class reference.
getClassName() - Method in class net.sf.okapi.common.plugins.PluginItem
Gets the name of the class implementing this plug-in.
getClonedCodes() - Method in class net.sf.okapi.common.resource.TextFragment
Gets a list of the copy of the codes for this fragment.
getCode(char) - Method in class net.sf.okapi.common.resource.TextFragment
Gets the code for a given index formatted as character (the second special character in a marker in a coded text string).
getCode(int) - Method in class net.sf.okapi.common.resource.TextFragment
Gets the code for a given index.
getCodedText() - Method in class net.sf.okapi.common.resource.TextContainer
Gets the coded text of the whole content (segmented or not).
getCodedText() - Method in class net.sf.okapi.common.resource.TextFragment
Gets the coded text representation of the fragment.
getCodedText(int, int) - Method in class net.sf.okapi.common.resource.TextFragment
Gets the portion of coded text for a given section of the coded text.
getCodedText(TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Gets text of a given text fragment object possibly containing inline codes.
getCodedTextPosition(Range) - Method in class net.sf.okapi.common.filterwriter.GenericContent
Gets the matching position in the coded text string of a given position in the generic text output.
getCodeMode() - Method in class net.sf.okapi.common.filterwriter.TMXContent
Gets the flag for the code mode currently set.
getCodes() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
Gets the string list of the codes for this issue.
getCodes() - Method in class net.sf.okapi.common.resource.TextFragment
Gets the list of all codes for the fragment.
getCodes(int, int) - Method in class net.sf.okapi.common.resource.TextFragment
Gets a copy of the list of the codes that are within a given section of coded text.
getCodesAsArray() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getCombinedScore() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the combined score for this entry.
getCombinedScore() - Method in class net.sf.okapi.common.query.QueryResult
Gets the combined score for this result.
getComment() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getComment() - Method in class net.sf.okapi.lib.segmentation.Rule
Gets the optional comment for this rule.
getComments() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the comments associated with this document.
getConfiguration(String) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
getConfiguration(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getConfiguration(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets the FilterConfiguration object for a given configuration identifier.
getConfigurations() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
getConfigurations() - Method in interface net.sf.okapi.common.filters.IFilter
Gets the list of all predefined configurations for this filter.
getConfigurations() - Method in class net.sf.okapi.common.filters.SubFilter
 
getContainer() - Method in class net.sf.okapi.common.uidescription.AbstractPart
Gets the container part of this part.
getContent() - Method in class net.sf.okapi.common.resource.TextPart
Gets the text fragment for this part.
getContent(ITextUnit, LocaleId, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
Gets the original content of a given text unit.
getContent(TextFragment, LocaleId, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
Gets the original content of a TextFragment.
getConverter() - Method in class net.sf.okapi.common.filters.SubFilter
 
getCopySource() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
getCorrespondingSource(Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>, EnumSet<IAlignedSegments.CopyOptions>) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
getCorrespondingSource(Segment, LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
getCorrespondingSource(Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>, EnumSet<IAlignedSegments.CopyOptions>) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets the source segment corresponding to a given target segment.
getCorrespondingSource(Segment, LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets the source segment corresponding to a given target segment given the most common use case of one source and one target.
getCorrespondingTarget(Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>, EnumSet<IAlignedSegments.CopyOptions>) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
getCorrespondingTarget(Segment, LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
getCorrespondingTarget(Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>, EnumSet<IAlignedSegments.CopyOptions>) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets the target segment corresponding to a given source segment.
getCorrespondingTarget(Segment, LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets the target segment corresponding to a given source segment given the most common use case of one source and one target.
getCurrentCode() - Method in class net.sf.okapi.common.filters.EventBuilder
Get the current Code.
getCustomConfigurationsDirectory() - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
Gets the directory where the custom configuration files are stored.
getCustomParameters(FilterConfiguration) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getCustomParameters(FilterConfiguration, IFilter) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
Gets the parameters for a given custom filter configuration.
getCustomParameters(FilterConfiguration, IFilter) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets the parameters for a given custom filter configuration.
getCustomParameters(FilterConfiguration) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets the parameters for a given custom filter configuration.
getData() - Method in class net.sf.okapi.common.resource.Code
Gets the raw data for the code.
getData() - Method in class net.sf.okapi.common.resource.InlineAnnotation
Gets the data for this annotation.
getData() - Method in class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
getDefaultConfiguration(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getDefaultConfiguration(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets the first filter configuration for a given MIME type.
getDefaultConfigurationFromExtension(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getDefaultConfigurationFromExtension(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets the first filter configuration for a given extension.
getDefaultEncoding() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Get the defaultEncoding set by the user.
getDefaultLabelFlushed() - Method in interface net.sf.okapi.common.uidescription.IContainerPart
 
getDefaultVertical() - Method in interface net.sf.okapi.common.uidescription.IContainerPart
 
getDescription() - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Gets a short localizable description of what this step does.
getDescriptionProvider(String) - Method in interface net.sf.okapi.common.IParametersEditorMapper
Gets an object that can provide the UI description to use with a generic editor.
getDescriptionProvider(String) - Method in class net.sf.okapi.common.ParametersEditorMapper
 
getDescriptor(String) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Gets the descriptor for a given UI part.
getDescriptors() - Static method in class net.sf.okapi.common.LCIDUtil
Gets a list of all descriptors for the registered LCID.
getDescriptors() - Method in class net.sf.okapi.common.ParametersDescription
Gets a map of all the parameter descriptors for this description.
getDescriptors() - Method in class net.sf.okapi.common.uidescription.EditorDescription
Gets a map of the descriptor of all UI parts for this editor.
getDetectedEncoding() - Method in class net.sf.okapi.common.BOMAwareInputStream
Gets the encoding that was guessed.
getDirectoryName(String) - Static method in class net.sf.okapi.common.Util
Gets the directory name of a full path.
getDisplayName() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
getDisplayName() - Method in interface net.sf.okapi.common.filters.IFilter
Gets the localizable display name of this filter.
getDisplayName() - Method in class net.sf.okapi.common.filters.SubFilter
 
getDisplayName() - Method in interface net.sf.okapi.common.IParameterDescriptor
Gets the localizable name of this parameter.
getDisplayName() - Method in class net.sf.okapi.common.ParameterDescriptor
 
getDisplayName() - Method in class net.sf.okapi.common.uidescription.AbstractPart
 
getDisplayText() - Method in class net.sf.okapi.common.resource.Code
Get the display equivalent text for this code.
getDocumentId() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
getDocumentName() - Method in class net.sf.okapi.common.filters.AbstractFilter
Gets the START_DOCUMENT name for the current input.
getDocumentPart() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a DocumentPart.
getDocumentPartId() - Method in class net.sf.okapi.common.filters.EventBuilder
Gets the current custom DocumentPart id.
getDouble(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
getEditorDescriptionProvider() - Method in class net.sf.okapi.common.plugins.PluginItem
Gets the class information for the IEditorDescriptionProvider class associated with this plug-in, or null if there is none.
getElementType() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
 
getEmbeddableParamsEditor() - Method in class net.sf.okapi.common.plugins.PluginItem
Gets the class information for the IEmbeddableParamsEditor class associated with this plug-in, or null if there is none.
getEnabled() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getEncodedOutput() - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
getEncodedString(String, String) - Method in class net.sf.okapi.common.ParametersString
Gets the string value for a given parameter after decoding it if necessary.
getEncoder() - Method in class net.sf.okapi.common.encoder.EncoderManager
Gets the encoder currently cached by this manager.
getEncoderManager() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
getEncoderManager() - Method in interface net.sf.okapi.common.filters.IFilter
Gets the EncoderManager object for this filter.
getEncoderManager() - Method in class net.sf.okapi.common.filters.SubFilter
 
getEncoderManager() - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
getEncoderManager() - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Gets the current encoder manager for this writer.
getEncoderManager() - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
getEncoderManager() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
getEncoderManager() - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
getEncoding() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Get the guessed encoding or if encoding couldn't be guessed return the user supplied encoding.
getEncoding() - Method in class net.sf.okapi.common.filters.AbstractFilter
Gets the input document encoding.
getEncoding() - Method in class net.sf.okapi.common.resource.RawDocument
Gets the default encoding associated to this resource.
getEncoding() - Method in class net.sf.okapi.common.resource.StartDocument
Gets the character set encoding of this document.
getEncoding() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
getEncoding() - Method in class net.sf.okapi.common.UnicodeBOMWriter
Returns the encoding being used to write this output stream (i.e., the encoding of the file).
getEncodingSpecificationInfo() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Return a short description of the encoding.
getEndGroup() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a Ending.
getEnding() - Method in class net.sf.okapi.common.Event
Convenience method returns the Ending resource.
getEndSkeleton() - Method in class net.sf.okapi.common.filters.FilterState
 
getEndSubfilter() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a EndSubfilter.
getEngine() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the engine for this entry (can be null).
getEntries() - Method in class net.sf.okapi.common.uidescription.CheckListPart
Gets the map of the the entries.
getEntry() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the text unit for this entry.
getEntry() - Method in class net.sf.okapi.common.skeleton.ZipSkeleton
 
getEscapeGt() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
getEvents(RawDocument) - Method in class net.sf.okapi.common.filters.SubFilter
Get events by subfilter at once, without using open()/hasNext()/next()/close().
getEventType() - Method in class net.sf.okapi.common.Event
Gets the type of this event.
getExactBestMatches() - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the number of best matches that are exact (100%) since the last call to QueryManager.resetCounters().
getExcludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of disallowed locales.
getExecutionContext() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getExplicitLocaleIds() - Method in class net.sf.okapi.common.LocaleFilter
If the filter contains only explicitly listed locales (no regex patterns or masks), then returns the list of locale tags of those locales.
getExplicitLocaleIds(String) - Static method in class net.sf.okapi.common.LocaleFilter
Determines if a given string contains only explicitly listed locales.
getExtension(String) - Static method in class net.sf.okapi.common.Util
Gets the extension of a given path or filename.
getFieldCount() - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
getFilename(String, boolean) - Static method in class net.sf.okapi.common.Util
Gets the filename of a path.
getFilter() - Method in class net.sf.okapi.common.filters.SubFilter
 
getFilterConfigId() - Method in class net.sf.okapi.common.resource.RawDocument
Gets the identifier of the filter configuration to use with this document.
getFilterConfigurationId(int) - Method in class net.sf.okapi.common.pipelinedriver.BatchItemContext
 
getFilterConfigurationId(int) - Method in interface net.sf.okapi.common.pipelinedriver.IBatchItemContext
Gets the filter configuration identifier for a given input document of this batch item.
getFilterConfigurationId() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getFilterConfigurationMapper() - Method in class net.sf.okapi.common.filters.AbstractFilter
Gets the filter configuration mapper if available.
getFilterConfigurationMapper() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getFilterConfigurations(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getFilterConfigurations(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets a list of all FilterConfiguration objects for a given filter class.
getFilteredFiles(File, FilenameFilter, boolean) - Static method in class net.sf.okapi.common.FileUtil
Gets a collection of the files in a given directory.
getFilteredFiles(String, String) - Static method in class net.sf.okapi.common.Util
Return a list of files based on suffix (i.e, .xml, .html etc.)
getFilteredFilesAsArray(File, FilenameFilter, boolean) - Static method in class net.sf.okapi.common.FileUtil
Gets an array of the files in a given directory.
getFilterExtensions() - Method in class net.sf.okapi.common.uidescription.PathInputPart
Gets the extensions to use for the browse filter.
getFilterNames() - Method in class net.sf.okapi.common.uidescription.PathInputPart
Gets the names to used for the browse filter.
getFilterParameters() - Method in class net.sf.okapi.common.resource.StartDocument
Gets the current parameters for this document.
getFilterParameters() - Method in class net.sf.okapi.common.resource.StartSubDocument
Gets the current parameters for this sub-document.
getFilterParameters() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
getFiltersInfo() - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getFiltersInfo() - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets a list of information on all filters in this mapper.
getFilterWriter() - Method in class net.sf.okapi.common.filters.AbstractFilter
Gets the filter writer for this filter.
getFilterWriter() - Method in class net.sf.okapi.common.resource.StartDocument
Gets the filter writer for this document.
getFilterWriter() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
getFirst() - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Gets the first entry in the list of alternate translations.
getFirstAnnotation(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Gets the first occurrence of an annotation for a given type.
getFirstContent() - Method in interface net.sf.okapi.common.resource.ISegments
Gets the content of the first segment of this container.
getFirstContent() - Method in class net.sf.okapi.common.resource.Segments
 
getFirstContent() - Method in class net.sf.okapi.common.resource.TextContainer
Gets the content of the first part (segment or non-segment) of this container.
getFirstNonNullItem(List<E>) - Static method in class net.sf.okapi.common.ListUtil
Gets a first non-null element of a given list.
getFirstPart() - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Gets the first part of this skeleton, or null if there are none.
getFirstSegment() - Method in class net.sf.okapi.common.resource.TextContainer
Returns the first Segment of this container.
getFromOriginal() - Method in class net.sf.okapi.common.annotation.AltTranslation
Indicates if this alternate translation was provided from the original document.
getFuzzyBestMatches() - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the number of best matches that are fuzzy (less that 100%, more than 0%) since the last call to QueryManager.resetCounters().
getFuzzyScore() - Method in class net.sf.okapi.common.annotation.AltTranslation
 
getFuzzyScore() - Method in class net.sf.okapi.common.query.QueryResult
Gets the fuzzy score (i.e., string distance) for this result.
getGenericAnnotations() - Method in class net.sf.okapi.common.resource.Code
Gets the generic annotation set assigned to the code if any.
getGenericAnnotationString(String, String) - Method in class net.sf.okapi.common.resource.Code
Gets the value of a string field for the first generic annotation of a given type in the annotation set associated with this code.
getGroup(String, String) - Method in class net.sf.okapi.common.ConfigurationString
 
getGroup(String, String) - Method in class net.sf.okapi.common.ParametersString
 
getGroup(String) - Method in class net.sf.okapi.common.ParametersString
 
getGroupAtPos(String, int) - Static method in class net.sf.okapi.common.RegexUtil
 
getGroupId() - Method in class net.sf.okapi.common.filters.EventBuilder
Get the IdGenerator for Groups
getHeaderComments() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the comments associated with the header of this document.
getHeight() - Method in class net.sf.okapi.common.uidescription.TextInputPart
Gets the suggested height of this part (-1 for default)
getHeightHint() - Method in class net.sf.okapi.common.uidescription.CheckListPart
Gets the suggested height for the list.
getHelpLocation() - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
getHelpLocation() - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Gets the relative directory location for the help of this step.
getICURegex() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
getId() - Method in interface net.sf.okapi.common.IResource
Gets the identifier of the resource.
getId() - Method in interface net.sf.okapi.common.pipeline.IPipeline
Get the Pipelines identifier.
getId() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
getId() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getId() - Method in class net.sf.okapi.common.resource.Code
Gets the identifier of the code.
getId() - Method in class net.sf.okapi.common.resource.Document
 
getId() - Method in class net.sf.okapi.common.resource.Ending
 
getId() - Method in class net.sf.okapi.common.resource.MultiEvent
 
getId() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getId() - Method in class net.sf.okapi.common.resource.RawDocument
 
getId() - Method in class net.sf.okapi.common.resource.Segment
Gets the identifier for this segment.
getId() - Method in class net.sf.okapi.common.resource.TextUnit
 
getId() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getIdGenerator() - Method in class net.sf.okapi.common.filters.FilterState
 
getIncludeAltTrans() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
getIncludeCodeAttrs() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
getIncludeIts() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
Gets the flag indicating if ITS markup should be output or not.
getIncludeNoTranslate() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
getIncludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of allowed locales.
getIndex(List<Code>, boolean, int) - Static method in class net.sf.okapi.common.resource.Code
Gets the index in a list of codes for the id of a given code.
getIndex(String) - Method in interface net.sf.okapi.common.resource.ISegments
Gets the segment index for a given segment id.
getIndex(String) - Method in class net.sf.okapi.common.resource.Segments
 
getIndex(int) - Method in class net.sf.okapi.common.resource.TextFragment
Gets the index value for the first in-line code (in the codes list) with a given identifier.
getIndexForClosing(int) - Method in class net.sf.okapi.common.resource.TextFragment
Gets the index value for the closing in-line code (in the codes list) with a given identifier.
getInfo(int) - Method in class net.sf.okapi.common.annotation.TermsAnnotation
Gets the term information for a given index, or an empty string if there is not associated information for the term.
getInputCharSequence() - Method in class net.sf.okapi.common.resource.RawDocument
Gets the CharSequence associated with this resource.
getInputRawDocument() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getInputRootDirectory() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getInputStream() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Get the input stream pased in to the constructor
getInputURI() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getInputURI() - Method in class net.sf.okapi.common.resource.RawDocument
Gets the URI object associated with this resource.
getInteger(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
getInteger(String) - Method in class net.sf.okapi.common.BaseContext
 
getInteger(String) - Method in class net.sf.okapi.common.BaseParameters
 
getInteger(String) - Method in interface net.sf.okapi.common.IContext
Gets an integer property of this context.
getInteger(String) - Method in interface net.sf.okapi.common.IParameters
Gets the integer value for a given parameter name.
getInteger(String, int) - Method in class net.sf.okapi.common.ParametersString
 
getInteger(String) - Method in class net.sf.okapi.common.ParametersString
 
getInteger(String) - Method in class net.sf.okapi.common.UserConfiguration
Gets an integer property.
getInterface(int) - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the IQuery interface for a given translation resource.
getIsGui() - Method in class net.sf.okapi.common.ExecutionContext
 
getIsNoPrompt() - Method in class net.sf.okapi.common.ExecutionContext
 
getIssueType() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getItemCount() - Method in class net.sf.okapi.common.filterwriter.TMXWriter
Gets the number of TU elements that have been written in the current output document.
getITSType() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getITSType(IssueType) - Static method in enum net.sf.okapi.common.annotation.IssueType
 
getLanguage() - Method in interface net.sf.okapi.common.ISegmenter
Gets the language used to apply the rules.
getLanguage() - Method in class net.sf.okapi.common.LocaleId
Gets the language code for this LocaleId.
getLanguage() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
getLanguage() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
getLanguageExcludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of disallowed languages.
getLanguageIncludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of allowed languages.
getLanguageRules(String) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the list of rules for a given <languagerule> element.
getLast() - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Gets the last entry in the list of alternate translations.
getLast() - Method in interface net.sf.okapi.common.resource.ISegments
Gets the last Segment of the container.
getLast() - Method in class net.sf.okapi.common.resource.Segments
 
getLastChar(TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Gets the last character of a given text fragment.
getLastChar(String) - Static method in class net.sf.okapi.common.Util
Gets the last character of a given string.
getLastChar(StringBuilder) - Static method in class net.sf.okapi.common.Util
Gets the last character of a given StringBuilder object.
getLastCodeId() - Method in class net.sf.okapi.common.resource.TextFragment
Gets the last value used for code id.
getLastContent() - Method in interface net.sf.okapi.common.resource.ISegments
Gets the content of last segment of this container.
getLastContent() - Method in class net.sf.okapi.common.resource.Segments
 
getLastContent() - Method in class net.sf.okapi.common.resource.TextContainer
Gets the content of the last part (segment or non-segment) of this container.
getLastId() - Method in class net.sf.okapi.common.IdGenerator
Gets the last identifier generated.
getLastPart() - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Gets the last part of this skeleton, or null if there are none.
getLayer() - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
getLCID(String) - Static method in class net.sf.okapi.common.LCIDUtil
Gets an LCID for a given language tag.
getLCID(LocaleId) - Static method in class net.sf.okapi.common.LCIDUtil
Gets the LCID for a given locale id.
getLCID_asString(LocaleId) - Static method in class net.sf.okapi.common.LCIDUtil
Gets the LCID as a string, for a given locale id.
getLcidLookup() - Static method in class net.sf.okapi.common.LCIDUtil
 
getLength(String) - Static method in class net.sf.okapi.common.Util
Gets the length of a string, even a null one.
getLetterCodedMode() - Method in class net.sf.okapi.common.filterwriter.TMXContent
Indicates if this formatter is set to output letter-coded content.
getLineBreak() - Method in class net.sf.okapi.common.encoder.DefaultEncoder
 
getLineBreak() - Method in class net.sf.okapi.common.encoder.DTDEncoder
 
getLineBreak() - Method in class net.sf.okapi.common.encoder.EncoderManager
 
getLineBreak() - Method in class net.sf.okapi.common.encoder.HtmlEncoder
 
getLineBreak() - Method in interface net.sf.okapi.common.encoder.IEncoder
Gets the line-break to use for this encoder.
getLineBreak() - Method in class net.sf.okapi.common.encoder.JSONEncoder
 
getLineBreak() - Method in class net.sf.okapi.common.encoder.OpenXMLEncoder
 
getLineBreak() - Method in class net.sf.okapi.common.encoder.PHPContentEncoder
 
getLineBreak() - Method in class net.sf.okapi.common.encoder.POEncoder
 
getLineBreak() - Method in class net.sf.okapi.common.encoder.PropertiesEncoder
 
getLineBreak() - Method in class net.sf.okapi.common.encoder.XMLEncoder
 
getLineBreak() - Method in class net.sf.okapi.common.resource.StartDocument
Gets the type of line-break used in the original document.
getLineBreak() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
getLineBreak() - Method in class net.sf.okapi.common.XMLWriter
Gets the line break string currently used for this writer.
getList(int) - Method in class net.sf.okapi.common.plugins.PluginsManager
Gets the list of the class names of all available plug-ins of a given type currently available in this manager.
getList() - Method in class net.sf.okapi.common.plugins.PluginsManager
Gets the list of all the plug-ins currently in this manager.
getListType() - Method in class net.sf.okapi.common.uidescription.ListSelectionPart
Gets the type of list this UI part should use.
getLocale() - Method in class net.sf.okapi.common.resource.StartDocument
Gets the locale of this document.
getLocale() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
getLocale() - Method in class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
getLocaleBasedFile(String, String, LocaleId) - Static method in class net.sf.okapi.common.FileUtil
Return a path to a locale based resource using the standard java property resource resolution.
getLocaleId(String) - Static method in class net.sf.okapi.common.LCIDUtil
Creates a locale id for a given language tag.
getLocaleId(int) - Static method in class net.sf.okapi.common.LCIDUtil
Creates a locale id for a given LCID value.
getLocaleId() - Method in class net.sf.okapi.common.resource.AlignedPair
Gets the LocaleId of the target parts
getLocales() - Method in interface net.sf.okapi.common.resource.IVariantSources
Lists all target locales for which there is a variant source Does not include a locale for the default source.
getLocales() - Method in class net.sf.okapi.common.resource.TargetPropertiesAnnotation
Gets a set of the target locales available in this annotation.
getLocales() - Method in class net.sf.okapi.common.resource.VariantSources
 
getMainEndPos() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Get the ending offset of the attribute
getMainStartPos() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Get the offset to the beginning of the attribute.
getMaskRule() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the current pattern of the mask rule.
getMasterPart() - Method in class net.sf.okapi.common.uidescription.AbstractPart
Gets the master part associated with this UI part.
getMaximumHits() - Method in interface net.sf.okapi.lib.translation.ITMQuery
Gets the current maximum number of hits to retrieve.
getMaximumValue() - Method in class net.sf.okapi.common.uidescription.SpinInputPart
Gets the maximum value allowed (for integer input).
getMaximumValue() - Method in class net.sf.okapi.common.uidescription.TextInputPart
Gets the maximum value allowed (for integer input).
getMethod() - Method in class net.sf.okapi.common.pipeline.annotations.ConfigurationParameter
Gets the method for this parameter.
getMimeConfigurations(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getMimeConfigurations(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets a list of all FilterConfiguration objects for a given MIME type.
getMimeType() - Method in class net.sf.okapi.common.filters.AbstractFilter
Gets the input document mime type.
getMimeType() - Method in interface net.sf.okapi.common.filters.IFilter
Gets the MIME type of the format supported by this filter.
getMimeType() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Get the attribute values mimetype
getMimeType() - Method in class net.sf.okapi.common.filters.SubFilter
 
getMimeType(String) - Static method in class net.sf.okapi.common.MimeTypeMapper
Gets the mime type associated with the provided file extension.
getMimeType() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getMimeType() - Method in interface net.sf.okapi.common.resource.INameable
Gets the type of content of this resource.
getMimeType() - Method in class net.sf.okapi.common.resource.TextUnit
 
getMimeType() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getMinimumValue() - Method in class net.sf.okapi.common.uidescription.SpinInputPart
Gets the minimum value allowed (for integer input).
getMinimumValue() - Method in class net.sf.okapi.common.uidescription.TextInputPart
Gets the minimum value allowed (for integer input).
getMultiEvent() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a MultiEvent.
getName() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
getName() - Method in interface net.sf.okapi.common.filters.IFilter
Gets the name/identifier of this filter.
getName() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Get the attribute name
getName() - Method in class net.sf.okapi.common.filters.SubFilter
 
getName() - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
getName() - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Gets the name of this writer.
getName() - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
getName() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
getName() - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
getName(char) - Method in class net.sf.okapi.common.HTMLCharacterEntities
Gets the entity name for the given character.
getName() - Method in interface net.sf.okapi.common.IParameterDescriptor
Gets the programming name of this parameter.
getName() - Method in class net.sf.okapi.common.ParameterDescriptor
 
getName() - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Gets the localizable name of this step.
getName() - Method in interface net.sf.okapi.common.query.IQuery
Gets the name of the connector.
getName() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getName() - Method in interface net.sf.okapi.common.resource.INameable
Gets the name of this resource.
getName() - Method in class net.sf.okapi.common.resource.Property
Gets the name of this property.
getName() - Method in class net.sf.okapi.common.resource.TextUnit
 
getName() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getName() - Method in class net.sf.okapi.common.uidescription.AbstractPart
 
getName(int) - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the name for a given translation resource.
getNamespaceURI(String) - Method in class net.sf.okapi.common.NSContextManager
Gets the namespace URI for a given prefix.
getNewlineType(CharSequence) - Static method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Static helper method for detecting newline type used in a run of text.
getNewlineType() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Detects newline type using the inputStream itself.
getNewlineType() - Method in class net.sf.okapi.common.filters.AbstractFilter
Get the newline type used in the input.
getNextSegmentRange(TextContainer) - Method in interface net.sf.okapi.common.ISegmenter
Compute the range of the next segment for a given TextContainer object.
getNextSegmentRange(TextContainer) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
getNextSegmentRange(TextContainer) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
getNoQueryThreshold() - Method in interface net.sf.okapi.common.query.IQuery
Gets the threshold for when to avoid a query.
getNoQueryThreshold() - Method in class net.sf.okapi.lib.translation.BaseConnector
 
getNumOccurrences(String, String) - Static method in class net.sf.okapi.common.StringUtil
Returns a number of occurrences of a given substring in a given string.
getNumParts(GenericSkeleton) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
getObject(String) - Method in class net.sf.okapi.common.BaseContext
 
getObject(String) - Method in interface net.sf.okapi.common.IContext
Gets an object property of this context.
getObservers() - Method in class net.sf.okapi.common.observer.BaseObservable
 
getObservers() - Method in interface net.sf.okapi.common.observer.IObservable
Returns list of observers registered with the Observable.
getObservers() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
getOrigin() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the origin for this entry (can be null).
getOriginal() - Method in class net.sf.okapi.common.skeleton.ZipSkeleton
 
getOS() - Static method in class net.sf.okapi.common.Util
Get the operating system
getOuterData() - Method in class net.sf.okapi.common.resource.Code
Gets the outer data for this in-line code.
getOutputEncoding(int) - Method in class net.sf.okapi.common.pipelinedriver.BatchItemContext
 
getOutputEncoding(int) - Method in interface net.sf.okapi.common.pipelinedriver.IBatchItemContext
Gets the output encoding for a given input document of this batch item.
getOutputEncoding() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getOutputURI(int) - Method in class net.sf.okapi.common.pipelinedriver.BatchItemContext
 
getOutputURI(int) - Method in interface net.sf.okapi.common.pipelinedriver.IBatchItemContext
Gets the output URI for a given input document of this batch item.
getOutputURI() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getPackageName(Object) - Static method in class net.sf.okapi.common.ClassUtil
Gets the name of the package containing a given object's class.
getPackageName(Class<?>) - Static method in class net.sf.okapi.common.ClassUtil
Gets the package name of a given class reference.
getParameters(FilterConfiguration) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getParameters(FilterConfiguration, IFilter) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
getParameters() - Method in interface net.sf.okapi.common.filters.IFilter
Gets the current parameters for this filter.
getParameters(FilterConfiguration) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets the parameters for a given configuration (predefined or custom).
getParameters(FilterConfiguration, IFilter) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Gets the parameters for a given configuration (predefined or custom).
getParameters() - Method in class net.sf.okapi.common.filters.SubFilter
 
getParameters() - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
getParameters() - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Gets the current parameters for this writer.
getParameters() - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
getParameters() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
getParameters() - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
getParameters() - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
getParameters() - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Gets the current parameters for this step.
getParameters() - Method in interface net.sf.okapi.common.query.IQuery
Gets the current parameters of this connector.
getParameters() - Method in class net.sf.okapi.lib.translation.BaseConnector
 
getParametersDescription() - Method in class net.sf.okapi.common.BaseParameters
 
getParametersDescription() - Method in class net.sf.okapi.common.filterwriter.Parameters
 
getParametersDescription() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
getParametersDescription() - Method in interface net.sf.okapi.common.IParameters
Gets the description of the parameters.
getParametersList() - Method in interface net.sf.okapi.common.IParametersProvider
Gets the list of available sets of parameters (for example, the list of all filter settings).
getParameterType() - Method in class net.sf.okapi.common.pipeline.annotations.ConfigurationParameter
Gets the type of parameter for this parameter.
getParamsEditor() - Method in class net.sf.okapi.common.plugins.PluginItem
Gets the class information for the IParameterEditor class associated with this plug-in, or null if there is none.
getParent() - Method in interface net.sf.okapi.common.IParameterDescriptor
Gets the object where this parameter is instantiated.
getParent() - Method in interface net.sf.okapi.common.ISkeleton
Gets the parent resource of this skeleton.
getParent() - Method in class net.sf.okapi.common.ParameterDescriptor
 
getParent() - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
 
getParent() - Method in class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
getParent() - Method in class net.sf.okapi.common.uidescription.AbstractPart
 
getParentEncoder() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
getParentId() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
getParentId() - Method in class net.sf.okapi.common.filters.FilterState
 
getParentId() - Method in class net.sf.okapi.common.filters.SubFilter
 
getParentId() - Method in class net.sf.okapi.common.resource.BaseReferenceable
Gets the identifier of the parent resource of this resource.
getParentId() - Method in class net.sf.okapi.common.resource.StartSubDocument
 
getParentName() - Method in class net.sf.okapi.common.filters.SubFilter
 
getParentTextUnitName() - Method in class net.sf.okapi.common.filters.FilterState
 
getPart(GenericSkeleton, int) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
getPartBeforeFile(URI) - Static method in class net.sf.okapi.common.FileUtil
Gets the URI part before the file name.
getPartIndex(int) - Method in interface net.sf.okapi.common.resource.ISegments
Gets the part index for a given segment index.
getPartIndex(int) - Method in class net.sf.okapi.common.resource.Segments
 
getParts() - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Gets a list of all the parts of this skeleton.
getPath() - Method in class net.sf.okapi.common.BaseParameters
 
getPath() - Method in interface net.sf.okapi.common.IParameters
Gets the full path of the last file where the parameters where loaded from or saved to.
getPattern(String) - Static method in class net.sf.okapi.common.RegexUtil
 
getPattern() - Method in class net.sf.okapi.lib.segmentation.LanguageMap
Gets the pattern associated to this language map.
getPatternExcludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of compiled regular expressions for disallowed locales.
getPatternIncludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of compiled regular expressions for allowed locales.
getPercentage(int, int) - Static method in class net.sf.okapi.common.Util
Calculates safely a percentage.
getPipeline() - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Gets the IPipeline currently associated with this driver.
getPipeline() - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
getPipelineParameters() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a PipelineParameters.
getPlaceholderMode() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
Sets the flag indicating if the inline code should use the place-holder notation (g and x elements).
getPluginsDir() - Method in class net.sf.okapi.common.plugins.PluginsManager
Gets the directory where the plug-ins are located.
getPrefix(String) - Method in class net.sf.okapi.common.NSContextManager
Gets the prefix for a given namespace URI.
getPrefixes(String) - Method in class net.sf.okapi.common.NSContextManager
Not implemented.
getProperties() - Method in class net.sf.okapi.common.BaseContext
 
getProperties() - Method in interface net.sf.okapi.common.IContext
Gets the map of the existing properties for this context.
getProperty(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
getProperty(String) - Method in interface net.sf.okapi.common.resource.INameable
Gets the resource-level property for a given name.
getProperty(LocaleId, String) - Method in interface net.sf.okapi.common.resource.IVariantSources
Gets the source property for a given name and target locale.
getProperty(String) - Method in class net.sf.okapi.common.resource.TextContainer
 
getProperty(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
getProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.VariantSources
 
getProperty(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
getPropertyNames() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getPropertyNames() - Method in interface net.sf.okapi.common.resource.INameable
Gets the names of all the resource-level properties for this resource.
getPropertyNames(LocaleId) - Method in interface net.sf.okapi.common.resource.IVariantSources
Gets the names of all the source properties for this resource.
getPropertyNames() - Method in class net.sf.okapi.common.resource.TextContainer
 
getPropertyNames() - Method in class net.sf.okapi.common.resource.TextUnit
 
getPropertyNames(LocaleId) - Method in class net.sf.okapi.common.resource.VariantSources
 
getPropertyNames() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getPropertyValue(INameable, String, LocaleId, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
getQualifiedClassName(Object) - Static method in class net.sf.okapi.common.ClassUtil
Gets the qualified class name of a given object.
getQualifiedClassName(Class<?>) - Static method in class net.sf.okapi.common.ClassUtil
Gets the qualified class name of a given class reference.
getQuality() - Method in class net.sf.okapi.common.query.QueryResult
Gets the quality rating of the translation in this result.
getQualityScore() - Method in class net.sf.okapi.common.annotation.AltTranslation
 
getQuotedAreas(String) - Static method in class net.sf.okapi.common.RegexUtil
 
getRanges() - Method in interface net.sf.okapi.common.ISegmenter
Gets the list off all segments ranges calculated when calling ISegmenter.computeSegments(String), or ISegmenter.computeSegments(TextContainer).
getRanges() - Method in interface net.sf.okapi.common.resource.ISegments
Gets the list of the boundaries for the current segments in this container.
getRanges() - Method in class net.sf.okapi.common.resource.Segments
 
getRanges() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
getRanges() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
getRawDocument() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a RawDocument.
getRawDocument(int) - Method in class net.sf.okapi.common.pipelinedriver.BatchItemContext
 
getRawDocument(int) - Method in interface net.sf.okapi.common.pipelinedriver.IBatchItemContext
Gets a RawDocument object from the given input document of this batch item.
getReader() - Method in class net.sf.okapi.common.resource.RawDocument
Returns a Reader based on the current Stream returned from getStream().
getReadMethod() - Method in interface net.sf.okapi.common.IParameterDescriptor
Gets the method to obtain the current value of this parameter.
getReadMethod() - Method in class net.sf.okapi.common.ParameterDescriptor
 
getReadMethod() - Method in class net.sf.okapi.common.uidescription.AbstractPart
 
getReference(String) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
getReferenceCount() - Method in class net.sf.okapi.common.resource.BaseReferenceable
 
getReferenceCount() - Method in interface net.sf.okapi.common.resource.IReferenceable
Gets the number of time this referent is referenced to.
getReferenceCount() - Method in class net.sf.okapi.common.resource.TextUnit
 
getReferenceCount() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getRefId(GenericSkeletonPart) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
getRefMarker(StringBuilder) - Static method in class net.sf.okapi.common.resource.TextFragment
Helper method to retrieve a reference marker from a string.
getRegion() - Method in class net.sf.okapi.common.LocaleId
Gets the region code for this LocaleId.
getRegionExcludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of disallowed regions.
getRegionIncludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of allowed regions.
getRequestedInputCount() - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Gets the highest number of input documents needed to run the pipeline for this driver.
getRequestedInputCount() - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
getResource() - Method in class net.sf.okapi.common.Event
Gets the resource associated to this event.
getResource(int) - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the configuration data for a given translation resource.
getResourcePath(Class<?>, String) - Static method in class net.sf.okapi.common.ClassUtil
Gets a full path of a given resource.
getResources() - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the configuration data for all the translation resources in this manager.
getResults() - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the list of all hit results of the last query.
getRootDirectory() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getRootId() - Method in class net.sf.okapi.common.filters.EventBuilder
Get the current root id
getRootId() - Method in class net.sf.okapi.common.IdGenerator
Gets the id generated from the root string given when creating this object.
getRuleName() - Method in class net.sf.okapi.lib.segmentation.LanguageMap
Gets the name of this language map.
getRules() - Method in class net.sf.okapi.common.filters.InlineCodeFinder
Gets a list of all rules.
getSample() - Method in class net.sf.okapi.common.filters.InlineCodeFinder
Gets the sample text to go with the finder.
getSampleLanguage() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the current sample language code.
getSampleText() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the current sample text.
getSecondInputRawDocument() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getSectionIndex() - Method in class net.sf.okapi.common.filters.SubFilter
 
getSegId() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getSegment(LocaleId, String, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Gets the source segment for a given target locale and segment id.
getSegment(LocaleId, String, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
getSegments(LocaleId) - Method in interface net.sf.okapi.common.resource.IVariantSources
Gets the segments for the source used for the given target locale.
getSegments() - Method in class net.sf.okapi.common.resource.TextContainer
Creates a new ISegments object to access the segments of this container.
getSegments(LocaleId) - Method in class net.sf.okapi.common.resource.VariantSources
 
getSequence() - Method in class net.sf.okapi.common.IdGenerator
Get the current sequence number.
getSetApprovedAsNoTranslate() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
getSettingsDisplay() - Method in interface net.sf.okapi.common.query.IQuery
Gets a display representation of the current settings for this connector.
getSeverity() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getShortClassName(Class<?>) - Static method in class net.sf.okapi.common.ClassUtil
Gets the non-qualified class name (w/o package name prefix) of a given class reference.
getShortClassName(Object) - Static method in class net.sf.okapi.common.ClassUtil
Gets the non-qualified class name (w/o package name prefix) of a given object.
getShortDescription() - Method in interface net.sf.okapi.common.IParameterDescriptor
Gets the short localizable description of this parameter.
getShortDescription() - Method in class net.sf.okapi.common.ParameterDescriptor
 
getShortDescription() - Method in class net.sf.okapi.common.uidescription.AbstractPart
 
getSkeleton() - Method in interface net.sf.okapi.common.IResource
Gets the skeleton object for this resource.
getSkeleton() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getSkeleton() - Method in class net.sf.okapi.common.resource.Document
Always throws an exception as there is never a skeleton associated to a RawDocument.
getSkeleton() - Method in class net.sf.okapi.common.resource.Ending
 
getSkeleton() - Method in class net.sf.okapi.common.resource.MultiEvent
Always throws an exception as there is never a skeleton associated to a RawDocument.
getSkeleton() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getSkeleton() - Method in class net.sf.okapi.common.resource.RawDocument
Always throws an exception as there is never a skeleton associated with a RawDocument.
getSkeleton() - Method in class net.sf.okapi.common.resource.TextUnit
 
getSkeleton() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getSkeletonWriter() - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
getSkeletonWriter() - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Gets the skeleton writer associated with this writer.
getSkeletonWriter() - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
getSkeletonWriter() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
getSkeletonWriter() - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
getSkeletonWriter() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
getSource() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the source content of this entry (can be empty) If the result is empty, it means the source is the same as the source of the object (segment or text container) is attached to.
getSource(int, LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
getSource(int, LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets the source segment for the given target locale at a given position.
getSource() - Method in interface net.sf.okapi.common.resource.ITextUnit
Gets the source object for this text unit (a TextContainer object).
getSource() - Method in class net.sf.okapi.common.resource.TextUnit
 
getSourceAnnotation(ITextUnit, Class<A>) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Gets an annotation attached to the source part of a given text unit resource.
getSourceEnd() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getSourceLanguage() - Method in interface net.sf.okapi.common.query.IQuery
Gets the current source language for this query engine.
getSourceLanguage() - Method in class net.sf.okapi.lib.translation.BaseConnector
 
getSourceLanguage() - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the current source locale for this manager.
getSourceLocale() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the source locale for this entry.
getSourceLocale(int) - Method in class net.sf.okapi.common.pipelinedriver.BatchItemContext
 
getSourceLocale(int) - Method in interface net.sf.okapi.common.pipelinedriver.IBatchItemContext
Gets the source locale for a given input document of this batch item.
getSourceLocale() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getSourceLocale() - Method in class net.sf.okapi.common.resource.RawDocument
Gets the source locale associated to this resource.
getSourceParts() - Method in class net.sf.okapi.common.resource.AlignedPair
Gets the source TextParts
getSourceProperty(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
getSourceProperty(String) - Method in interface net.sf.okapi.common.resource.INameable
Gets the source property for a given name.
getSourceProperty(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
getSourceProperty(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
getSourcePropertyNames() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getSourcePropertyNames() - Method in interface net.sf.okapi.common.resource.INameable
Gets the names of all the source properties for this resource.
getSourcePropertyNames() - Method in class net.sf.okapi.common.resource.TextUnit
 
getSourcePropertyNames() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getSourceSegment(String, boolean) - Method in interface net.sf.okapi.common.resource.ITextUnit
Gets the source segment for a given segment id.
getSourceSegment(String, boolean) - Method in class net.sf.okapi.common.resource.TextUnit
 
getSourceSegments() - Method in interface net.sf.okapi.common.resource.ITextUnit
Gets the segments for the source.
getSourceSegments() - Method in class net.sf.okapi.common.resource.TextUnit
 
getSourceStart() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getSourceText(ITextUnit) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Gets the coded text of the first part of the source of a given text unit resource.
getSourceText(ITextUnit, boolean) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Gets the coded text of the first part of a source part of a given text unit resource.
getSplitPositions() - Method in interface net.sf.okapi.common.ISegmenter
Gets the list of all the split positions in the text that was last segmented.
getSplitPositions() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
getSplitPositions() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
getSrcLoc() - Method in class net.sf.okapi.common.filters.AbstractFilter
Gets the input document source locale.
getStandoff() - Method in class net.sf.okapi.common.filterwriter.ITSContent
Gets the current standoff markup.
getStandoff() - Method in class net.sf.okapi.common.filterwriter.XLIFFContent
Gets the standoff information for a possible list of annotations.
getStartDoc() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
getStartDocument() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a StartDocument.
getStartGroup() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a StartGroup.
getStartGroup() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getStartSkeleton() - Method in class net.sf.okapi.common.filters.FilterState
 
getStartSubDocument() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a StartSubDocument.
getStartSubfilter() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a StartSubfilter.
getState() - Method in class net.sf.okapi.common.filters.FilterState
 
getState() - Method in interface net.sf.okapi.common.pipeline.IPipeline
Gets the current pipeline state.
getState() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
getStep() - Method in class net.sf.okapi.common.pipeline.annotations.ConfigurationParameter
Gets the step for this parameter.
getStepEventHandlers(IPipelineStep) - Static method in class net.sf.okapi.common.pipeline.annotations.StepIntrospector
Gets the list of the event handlers for a given step.
getStepParameters(IPipelineStep) - Static method in class net.sf.okapi.common.pipeline.annotations.StepIntrospector
Gets the list of the ConfigurationParameter in a given step.
getSteps() - Method in interface net.sf.okapi.common.pipeline.IPipeline
Gets the list of all steps in this pipeline.
getSteps() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
getStream() - Method in class net.sf.okapi.common.resource.RawDocument
Returns an InputStream based on the current input.
getString(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
getString(String) - Method in class net.sf.okapi.common.BaseContext
 
getString(String) - Method in class net.sf.okapi.common.BaseParameters
 
getString(String) - Method in interface net.sf.okapi.common.IContext
Gets a string property of this context.
getString(String) - Method in interface net.sf.okapi.common.IParameters
Gets the string value for a given parameter name.
getString(String, String) - Method in class net.sf.okapi.common.ParametersString
 
getString(String) - Method in class net.sf.okapi.common.ParametersString
 
getString(ISkeleton, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
getString(GenericSkeletonPart, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
getString(INameable, String, LocaleId, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
getString(ITextUnit, LocaleId, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
Gets the skeleton and the original content of a given text unit.
getString(StorageList, LocaleId, EncoderContext) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
getString(int, char) - Static method in class net.sf.okapi.common.StringUtil
Returns a new string padded with a given character repeated given times.
getSubDocumentId() - Method in class net.sf.okapi.common.filters.EventBuilder
Get the IdGenerator for SubDocuments
getSubDocWriter() - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
getTag(int) - Static method in class net.sf.okapi.common.LCIDUtil
Gets the language tag for a given LCID.
getTag(LocaleId) - Static method in class net.sf.okapi.common.LCIDUtil
Gets the language tag for a given locale id.
getTagLookup() - Static method in class net.sf.okapi.common.LCIDUtil
 
getTagType() - Method in class net.sf.okapi.common.resource.Code
Gets the tag type of the code.
getTarget() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the target content of this entry.
getTarget(LocaleId) - Method in interface net.sf.okapi.common.resource.ITextUnit
Gets the target object for this text unit for a given locale.
getTarget(LocaleId) - Method in class net.sf.okapi.common.resource.TextUnit
 
getTargetAnnotation(ITextUnit, LocaleId, Class<A>) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Gets an annotation attached to the target part of a given text unit resource in a given locale.
getTargetEnd() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getTargetLanguage() - Method in interface net.sf.okapi.common.query.IQuery
Gets the current target language for this query engine.
getTargetLanguage() - Method in class net.sf.okapi.lib.translation.BaseConnector
 
getTargetLanguage() - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the current target locale for this manager.
getTargetLocale() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the target locale for this entry.
getTargetLocale() - Method in class net.sf.okapi.common.filters.EventBuilder
Get the current target locale.
getTargetLocale(int) - Method in class net.sf.okapi.common.pipelinedriver.BatchItemContext
 
getTargetLocale(int) - Method in interface net.sf.okapi.common.pipelinedriver.IBatchItemContext
Gets the target locale for a given input document of this batch item.
getTargetLocale() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getTargetLocale() - Method in class net.sf.okapi.common.resource.RawDocument
Gets the target locale associated to this resource.
getTargetLocales() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getTargetLocales() - Method in interface net.sf.okapi.common.resource.INameable
Gets all the target locales for this resource.
getTargetLocales() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getTargetLocales() - Method in class net.sf.okapi.common.resource.RawDocument
Gets the list of target locales associated to this resource.
getTargetLocales() - Method in class net.sf.okapi.common.resource.TextUnit
 
getTargetLocales() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getTargetParts() - Method in class net.sf.okapi.common.resource.AlignedPair
Gets the target TextParts
getTargetPath(Class<?>) - Static method in class net.sf.okapi.common.ClassUtil
 
getTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
getTargetProperty(LocaleId, String) - Method in interface net.sf.okapi.common.resource.INameable
Gets the target property for a given name and target locale.
getTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.TextUnit
 
getTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
getTargetPropertyNames(LocaleId) - Method in class net.sf.okapi.common.resource.BaseNameable
 
getTargetPropertyNames(LocaleId) - Method in interface net.sf.okapi.common.resource.INameable
Gets the names of all the properties for a given target locale in this resource.
getTargetPropertyNames(LocaleId) - Method in class net.sf.okapi.common.resource.TextUnit
 
getTargetPropertyNames(LocaleId) - Method in class net.sf.okapi.common.skeleton.StorageList
 
getTargetSegment(LocaleId, String, boolean) - Method in interface net.sf.okapi.common.resource.ITextUnit
Gets the segment for a given segment id in a given target.
getTargetSegment(LocaleId, String, boolean) - Method in class net.sf.okapi.common.resource.TextUnit
 
getTargetSegments(LocaleId) - Method in interface net.sf.okapi.common.resource.ITextUnit
Get the segments for a given target.
getTargetSegments(LocaleId) - Method in class net.sf.okapi.common.resource.TextUnit
 
getTargetStart() - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
getTargetText(ITextUnit, LocaleId) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Gets text of the first part of the target of a given text unit resource in the given locale.
getTempDirectory() - Static method in class net.sf.okapi.common.Util
Gets the default system temporary directory to use for the current user.
getTerm(int) - Method in class net.sf.okapi.common.annotation.TermsAnnotation
Gets the term for a given index.
getText() - Method in class net.sf.okapi.common.resource.TextFragment
Get the text of the fragment (all codes are removed)
getText(String) - Static method in class net.sf.okapi.common.resource.TextFragment
Helper method that will take a coded string and return a text only version.
getText(TextFragment, List<Integer>) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Extracts text from the given text fragment.
getText(TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Extracts text from the given text fragment.
getTextContent(Node) - Static method in class net.sf.okapi.common.Util
Gets the text content of the first TEXT child of an element node.
getTextUnit() - Method in class net.sf.okapi.common.Event
Convenience method returns the IResource as a ITextUnit.
getTextUnitId() - Method in class net.sf.okapi.common.filters.EventBuilder
Gets the custom textUnitId set by the caller.
getThirdInputRawDocument() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getThreshold() - Method in interface net.sf.okapi.lib.translation.ITMQuery
Gets the current threshold value to use for the query.
getTotalSegments() - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the total number of segments processed since the last call to QueryManager.resetCounters().
getTrgLoc() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
getType() - Method in class net.sf.okapi.common.annotation.AltTranslation
Gets the type of this alternate translation.
getType() - Method in class net.sf.okapi.common.annotation.GenericAnnotation
Gets the type of annotation.
getType() - Method in interface net.sf.okapi.common.IParameterDescriptor
Gets the type of this parameter.
getType() - Method in class net.sf.okapi.common.LocaleFilter
Helper method.
getType() - Method in class net.sf.okapi.common.ParameterDescriptor
 
getType() - Method in class net.sf.okapi.common.plugins.PluginItem
Gets the type of this plug-in.
getType() - Method in class net.sf.okapi.common.resource.BaseNameable
 
getType() - Method in class net.sf.okapi.common.resource.Code
Gets the abstract type for the code.
getType() - Method in interface net.sf.okapi.common.resource.INameable
Gets the type information associated with this resource.
getType() - Method in class net.sf.okapi.common.resource.TextUnit
 
getType() - Method in class net.sf.okapi.common.skeleton.StorageList
 
getType() - Method in class net.sf.okapi.common.uidescription.AbstractPart
 
getUiParent() - Method in class net.sf.okapi.common.ExecutionContext
 
getUIParent() - Method in class net.sf.okapi.common.resource.PipelineParameters
 
getUnSegmentedContentCopy() - Method in class net.sf.okapi.common.resource.TextContainer
Gets a new TextFragment representing the un-segmented content of this container.
getURLs() - Method in class net.sf.okapi.common.plugins.PluginsManager
Gets the list of URLs of the jars containing plug-ins currently in this manager.
getUserPart() - Method in class net.sf.okapi.common.LocaleId
Gets the user part of this LocaleId.
getUserPartExcludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of disallowed user parts.
getUserPartIncludes() - Method in class net.sf.okapi.common.LocaleFilter
Gets a list of allowed user parts.
getUseSourceForTranslated() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
getValue() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Get the attribute value
getValue() - Method in class net.sf.okapi.common.resource.Property
Gets the value of this property.
getValue(Map<K, V>, K, V) - Static method in class net.sf.okapi.common.Util
Safely returns a value for a given key in a given map.
getValueEndPos() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Get the ending offset of the attribute value
getValueStartPos() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Get the starting offset of the attribute value.
getVariantSources() - Method in interface net.sf.okapi.common.resource.ITextUnit
Returns the variant sources (an IVariantSources object) for this text unit.
getVariantSources() - Method in class net.sf.okapi.common.resource.TextUnit
 
getVersion() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the version of this SRX document.
getWarning() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Gets the last warning that was issued while loading a document.
getWeight() - Method in interface net.sf.okapi.common.query.IQuery
Get the weight for this connector.
getWeight() - Method in class net.sf.okapi.lib.translation.BaseConnector
 
getWriteMethod() - Method in interface net.sf.okapi.common.IParameterDescriptor
Gets the method to set a new value for this this parameter.
getWriteMethod() - Method in class net.sf.okapi.common.ParameterDescriptor
 
getWriteMethod() - Method in class net.sf.okapi.common.uidescription.AbstractPart
 
Greek - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Guarani - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
guessLanguages(String) - Static method in class net.sf.okapi.common.FileUtil
Tries to guess the language(s) declared in the given input file.

H

Haitian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
handleCustom(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.CUSTOM event.
handleDocumentPart(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.DOCUMENT_PART event.
handleEndBatch(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.END_BATCH event.
handleEndBatchItem(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.END_BATCH_ITEM event.
handleEndDocument(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.END_DOCUMENT event.
handleEndGroup(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.END_GROUP event.
handleEndSubDocument(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.END_SUBDOCUMENT event.
handleEndSubfilter(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
handleEvent(Event) - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
handleEvent(Event) - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Handles the filter events.
handleEvent(Event) - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
handleEvent(Event) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
handleEvent(Event) - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
handleEvent(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
handleEvent(Event) - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Processes each event sent though the pipeline.
handleMultiEvent(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.MULTI_EVENT event.
handlePipelineParameters(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.PIPELINE_PARAMETERS event.
handleRawDocument(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.RAW_DOCUMENT event.
handleStartBatch(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.START_BATCH event.
handleStartBatchItem(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.START_BATCH_ITEM event.
handleStartDocument(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.START_DOCUMENT event.
handleStartGroup(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.START_GROUP event.
handleStartSubDocument(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.START_SUBDOCUMENT event.
handleStartSubfilter(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
handleTextUnit(Event) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
Handles the EventType.TEXT_UNIT event.
hasAnnotation(String) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Indicates if there is at least one annotation of a given type.
hasAnnotation() - Method in class net.sf.okapi.common.resource.Code
Indicates if this code has any type of annotation.
hasAnnotation(String) - Method in class net.sf.okapi.common.resource.Code
Indicates if this code has a given type of annotation.
hasAnnotation() - Method in class net.sf.okapi.common.resource.TextFragment
Indicates if this text has at least one annotation.
hasAnnotation(String) - Method in class net.sf.okapi.common.resource.TextFragment
Indicates if this text has at least one annotation of a given type.
hasBeenSegmented() - Method in class net.sf.okapi.common.resource.TextContainer
Indicates if a segmentation has been applied to this container.
hasBom() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Does this document have a byte order mark?
hasCode() - Method in class net.sf.okapi.common.resource.TextFragment
Indicates if the fragment contains at least one code.
hasCode() - Method in class net.sf.okapi.lib.translation.QueryUtil
Indicates if the last text fragment passed to QueryUtil.separateCodesFromText(TextFragment) has codes or not.
hasData() - Method in class net.sf.okapi.common.resource.Code
Indicates if this code has data (i.e.
hash(int, boolean) - Static method in class net.sf.okapi.common.HashCodeUtil
 
hash(int, char) - Static method in class net.sf.okapi.common.HashCodeUtil
 
hash(int, int) - Static method in class net.sf.okapi.common.HashCodeUtil
 
hash(int, long) - Static method in class net.sf.okapi.common.HashCodeUtil
 
hash(int, float) - Static method in class net.sf.okapi.common.HashCodeUtil
 
hash(int, double) - Static method in class net.sf.okapi.common.HashCodeUtil
 
hash(int, Object) - Static method in class net.sf.okapi.common.HashCodeUtil
aObject is a possibly-null object field, and possibly an array.
hashCode() - Method in class net.sf.okapi.common.annotation.AltTranslation
A class that overrides equals must also override hashCode.
hashCode() - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
A class that overrides equals must also override hashCode. Return a hash code based on the MainStartPos only
hashCode() - Method in class net.sf.okapi.common.LocaleId
Returns a hash code value for this LocaleId.
hashCode() - Method in class net.sf.okapi.common.query.QueryResult
A class that overrides equals must also override hashCode.
HashCodeUtil - Class in net.sf.okapi.common
Collected methods which allow easy implementation of hashCode.
HashCodeUtil() - Constructor for class net.sf.okapi.common.HashCodeUtil
 
hasNext() - Method in class net.sf.okapi.common.filters.EventBuilder
Are we finished parsing the input document?
hasNext() - Method in interface net.sf.okapi.common.filters.IFilter
Indicates if there is an event to process.
hasNext() - Method in class net.sf.okapi.common.filters.SubFilter
 
hasNext() - Method in interface net.sf.okapi.common.query.IQuery
Indicates of there is a hit available.
hasNext() - Method in class net.sf.okapi.lib.translation.BaseConnector
 
hasNext() - Method in class net.sf.okapi.lib.translation.QueryManager
Indicates of there is a hit available.
hasOnlyAnnotation() - Method in class net.sf.okapi.common.resource.Code
Indicates if the code is only a marker for an annotation.
hasOuterData() - Method in class net.sf.okapi.common.resource.Code
Indicates if this code has outer data (i.e.
hasParentTextUnit() - Method in class net.sf.okapi.common.filters.EventBuilder
Does the current TextUnit have a parent?
hasProperty(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
hasProperty(String) - Method in interface net.sf.okapi.common.resource.INameable
Indicates if a resource-level property exists for a given name.
hasProperty(LocaleId, String) - Method in interface net.sf.okapi.common.resource.IVariantSources
Indicates if a source property exists for a given name.
hasProperty(String) - Method in class net.sf.okapi.common.resource.TextContainer
 
hasProperty(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
hasProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.VariantSources
 
hasProperty(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
hasQueuedEvents() - Method in class net.sf.okapi.common.filters.EventBuilder
Are there any queued events? We queue events in the correct order as expected by the Okapi filter writers (IWriter).
HASREF - Static variable in class net.sf.okapi.common.resource.Code
Indicates that this code has one reference or more in its data part.
hasReference() - Method in class net.sf.okapi.common.resource.Code
Indicates whether the code has at least one sub-flow part.
hasReference() - Method in class net.sf.okapi.common.resource.TextFragment
Indicates if this TextFragment contains any in-line code with a reference.
hasSegEndMarker(Code) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
hasSegOrTpMarker(Code) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
hasSegStartMarker(Code) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
hasSeveralBestMatches(boolean) - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Indicates if a) there are several matches of 100% with identical rank and at least two of them have different translations.
hasSource(ITextUnit) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Indicates if a given text unit resource is null, or its source part is null or empty.
hasSourceProperty(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
hasSourceProperty(String) - Method in interface net.sf.okapi.common.resource.INameable
Indicates if a source property exists for a given name.
hasSourceProperty(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
hasSourceProperty(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
hasStandoff() - Method in class net.sf.okapi.common.filterwriter.ITSContent
Indicates if this object has at least standoff item.
hasTarget(LocaleId) - Method in interface net.sf.okapi.common.resource.ITextUnit
Indicates if there is a target object for a given locale for this text unit.
hasTarget(LocaleId) - Method in class net.sf.okapi.common.resource.TextUnit
 
hasTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
hasTargetProperty(LocaleId, String) - Method in interface net.sf.okapi.common.resource.INameable
Indicates if a property exists for a given name and target locale.
hasTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.TextUnit
 
hasTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
hasText(boolean, boolean) - Method in class net.sf.okapi.common.resource.TextContainer
Indicates if this container contains at least one character.
hasText(boolean) - Method in class net.sf.okapi.common.resource.TextContainer
Indicates if this container contains at least one character that is not a whitespace.
hasText() - Method in class net.sf.okapi.common.resource.TextContainer
Indicates if this container contains at least one character that is not a whitespace.
hasText() - Method in class net.sf.okapi.common.resource.TextFragment
Indicates if this fragment contains at least one character other than a whitespace.
hasText(boolean) - Method in class net.sf.okapi.common.resource.TextFragment
Indicates if this fragment contains at least one character (inline codes, segment markers, and annotation markers do not count as characters).
hasTpEndMarker(Code) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
hasTpStartMarker(Code) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
hasTuRef(GenericSkeleton) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
Determines if a given skeleton contains a source reference in it.
hasTuRef(GenericSkeleton, LocaleId) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
Determines if a given skeleton contains a target reference in a given locale.
hasUnfinishedSkeleton() - Method in class net.sf.okapi.common.filters.EventBuilder
Is there an unfinished DocumentPart (aka skeleton)?
hasUtf7Bom() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Does this document have a UTF-7 byte order mark?
hasUTF8BOM() - Method in class net.sf.okapi.common.BOMAwareInputStream
Indicates if the guessed encoding is UTF-8 and this file has a BOM.
hasUtf8Bom() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Indicates if the guessed encoding is UTF-8 and this file has a BOM.
hasUTF8BOM - Variable in class net.sf.okapi.common.resource.StartDocument
 
hasUTF8BOM() - Method in class net.sf.okapi.common.resource.StartDocument
Indicates if this document is encoded as UTF8 and has a Byte-Order-Mark.
hasUTF8BOM() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
hasUtf8Encoding() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
 
hasVariant(LocaleId) - Method in interface net.sf.okapi.common.resource.IVariantSources
Indicates whether there is a variant source for the given locale
hasVariant(LocaleId) - Method in class net.sf.okapi.common.resource.VariantSources
 
hasVariantSources() - Method in interface net.sf.okapi.common.resource.ITextUnit
Indicates whether there are any variant sources used in this text unit.
hasVariantSources() - Method in class net.sf.okapi.common.resource.TextUnit
 
hasWarning() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Indicates if a warning was issued last time a document was read.
Hiligaynon - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Hindi - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Hindi_Fiji - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Hmong - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
HTML_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
HTML_NS_PREFIX - Static variable in class net.sf.okapi.common.Namespaces
 
HTML_NS_URI - Static variable in class net.sf.okapi.common.Namespaces
 
HTMLCharacterEntities - Class in net.sf.okapi.common
Helper class to handle HTML character entities.
HTMLCharacterEntities() - Constructor for class net.sf.okapi.common.HTMLCharacterEntities
 
HtmlEncoder - Class in net.sf.okapi.common.encoder
Implements IEncoder for HTML format.
HtmlEncoder() - Constructor for class net.sf.okapi.common.encoder.HtmlEncoder
 
Hungarian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 

I

IAlignedSegments - Interface in net.sf.okapi.common.resource
Provides the methods to access all the source and target Segments of a ITextUnit.
IAlignedSegments.CopyOptions - Enum in net.sf.okapi.common.resource
Flag to indicate which segments should contain content when new or copied segments are created.
IAlignedSegments.VariantOptions - Enum in net.sf.okapi.common.resource
Flag used to determine the containers that will have segments modified by an operation.
IAnnotation - Interface in net.sf.okapi.common.annotation
Common handle for all annotations.
Iban - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
IBatchItemContext - Interface in net.sf.okapi.common.pipelinedriver
Common set of methods for a pipeline batch item.
Icelandic - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
IContainerPart - Interface in net.sf.okapi.common.uidescription
Common type for all containers UI parts (e.g.
IContext - Interface in net.sf.okapi.common
Common set of methods to provide context information.
ICURegex - Class in net.sf.okapi.lib.segmentation
 
ICURegex() - Constructor for class net.sf.okapi.lib.segmentation.ICURegex
 
id - Variable in class net.sf.okapi.common.Range
Optional id for this range.
id - Variable in class net.sf.okapi.common.resource.BaseNameable
 
id - Variable in class net.sf.okapi.common.resource.Code
Id for this code.
id - Variable in class net.sf.okapi.common.resource.Ending
 
id - Variable in class net.sf.okapi.common.resource.Segment
Identifier of this segment.
IdGenerator - Class in net.sf.okapi.common
Provides a common way to generate sequential ID that are unique for a given root.
IdGenerator(String) - Constructor for class net.sf.okapi.common.IdGenerator
Creates a generator with a given root and no prefix.
IdGenerator(String, String) - Constructor for class net.sf.okapi.common.IdGenerator
Creates a generator with a given root and a given prefix.
IEditorDescriptionProvider - Interface in net.sf.okapi.common.uidescription
Common type for classes that can provide a description of how to edit their parameters.
IEmbeddableParametersEditor - Interface in net.sf.okapi.common
Common way to embed in a dialog box an editor to modify the parameters of a component.
IEncoder - Interface in net.sf.okapi.common.encoder
Provides common methods to encode/escape text to a specific format.
IFilter - Interface in net.sf.okapi.common.filters
Common set of methods to extract translatable text and its associated data.
IFilterConfigurationEditor - Interface in net.sf.okapi.common.filters
Interface to edit the parameters of a filter configuration.
IFilterConfigurationListEditor - Interface in net.sf.okapi.common.filters
Interface to edit a list of filter configurations at once.
IFilterConfigurationMapper - Interface in net.sf.okapi.common.filters
Common set of methods to manage filter configurations.
IFilterWriter - Interface in net.sf.okapi.common.filterwriter
Provides the common methods to generate an output from the events generated by a class that implements IFilter.
Igbo - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
IGNORE_CASE - Static variable in class net.sf.okapi.lib.translation.TextMatcher
Flag indicating to ignore case differences.
IGNORE_PUNCTUATION - Static variable in class net.sf.okapi.lib.translation.TextMatcher
Flag indication to ignore punctuation differences.
IGNORE_WHITESPACES - Static variable in class net.sf.okapi.lib.translation.TextMatcher
Flag indicating to ignore whitespaces differences.
IHelp - Interface in net.sf.okapi.common
Common way of calling the help topics, regardless of the underlying system (for example: eclipse application or simple Java application).
ILayerProvider - Interface in net.sf.okapi.common.filterwriter
Provides common methods for encoding a layer on top of a text extracted with a filter.
Ilocano - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
INameable - Interface in net.sf.okapi.common.resource
Provides the methods common to all resources that can be named and have properties.
include(LocaleId) - Method in class net.sf.okapi.common.LocaleFilter
Allows a given locale.
include(LocaleId...) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales from a given array of locales.
include(Set<LocaleId>) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales from a given set of locales.
include(List<LocaleId>) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales from a given list of locales.
include(LocaleFilter) - Method in class net.sf.okapi.common.LocaleFilter
Allows all locales allowed in a given locale filter.
includeEndCodes() - Method in interface net.sf.okapi.common.ISegmenter
Indicates if end codes should be included (See SRX implementation notes).
includeEndCodes() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
includeEndCodes() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Indicates if end codes should be included (See SRX implementation notes).
includeEndCodes() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
includeIsolatedCodes() - Method in interface net.sf.okapi.common.ISegmenter
Indicates if isolated codes should be included (See SRX implementation notes).
includeIsolatedCodes() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
includeIsolatedCodes() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Indicates if isolated codes should be included (See SRX implementation notes).
includeIsolatedCodes() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
includeLanguage(String...) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales which language matches any of the languages from a given array.
includeLanguage(String) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales which language matches a given language.
includePattern(String, int) - Method in class net.sf.okapi.common.LocaleFilter
Allows all locales matching a given regular expression with a given set of regex flags.
includePattern(String) - Method in class net.sf.okapi.common.LocaleFilter
Allows all locales matching a given regular expression.
includeRegion(String...) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales which region matches any of the regions from a given array.
includeRegion(String) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales which region matches a given region.
includeStartCodes() - Method in interface net.sf.okapi.common.ISegmenter
Indicates if start codes should be included (See SRX implementation notes).
includeStartCodes() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
includeStartCodes() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Indicates if start codes should be included (See SRX implementation notes).
includeStartCodes() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
includeUserPart(String...) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales which user part matches any of the user parts from a given array.
includeUserPart(String) - Method in class net.sf.okapi.common.LocaleFilter
Allows the locales which user part matches a given user part.
INDESIGN_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
index - Variable in class net.sf.okapi.common.ReaderInputStream
 
indexOf(char, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the first occurrence of the specified character, starting the search at the position specified by fromIndex.
indexOf(char, int, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the first occurrence of the specified character, starting the search at the position specified by fromIndex, and breaking the search at the index specified by breakAtIndex.
indexOf(String, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the first occurrence of the specified string, starting the search at the position specified by fromIndex.
indexOf(char[], int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the first occurrence of the specified character array, starting the search at the position specified by fromIndex.
indexOf(String, int, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the first occurrence of the specified string, starting the search at the position specified by fromIndex, and breaking the search at the index specified by breakAtIndex.
indexOf(char[], int, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the first occurrence of the specified character array, starting the search at the position specified by fromIndex, and breaking the search at the index specified by breakAtIndex.
indexOfFirstNonWhitespace(String, int, int, boolean, boolean, boolean, boolean) - Static method in class net.sf.okapi.common.resource.TextFragment
Helper method to find the first non-whitespace character of a coded text, starting at a given position and no farther than another given position.
indexOfLastNonWhitespace(String, int, int, boolean, boolean, boolean, boolean) - Static method in class net.sf.okapi.common.resource.TextFragment
Helper method to find, from the back, the first non-whitespace character of a coded text, starting at a given position and no farther than another given position.
Indonesian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
initialize(Object, String) - Method in interface net.sf.okapi.common.IUserPrompt
Initialize the prompt.
initialize(Object, String) - Method in class net.sf.okapi.common.UserPrompt
 
InlineAnnotation - Class in net.sf.okapi.common.resource
Base implementation of an annotation that can be used on inline codes.
InlineAnnotation() - Constructor for class net.sf.okapi.common.resource.InlineAnnotation
Creates an empty annotation object.
InlineAnnotation(String) - Constructor for class net.sf.okapi.common.resource.InlineAnnotation
Creates a new annotation object with some initial data.
INLINECODE_PATTERN - Static variable in class net.sf.okapi.lib.segmentation.SRXDocument
Represents the pattern for an inline code (both special characters).
InlineCodeFinder - Class in net.sf.okapi.common.filters
Implements the methods needed to convert sections of a coded text into in-line codes.
InlineCodeFinder() - Constructor for class net.sf.okapi.common.filters.InlineCodeFinder
Creates a new InlineCodeFinder object.
INPUT_ROOT_DIRECTORY_VAR - Static variable in class net.sf.okapi.common.Util
Name of the input root directory variable.
inputLoc - Variable in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
inputStreamToBytes(InputStream) - Static method in class net.sf.okapi.common.StreamUtil
Reads an InputStream into an array of bytes.
insert(int, Segment, Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>, EnumSet<IAlignedSegments.CopyOptions>) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
insert(int, Segment, Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>, EnumSet<IAlignedSegments.CopyOptions>) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Inserts given source and target segments at the specified position in the list of segments.
insert(int, Segment) - Method in interface net.sf.okapi.common.resource.ISegments
Inserts a given segment at the specified position.
insert(int, Segment) - Method in class net.sf.okapi.common.resource.Segments
 
insert(int, TextPart) - Method in class net.sf.okapi.common.resource.TextContainer
Inserts a given part (segment or non-segment) at a given position.
insert(int, TextFragment) - Method in class net.sf.okapi.common.resource.TextFragment
Inserts a TextFragment object to this fragment.
insert(int, TextFragment, boolean) - Method in class net.sf.okapi.common.resource.TextFragment
Inserts a TextFragment object to this fragment.
instantiateClass(Class<T>) - Static method in class net.sf.okapi.common.ClassUtil
Creates a new instance of a given class.
instantiateClass(String) - Static method in class net.sf.okapi.common.ClassUtil
Creates a new instance of the class with a given class name.
instantiateClass(String, ClassLoader) - Static method in class net.sf.okapi.common.ClassUtil
Creates a new instance of the class with a given class name using a given class loader.
instantiateClass(Class<T>, Object...) - Static method in class net.sf.okapi.common.ClassUtil
Creates a new instance of the class using a given class loader and initialization parameters.
instantiateClass(String, Object...) - Static method in class net.sf.okapi.common.ClassUtil
Creates a new instance of the class with a given class name and initialization parameters.
instantiateClass(String, ClassLoader, Object...) - Static method in class net.sf.okapi.common.ClassUtil
Creates a new instance of the class with a given class name and initialization parameters using a given class loader.
instantiateFilter(FilterConfiguration, IFilter) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
Instantiate a filter from a given configuration, trying to re-use an existing one.
intersectsWith(Range) - Method in class net.sf.okapi.common.Range
Returns true if the range intersects with a given range.
intListAsString(List<Integer>) - Static method in class net.sf.okapi.common.ListUtil
Returns a string, representing a given list of integers.
intListAsString(List<Integer>, String) - Static method in class net.sf.okapi.common.ListUtil
Returns a string, representing a given list of integers.
intToStr(int) - Static method in class net.sf.okapi.common.Util
Converts an integer value to a string.
invalidate() - Method in class net.sf.okapi.common.resource.TextFragment
Sets the fragment in a state where it has to be re-balanced before being used for output.
InvalidContentException - Exception in net.sf.okapi.common.resource
Indicates that an action was trying to inline code or codes incompatible between themselves.
InvalidContentException(String) - Constructor for exception net.sf.okapi.common.resource.InvalidContentException
Creates a new exception with a given text.
InvalidContentException(Throwable) - Constructor for exception net.sf.okapi.common.resource.InvalidContentException
Creates a new exception with a given parent exception.
InvalidPositionException - Exception in net.sf.okapi.common.resource
Indicates that an action was using the second specil character of an inline code marker as a normal character.
InvalidPositionException(String) - Constructor for exception net.sf.okapi.common.resource.InvalidPositionException
Creates a new exception with a given text.
InvalidPositionException(Throwable) - Constructor for exception net.sf.okapi.common.resource.InvalidPositionException
Creates a new exception with a given parent exception.
invert(List<E>) - Static method in class net.sf.okapi.common.ListUtil
 
IObservable - Interface in net.sf.okapi.common.observer
This interface is intended to provide more flexibility to complex object models when multiple inheritance is needed.
IObserver - Interface in net.sf.okapi.common.observer
This interface is intended to provide more flexibility to complex object models when multiple inheritance is needed.
IParameterDescriptor - Interface in net.sf.okapi.common
Provides the different information common to all types of parameters used to configure steps, filters, and other okapi components.
IParameters - Interface in net.sf.okapi.common
Common way for a component to expose its parameters in a generic way.
IParametersEditor - Interface in net.sf.okapi.common
Common way to call in an editor to modify the parameters of a component.
IParametersEditorMapper - Interface in net.sf.okapi.common
Common set of methods to manage parameters editors and editor description providers.
IParametersProvider - Interface in net.sf.okapi.common
Common way to get access to the parameters of a given component.
IPipeline - Interface in net.sf.okapi.common.pipeline
Common set of methods to drive an event-driven process.
IPipelineDriver - Interface in net.sf.okapi.common.pipelinedriver
Common set of methods for setting up and running a pipeline.
IPipelineReader - Interface in net.sf.okapi.common.pipeline
Facade to read and reconstruct a pipeline from a storage.
IPipelineStep - Interface in net.sf.okapi.common.pipeline
Common set of methods for a step within a IPipeline pipeline.
IPipelineWriter - Interface in net.sf.okapi.common.pipeline
Facade to save a pipeline into a storage.
IPredefinedLocales - Interface in net.sf.okapi.common
An extensive list of LocaleIds predefined for easy access.
IQuery - Interface in net.sf.okapi.common.query
Provides the methods common to all query engines of translation resources that can be queried for translating text units.
IReferenceable - Interface in net.sf.okapi.common.resource
Interface for all resources that can be passed as referents through the filter events.
IResource - Interface in net.sf.okapi.common
Common set of features all the types of resources associated with events have.
isActive - Variable in class net.sf.okapi.lib.segmentation.Rule
Flag indicating if the rule is active.
isActive() - Method in class net.sf.okapi.lib.segmentation.Rule
Indicates if this rule is active.
isAllowEmpty() - Method in class net.sf.okapi.common.uidescription.PathInputPart
Indicates if the input text can be empty.
isAllowEmpty() - Method in class net.sf.okapi.common.uidescription.TextInputPart
Indicates if the input text can be empty.
isApproved(ITextUnit, LocaleId) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
isAutodetected() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Indicates if the guessed encoding was auto-detected.
isBalanced - Variable in class net.sf.okapi.common.resource.TextFragment
Flag indicating if the opening/closing inline codes of this fragment have been balanced or not.
isBidirectional(LocaleId) - Static method in class net.sf.okapi.common.LocaleId
Indicates if a given locale usually uses a bi-directional script.
isBreak - Variable in class net.sf.okapi.lib.segmentation.Rule
Flag indicating if the rule is a breaking rule.
isBreak() - Method in class net.sf.okapi.lib.segmentation.Rule
Indicates if this rule is a breaking rule.
isCanceled() - Method in class net.sf.okapi.common.filters.AbstractFilter
Checks if the IFilter has been canceled.
isCloneable() - Method in class net.sf.okapi.common.resource.Code
Indicates if this in-line code can be duplicated in the text.
isCurrentComplexTextUnit() - Method in class net.sf.okapi.common.filters.EventBuilder
Is the current buffered Event a complex TextUnit? A complex TextUnit is one which carries along with it it's surrounding formatting or skeleton such <p> text </p> or <title> text </title>
isCurrentGroup() - Method in class net.sf.okapi.common.filters.EventBuilder
Is the current buffered Event a StartGroup?
isCurrentSubfilter() - Method in class net.sf.okapi.common.filters.EventBuilder
Is the current buffered Event a StartSubfilter?
isCurrentTextUnit() - Method in class net.sf.okapi.common.filters.EventBuilder
Is the current buffered Event a TextUnit?
isDefinitive() - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Are we confident of the document encoding?
isDeleteable() - Method in class net.sf.okapi.common.resource.Code
Indicates if this in-line code can be removed from the text.
isDocumentPart() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a DocumentPart
isDone() - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
isDone() - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Steps that can generate Events such as IFilters return false until no more events can be created.
ISegmenter - Interface in net.sf.okapi.common
Common methods to provide segmentation facility to extracted content.
ISegments - Interface in net.sf.okapi.common.resource
Provides the methods to access all the segments of a TextContainer.
isEmpty() - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Indicates if the list of alternate translation is empty.
isEmpty() - Method in class net.sf.okapi.common.LocaleFilter
Detects if after construction this locale filter was configured with includeXX(), excludeXX().
isEmpty() - Method in interface net.sf.okapi.common.resource.ITextUnit
Indicates if the source text of this TextUnit is empty.
isEmpty(LocaleId) - Method in interface net.sf.okapi.common.resource.IVariantSources
Indicates if the source text for the given target locale is isEmpty.
isEmpty() - Method in interface net.sf.okapi.common.resource.IVariantSources
Indicates whether this variant source object contains any variant sources.
isEmpty() - Method in class net.sf.okapi.common.resource.TargetPropertiesAnnotation
Indicates if this annotation has any properties.
isEmpty() - Method in class net.sf.okapi.common.resource.TextContainer
Indicates if this container is empty (no text and no codes).
isEmpty() - Method in class net.sf.okapi.common.resource.TextFragment
Indicates if the fragment is empty (no text and no codes).
isEmpty() - Method in class net.sf.okapi.common.resource.TextUnit
 
isEmpty(ITextUnit) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Indicates if a given text unit resource is null, or its source part is null or empty.
isEmpty(ITextUnit, boolean) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Indicates if a given text unit resource is null, or its source part is null or empty.
isEmpty(TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Indicates if a given text fragment object is null, or the text it contains is null or empty.
isEmpty(LocaleId) - Method in class net.sf.okapi.common.resource.VariantSources
 
isEmpty() - Method in class net.sf.okapi.common.resource.VariantSources
 
isEmpty() - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Indicates if this skeleton is empty or not.
isEmpty(boolean) - Method in class net.sf.okapi.common.skeleton.GenericSkeleton
Indicates if this skeleton is empty or not, considering the white-spaces or not.
isEmpty(String) - Static method in class net.sf.okapi.common.Util
Indicates if a given string is null or empty.
isEmpty(String, boolean) - Static method in class net.sf.okapi.common.Util
Indicates if a string is null or empty, optionally ignoring the white spaces.
isEmpty(StringBuilder) - Static method in class net.sf.okapi.common.Util
Indicates if a StringBuilder object is null or empty.
isEmpty(List<E>) - Static method in class net.sf.okapi.common.Util
Indicates if a given list is null or empty.
isEmpty(Map<K, V>) - Static method in class net.sf.okapi.common.Util
Indicates if a given map is null or empty.
isEmpty(Object[]) - Static method in class net.sf.okapi.common.Util
Indicates if an array is null or empty.
isEnabledOnSelection() - Method in class net.sf.okapi.common.uidescription.AbstractPart
Indicates how this part is enabled in relation to its master part.
isEndDocument() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a document Ending
isEndGroup() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a group Ending
isEndSubDocument() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a sub-document Ending
isEndSubfilter() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event is a SubFilter Group
isExtSourcePlaceholder(GenericSkeletonPart, IResource) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
isExtTargetPlaceholder(GenericSkeletonPart, IResource) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
isExtValuePlaceholder(GenericSkeletonPart, IResource) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
isForSaveAs() - Method in class net.sf.okapi.common.uidescription.PathInputPart
Indicates if the path is to save a file (vs to open one).
isGenerateSkeleton() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
isICURule(String) - Static method in class net.sf.okapi.lib.segmentation.ICURegex
 
isInsideTextRun() - Method in class net.sf.okapi.common.filters.EventBuilder
Is the filter is inside text run?
ISkeleton - Interface in net.sf.okapi.common
Represents a skeleton object.
ISkeletonWriter - Interface in net.sf.okapi.common.skeleton
Provides the methods common to all skeleton writers.
isLabelFlushed() - Method in class net.sf.okapi.common.uidescription.AbstractPart
Indicates if the label of this UI part should be flushed next to the part.
isLastOutputStep() - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
isLastOutputStep() - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Is this step the last step with output in the pipeline?
isLocalizable(boolean) - Method in class net.sf.okapi.common.filters.LocalizationDirectives
Indicates if the current context is localizable or not.
isMarker(char) - Static method in class net.sf.okapi.common.resource.TextFragment
Helper method that checks if a given character is an inline code marker.
isModified() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Indicates if the document has been modified since the last load or save.
isMultiEvent() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event is a MULTI_EVENT
isMultilingual() - Method in class net.sf.okapi.common.filters.AbstractFilter
 
isMultilingual - Variable in class net.sf.okapi.common.resource.StartDocument
 
isMultilingual() - Method in class net.sf.okapi.common.resource.StartDocument
Indicates if this document is multilingual.
isMultilingual() - Method in class net.sf.okapi.common.resource.StartSubfilter
 
isMultilingual - Variable in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
isNoop() - Method in class net.sf.okapi.common.Event
 
isNullOrEmpty(LocaleId) - Static method in class net.sf.okapi.common.Util
Indicates if a locale id is null or empty.
ISO_8859_1 - Static variable in class net.sf.okapi.common.BOMNewlineEncodingDetector
Java friendly ISO-8859-1 encoding name.
isOSCaseSensitive() - Static method in class net.sf.okapi.common.Util
Indicates if the current OS is case-sensitive.
isPassword() - Method in class net.sf.okapi.common.uidescription.TextInputPart
Indicates if the input text should be treated like a password.
isPipelineParametersEvent() - Method in class net.sf.okapi.common.Event
Indicates if this event carries a PipelineParameters resource.
isPreserveWhitespace() - Method in class net.sf.okapi.common.filters.EventBuilder
What is the current preserve whitespace state?
isPropagateAsSingleEvent() - Method in class net.sf.okapi.common.resource.MultiEvent
Do we send this Event by itself or does the Pipeline break the individual Events and end them singly.
isRawDocument() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a RawDocument
isReadOnly() - Method in class net.sf.okapi.common.resource.Property
Indicates if this property is read-only.
isReference(GenericSkeletonPart) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
isReferent() - Method in class net.sf.okapi.common.resource.BaseReferenceable
 
isReferent() - Method in interface net.sf.okapi.common.resource.IReferenceable
Indicates if this resource is a referent (i.e.
isReferent() - Method in class net.sf.okapi.common.resource.TextUnit
 
isReferent() - Method in class net.sf.okapi.common.skeleton.StorageList
 
isSameLanguage(String, String, boolean) - Static method in class net.sf.okapi.common.Util
Indicates if two language codes are 'the same'.
isSegment() - Method in class net.sf.okapi.common.resource.Segment
 
isSegment() - Method in class net.sf.okapi.common.resource.TextPart
Indicates if this part is a Segment.
isSourcePlaceholder(GenericSkeletonPart, IResource) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
isStandalone(ITextUnit) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
isStartBatchItem() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event is START_BATCH_ITEM
isStartDocument() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a StartDocument
isStartGroup() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a StartGroup
isStartSubDocument() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a StartSubDocument
isStartSubfilter() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event is a SubFilter Group
IssueAnnotation - Class in net.sf.okapi.common.annotation
 
IssueAnnotation(IssueType, String, int, String, int, int, int, int, List<Code>) - Constructor for class net.sf.okapi.common.annotation.IssueAnnotation
 
IssueType - Enum in net.sf.okapi.common.annotation
 
isTargetPlaceholder(GenericSkeletonPart, IResource) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
isText(GenericSkeletonPart) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
isTextUnit() - Method in class net.sf.okapi.common.Event
Convenience method to tell if this Event carries a ITextUnit
isTextUnitWithSameType(String) - Method in class net.sf.okapi.common.filters.EventBuilder
Is the current TextUnit of the specified type?
isTranslatable - Variable in class net.sf.okapi.common.resource.BaseNameable
 
isTranslatable() - Method in class net.sf.okapi.common.resource.BaseNameable
 
isTranslatable() - Method in interface net.sf.okapi.common.resource.INameable
Indicates if the content of this resource is translatable.
isTranslatable() - Method in class net.sf.okapi.common.resource.TextUnit
 
isTranslatable() - Method in class net.sf.okapi.common.skeleton.StorageList
 
isUtf8Bom() - Method in class net.sf.okapi.common.filters.AbstractFilter
Does the input have a UTF-8 Byte Order Mark?
isUtf8Encoding() - Method in class net.sf.okapi.common.filters.AbstractFilter
Is the input encoded as UTF-8?
isValuePlaceholder(GenericSkeletonPart, IResource) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
 
isVertical() - Method in class net.sf.okapi.common.uidescription.AbstractPart
Indicates if this UI part should be arranged vertically.
isWhitespace(String) - Static method in class net.sf.okapi.common.StringUtil
Checks if a given string contains only whitespace characters.
isWithinScope() - Method in class net.sf.okapi.common.filters.LocalizationDirectives
Indicates if the current context is inside the scope of a localization directive.
isWithLabel() - Method in class net.sf.okapi.common.uidescription.AbstractPart
Indicates if this UI part should be displayed with a label.
isWriteAllPropertiesAsAttributes() - Method in class net.sf.okapi.common.filterwriter.Parameters
 
isWriteAllPropertiesAsAttributes() - Method in class net.sf.okapi.common.filterwriter.TMXWriter
Write all TU level properties as TMX attributes?
ITALIAN - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "it".
IterableEnumeration<T> - Class in net.sf.okapi.common.annotation
Wrap an Enumeration and make it compatible with new Iterators.
IterableEnumeration(Enumeration<T>) - Constructor for class net.sf.okapi.common.annotation.IterableEnumeration
 
iterator() - Method in class net.sf.okapi.common.annotation.AltTranslationsAnnotation
Creates a new iterator for the entries in this annotations.
iterator() - Method in class net.sf.okapi.common.annotation.Annotations
 
iterator() - Method in class net.sf.okapi.common.annotation.GenericAnnotations
 
iterator() - Method in class net.sf.okapi.common.annotation.IterableEnumeration
 
iterator() - Method in class net.sf.okapi.common.resource.AlignedSegments
 
iterator(LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
iterator() - Method in class net.sf.okapi.common.resource.Document
 
iterator() - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets an iterator for the default source segments of this text unit.
iterator(LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Gets an iterator for the source of the specified target locale.
iterator() - Method in interface net.sf.okapi.common.resource.ISegments
Gets an iterator for the segments of this container.
iterator() - Method in class net.sf.okapi.common.resource.MultiEvent
Creates an iterator for the events in this resource.
iterator() - Method in class net.sf.okapi.common.resource.Segments
 
iterator() - Method in class net.sf.okapi.common.resource.TargetPropertiesAnnotation
Gets a new iterator for this annotation.
iterator() - Method in class net.sf.okapi.common.resource.TextContainer
Creates an iterator to loop through the parts (segments and non-segments) of this container.
iterator() - Method in class net.sf.okapi.common.resource.VariantSources
 
iterator() - Method in class net.sf.okapi.common.ReversedIterator
 
ITextUnit - Interface in net.sf.okapi.common.resource
Interface for the basic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT.
ITMQuery - Interface in net.sf.okapi.lib.translation
Provides the methods common to all query engines of translation resources that are translation memory systems.
ITS_NS_PREFIX - Static variable in class net.sf.okapi.common.Namespaces
 
ITS_NS_URI - Static variable in class net.sf.okapi.common.Namespaces
 
ITS_PREFIX - Static variable in class net.sf.okapi.common.filterwriter.XLIFFContent
 
ITSContent - Class in net.sf.okapi.common.filterwriter
Utilities for writing out ITS markup.
ITSContent(CharsetEncoder, boolean, boolean) - Constructor for class net.sf.okapi.common.filterwriter.ITSContent
Creates an ITSContent object with a given character set encoder.
ITSX_NS_PREFIX - Static variable in class net.sf.okapi.common.Namespaces
 
ITSX_NS_URI - Static variable in class net.sf.okapi.common.Namespaces
 
IUserPrompt - Interface in net.sf.okapi.common
An interface for prompting the user for confirmation before continuing.
IVariantSources - Interface in net.sf.okapi.common.resource
EXPERIMENTAL interface, do not use yet, Provides methods to allow the creation and manipulation of different source versions for different locales of an ITextUnit object.
IWaitDialog - Interface in net.sf.okapi.common
Provides a generic way to open a dialog box and wait for a simple input from the user.

J

JAPANESE - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "ja".
JAVASCRIPT_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
joinAll(LocaleId, EnumSet<IAlignedSegments.VariantOptions>) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
joinAll(LocaleId, EnumSet<IAlignedSegments.VariantOptions>) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Joins all segments for the specified sources and targets.
joinAll() - Method in interface net.sf.okapi.common.resource.ISegments
Merges back together all segments of this TextContainer object, and clear the list of segments.
joinAll(List<Range>) - Method in interface net.sf.okapi.common.resource.ISegments
Merges back together all segments of this TextContainer object, and clear the list of segments.
joinAll() - Method in class net.sf.okapi.common.resource.Segments
 
joinAll(List<Range>) - Method in class net.sf.okapi.common.resource.Segments
 
joinAll() - Method in class net.sf.okapi.common.resource.TextContainer
Merges back together all parts (segments and non-segments) of this container, and clear the list of segments.
joinWithNext(Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
joinWithNext(Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Joins the segment for a given segment's id to the next segment, including all the parts between the two segments.
joinWithNext(int) - Method in interface net.sf.okapi.common.resource.ISegments
Joins to a given segment all the parts between that segment and the next, as well as the next segment.
joinWithNext(int) - Method in class net.sf.okapi.common.resource.Segments
 
joinWithNext(int, int) - Method in class net.sf.okapi.common.resource.TextContainer
Joins a given part with a specified number of its following parts.
JSONEncoder - Class in net.sf.okapi.common.encoder
Implements IEncoder for JSON format.
JSONEncoder() - Constructor for class net.sf.okapi.common.encoder.JSONEncoder
Creates a new PropertiesEncoder object, with US-ASCII as the encoding.

K

Kannada - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Kazakh - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Kekchi - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Khmer - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Kirghiz - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Kiribati - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Korean - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
KOREAN - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "ko".
Kosraean - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 

L

labelFlushed - Variable in class net.sf.okapi.common.uidescription.AbstractPart
 
LANGUAGE - Static variable in class net.sf.okapi.common.resource.Property
 
LanguageMap - Class in net.sf.okapi.lib.segmentation
Stores the data for an SRX <languagemap> map element
LanguageMap() - Constructor for class net.sf.okapi.lib.segmentation.LanguageMap
Creates an empty LanguageMap object.
LanguageMap(String, String) - Constructor for class net.sf.okapi.lib.segmentation.LanguageMap
Creates a LanguageMap object with a given pattern and a given name.
Lao - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
lastCodeID - Variable in class net.sf.okapi.common.resource.TextFragment
Value of the last inline code ID in this fragment.
lastIndexOf(char, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the last occurrence of the specified character, searching backwards starting at the position specified by fromIndex.
lastIndexOf(char, int, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the last occurrence of the specified character, searching backwards starting at the position specified by fromIndex, and breaking the search at the index specified by breakAtIndex.
lastIndexOf(String, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the last occurrence of the specified string, searching backwards starting at the position specified by fromIndex.
lastIndexOf(char[], int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the last occurrence of the specified character array, searching backwards starting at the position specified by fromIndex.
lastIndexOf(String, int, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the last occurrence of the specified string, searching backwards starting at the position specified by fromIndex, and breaking the search at the index specified by breakAtIndex.
lastIndexOf(char[], int, int) - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the index within this parse text of the last occurrence of the specified character array, searching backwards starting at the position specified by fromIndex, and breaking the search at the index specified by breakAtIndex.
lastIndexOf(TextFragment, String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Returns the index (within a given text fragment object) of the rightmost occurrence of the specified substring.
Latvian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
layer - Variable in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
LCIDUtil - Class in net.sf.okapi.common
Converts Microsoft's LCID to Okapi LocaleId back and forth.
LCIDUtil() - Constructor for class net.sf.okapi.common.LCIDUtil
 
LcsEditDistance(CharSequence, CharSequence) - Static method in class net.sf.okapi.common.StringUtil
Longest Common Subsequence algorithm on CharSequences.
length() - Method in class net.sf.okapi.common.MemMappedCharSequence
Returns the length of the parse text.
length - Variable in class net.sf.okapi.common.ReaderInputStream
 
length() - Method in class net.sf.okapi.common.resource.TextFragment
Returns the number of character in the coded text of this fragment.
leverage(ITextUnit) - Method in interface net.sf.okapi.common.query.IQuery
Leverages a text unit (segmented or not) based on the current settings.
leverage(ITextUnit) - Method in class net.sf.okapi.lib.translation.BaseConnector
 
leverage(ITextUnit) - Method in class net.sf.okapi.lib.translation.QueryManager
Leverages a text unit (segmented or not) based on the current settings.
leverageUsingBatchQuery(ITextUnit) - Method in class net.sf.okapi.lib.translation.BaseConnector
Call this method inside the overriding BaseConnector.leverage(ITextUnit) method of the derived class, if that class offers a fast BaseConnector.batchQuery(List) method.
lineBreak - Variable in class net.sf.okapi.common.resource.StartDocument
 
LINEBREAK_DOS - Static variable in class net.sf.okapi.common.Util
Line-break string for DOS/Windows.
LINEBREAK_MAC - Static variable in class net.sf.okapi.common.Util
Line-break string for Macintosh
LINEBREAK_UNIX - Static variable in class net.sf.okapi.common.Util
Line-break string for Unix/Linux
Lingala - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
listAsString(List<String>) - Static method in class net.sf.okapi.common.ListUtil
Returns a string, representing a given list of strings.
listAsString(List<String>, String) - Static method in class net.sf.okapi.common.ListUtil
Returns a string, representing a given list of strings.
ListSelectionPart - Class in net.sf.okapi.common.uidescription
UI part descriptor for a string selection.
ListSelectionPart(ParameterDescriptor, String[]) - Constructor for class net.sf.okapi.common.uidescription.ListSelectionPart
Creates a new ListSelectionPart object with a given parameter descriptor.
listTrimTrail(List<String>) - Static method in class net.sf.okapi.common.ListUtil
Remove empty trailing elements of the given list.
listTrimValues(List<String>) - Static method in class net.sf.okapi.common.ListUtil
Creates a list, containing all trimmed values of a given list of strings.
LISTTYPE_DROPDOWN - Static variable in class net.sf.okapi.common.uidescription.ListSelectionPart
 
LISTTYPE_SIMPLE - Static variable in class net.sf.okapi.common.uidescription.ListSelectionPart
 
ListUtil - Class in net.sf.okapi.common
Helper methods to manipulate lists.
ListUtil() - Constructor for class net.sf.okapi.common.ListUtil
 
Lithuanian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
load(URI, boolean) - Method in class net.sf.okapi.common.BaseParameters
 
load(URI, boolean) - Method in interface net.sf.okapi.common.IParameters
Loads the parameters from a file.
load(String) - Method in interface net.sf.okapi.common.IParametersProvider
Loads a parameters object from a given location.
load(String) - Method in class net.sf.okapi.common.UserConfiguration
 
loader - Variable in class net.sf.okapi.common.ClassInfo
Class loader for this class, or null if the default class loader should be used.
loadList(Class<?>, String) - Static method in class net.sf.okapi.common.ListUtil
Creates a new list of strings and fills it with the data read from a given resource.
loadList(List<String>, Class<?>, String) - Static method in class net.sf.okapi.common.ListUtil
Fills in an existing list of strings with the data read from a given resource.
loadRules(CharSequence) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Loads an SRX document from a CharSequence object.
loadRules(String) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Loads an SRX document from a file.
loadRules(InputStream) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Loads an SRX document from an input stream.
locale - Variable in class net.sf.okapi.common.resource.StartDocument
 
LocaleFilter - Class in net.sf.okapi.common
Provides ways to work with sets of LocaleId objects and regular expressions.
LocaleFilter() - Constructor for class net.sf.okapi.common.LocaleFilter
Public constructor.
LocaleFilter(String) - Constructor for class net.sf.okapi.common.LocaleFilter
Public constructor.
LocaleFilter.FilterType - Enum in net.sf.okapi.common
Type of locale filter.
LocaleId - Class in net.sf.okapi.common
Holds the normalized identifier for a given language/locale.
LocaleId(String, boolean) - Constructor for class net.sf.okapi.common.LocaleId
Creates a new LocaleId object from a locale identifier.
LocaleId(String) - Constructor for class net.sf.okapi.common.LocaleId
Creates a new LocaleId for a given language code.
LocaleId(String, String) - Constructor for class net.sf.okapi.common.LocaleId
Creates a new LocaleId for a given language code and region code.
LocaleId(String, String, String) - Constructor for class net.sf.okapi.common.LocaleId
Creates a new LocaleId for a given language code, region code, and a user part.
LocaleId(Locale) - Constructor for class net.sf.okapi.common.LocaleId
Creates a new LocaleId for the given Java Locale.
LocalizationDirectives - Class in net.sf.okapi.common.filters
Processes localization directives.
LocalizationDirectives() - Constructor for class net.sf.okapi.common.filters.LocalizationDirectives
Creates a new LocalizationDirectives object.
localizeOutside() - Method in class net.sf.okapi.common.filters.LocalizationDirectives
Indicates if text outside the scope of localization directives should be extracted or not.
LOCNOTE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS Localization Note data category.
LOCNOTE_TYPE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LOCNOTE_VALUE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
longestCommonDir(String, String, boolean) - Static method in class net.sf.okapi.common.Util
Gets the longest common path between an existing current directory and a new one.
longestCommonDir(boolean, String...) - Static method in class net.sf.okapi.common.Util
Gets the longest common path between directories on a given list.
lookupName(String) - Method in class net.sf.okapi.common.HTMLCharacterEntities
Gets the character for a given entity name (e.g.
lookupReference(String) - Method in class net.sf.okapi.common.HTMLCharacterEntities
Gets the character for a given character entity reference (e.g.
LQI - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS Localization Quality Issue data category.
LQI_COMMENT - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_ENABLED - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_ISSUESREF - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_PROFILEREF - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_SEVERITY - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Severity: a double between 0.0 and 100.0
LQI_TYPE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_XCODES - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_XEND - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_XSEGID - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_XSTART - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_XTRGEND - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_XTRGSTART - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQI_XTYPE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQR - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS Localization Quality Rating data category.
LQR_PROFILEREF - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQR_SCORE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQR_SCORETHRESHOLD - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQR_VOTE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
LQR_VOTETHRESHOLD - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
ltrim() - Method in class net.sf.okapi.common.resource.TextFragment
Remove leading whitespace from this fragment

M

Macedonian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
make(Enumeration<T>) - Static method in class net.sf.okapi.common.annotation.IterableEnumeration
 
makeId(String) - Static method in class net.sf.okapi.common.Util
Creates a string Identifier based on the hash code of the given text.
makeRefMarker(String) - Static method in class net.sf.okapi.common.resource.Segment
 
makeRefMarker(String) - Static method in class net.sf.okapi.common.resource.TextFragment
Helper method to build a reference marker string from a given identifier.
makeRefMarker(String, String) - Static method in class net.sf.okapi.common.resource.TextFragment
Helper method to build a reference marker string from a given identifier and a property name.
makeURIFromPath(String) - Static method in class net.sf.okapi.common.Util
Makes a URI string from a path.
Malagasy - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Malay_Malaysia - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Malayalam - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Maltese - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Mam - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
MARKER_CLOSING - Static variable in class net.sf.okapi.common.resource.TextFragment
Special character marker for a closing inline code.
MARKER_ISOLATED - Static variable in class net.sf.okapi.common.resource.TextFragment
Special character marker for an isolated inline code.
MARKER_OPENING - Static variable in class net.sf.okapi.common.resource.TextFragment
Special character marker for a opening inline code.
MARKERS_REGEX - Static variable in class net.sf.okapi.common.resource.TextFragment
 
Marshallese - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
masterPart - Variable in class net.sf.okapi.common.uidescription.AbstractPart
 
matches(LocaleId) - Method in class net.sf.okapi.common.LocaleFilter
Returns true if a given locale is allowed by this locale filter.
matches(String, Pattern) - Static method in class net.sf.okapi.common.RegexUtil
 
matchesWildcard(String, String, boolean) - Static method in class net.sf.okapi.common.StringUtil
Detects if a given string matches a given pattern (not necessarily a regex), possibly containing wildcards
matchesWildcard(String, String) - Static method in class net.sf.okapi.common.StringUtil
Detects if a given string matches a given pattern (not necessarily a regex), possibly containing wildcards
MatchType - Enum in net.sf.okapi.common.query
Enumeration of the different match types possible for an alternate translation entry.
matchType - Variable in class net.sf.okapi.common.query.QueryResult
MatchType of this result.
MAX - Static variable in class net.sf.okapi.common.resource.CodeSimplifier
 
MemMappedCharSequence - Class in net.sf.okapi.common
Represents the text from the source document that is to be parsed.
MemMappedCharSequence(String, boolean) - Constructor for class net.sf.okapi.common.MemMappedCharSequence
Constructs a new ParseText object based on the specified string.
MemMappedCharSequence(String) - Constructor for class net.sf.okapi.common.MemMappedCharSequence
 
MemMappedCharSequence(Reader) - Constructor for class net.sf.okapi.common.MemMappedCharSequence
Constructs a new ParseText object based on the specified file name.
MemMappedCharSequence(Reader, boolean) - Constructor for class net.sf.okapi.common.MemMappedCharSequence
Constructs a new ParseText object based on the specified file name, and optionally converts it into lowercase characters.
MemMappedCharSequence(InputStream, String) - Constructor for class net.sf.okapi.common.MemMappedCharSequence
Constructs a new ParseText object based on the specified file name, for a given encoding.
MemMappedCharSequence(InputStream, String, boolean) - Constructor for class net.sf.okapi.common.MemMappedCharSequence
Constructs a new ParseText object based on the specified file name, for a given encoding, and optionally converts it into lowercase characters.
MemMappedCharSequence(URL, String) - Constructor for class net.sf.okapi.common.MemMappedCharSequence
Constructs a new ParseText object based on the specified file name, in a given encoding.
MemMappedCharSequence(URL, String, boolean) - Constructor for class net.sf.okapi.common.MemMappedCharSequence
Constructs a new ParseText object based on the specified file name, in a given encoding, and optionally converts it into lowercase characters.
merge(String[], int, int, String) - Static method in class net.sf.okapi.common.ListUtil
Merges specified elements of a given string array into a single string.
merge(List<String>, int, int, String) - Static method in class net.sf.okapi.common.ListUtil
Merges specified items of a given string list into a single string.
mergeMappings(EncoderManager) - Method in class net.sf.okapi.common.encoder.EncoderManager
Adds the mappings of a given encoder manager into this manager.
midSegment(int) - Method in interface net.sf.okapi.common.filterwriter.ILayerProvider
Gets the string for the separator at the middle of a bilingual segment.
MIF_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
mimeType - Variable in class net.sf.okapi.common.filters.FilterConfiguration
MIME type for this configuration.
mimeType - Variable in class net.sf.okapi.common.resource.BaseNameable
 
MimeTypeMapper - Class in net.sf.okapi.common
Provides definitions for common mime types and mappings from file extensions to mime type.
MimeTypeMapper() - Constructor for class net.sf.okapi.common.MimeTypeMapper
 
min(int...) - Static method in class net.sf.okapi.common.Util
Returns the smallest value in a given array of values.
minimum(int, int, int) - Static method in class net.sf.okapi.lib.translation.TextMatcher
Returns the minimum value between three given values.
mirrorString(String) - Static method in class net.sf.okapi.common.StringUtil
Returns the reversed version of a given string, e.g.
MODIFY_ALL - Static variable in interface net.sf.okapi.common.resource.IAlignedSegments
Modify all TextContainers in the parent ITextUnit.
MODIFY_AS_VARIANT - Static variable in interface net.sf.okapi.common.resource.IAlignedSegments
MODIFY_SOURCE + MODIFY_TARGET + CREATE_VARIANT_IF_MULTIPLE_TARGETS
MODIFY_ONLY_IF_ALONE - Static variable in interface net.sf.okapi.common.resource.IAlignedSegments
MODIFY_SOURCE + MODIFY_TARGET + CANCEL_IF_MULTIPLE_TARGETS
MODIFY_SOURCE_AND_ASSOCIATED_TARGET - Static variable in interface net.sf.okapi.common.resource.IAlignedSegments
MODIFY_SOURCE + MODIFY_TARGET
MODIFY_SOURCE_AND_ASSOCIATED_TARGETS - Static variable in interface net.sf.okapi.common.resource.IAlignedSegments
MODIFY_SOURCE + MODIFY_TARGET + MODIFY_TARGETS_WITH_SAME_SOURCE
Mongolian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
moveItems(List<E>, int, int) - Static method in class net.sf.okapi.common.ListUtil
Creates a new list and moves therein a range of elements from a given list.
moveItems(List<E>) - Static method in class net.sf.okapi.common.ListUtil
Moves all items from a given list to a newly created list.
MS_DOC_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
MS_EXCEL_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
MS_POWERPOINT_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
MTCONFIDENCE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS MT Confidence data category.
MTCONFIDENCE_VALUE - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
MTFLAG - Static variable in class net.sf.okapi.common.Util
Shared flag indicating a translation that was generated using machine translation.
MultiEvent - Class in net.sf.okapi.common.resource
Special resource that holds one or more events.
MultiEvent() - Constructor for class net.sf.okapi.common.resource.MultiEvent
Creates a new empty MultiEvent object.
MultiEvent(List<Event>) - Constructor for class net.sf.okapi.common.resource.MultiEvent
Creates a new MultiEvent object with a list of given events.

N

name - Variable in class net.sf.okapi.common.ClassInfo
Full name of the class.
name - Variable in class net.sf.okapi.common.filters.FilterConfiguration
Short localizable name for this configuration.
name - Variable in class net.sf.okapi.common.filters.FilterInfo
Name of the filter.
name - Variable in class net.sf.okapi.common.resource.BaseNameable
 
name - Variable in class net.sf.okapi.lib.translation.ResourceItem
the name of this resource.
Namespaces - Class in net.sf.okapi.common
Defines commonly used namespaces and default prefixes.
Namespaces() - Constructor for class net.sf.okapi.common.Namespaces
 
Navajo - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Neomelanesian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
net.sf.okapi.common - package net.sf.okapi.common
Classes commonly used across the whole Okapi Framework.
net.sf.okapi.common.annotation - package net.sf.okapi.common.annotation
Classes to implement and manage annotations.
net.sf.okapi.common.encoder - package net.sf.okapi.common.encoder
Classes to implement and manage encoders for different file formats.
net.sf.okapi.common.exceptions - package net.sf.okapi.common.exceptions
Exceptions shared across the Okapi Framework core components.
net.sf.okapi.common.filters - package net.sf.okapi.common.filters
Interfaces and base classes to implement filters
net.sf.okapi.common.filterwriter - package net.sf.okapi.common.filterwriter
Interfaces and classes to allow the output of a document in its original format.
net.sf.okapi.common.observer - package net.sf.okapi.common.observer
Interfaces and base classes to implement the Observer pattern.
net.sf.okapi.common.pipeline - package net.sf.okapi.common.pipeline
Interfaces and classes to implement and manage pipelines.
net.sf.okapi.common.pipeline.annotations - package net.sf.okapi.common.pipeline.annotations
Classes to implement the introspection of pipeline steps.
net.sf.okapi.common.pipelinedriver - package net.sf.okapi.common.pipelinedriver
Interfaces and classes to implement and pipeline drivers.
net.sf.okapi.common.plugins - package net.sf.okapi.common.plugins
Classes allowing to use components as simple (non-OSGi) plug-ins.
net.sf.okapi.common.query - package net.sf.okapi.common.query
Helper classes for the translation resources connectors.
net.sf.okapi.common.resource - package net.sf.okapi.common.resource
Interfaces and classes that represent the parsed resources attached to the events sent by a filter.
net.sf.okapi.common.skeleton - package net.sf.okapi.common.skeleton
Interfaces and classes for the skeleton objects.
net.sf.okapi.common.uidescription - package net.sf.okapi.common.uidescription
Classes used to describe, in a UI-independent way, the UI parts used to edit parameters.
net.sf.okapi.lib.segmentation - package net.sf.okapi.lib.segmentation
Interfaces and classes for segmentation handling.
net.sf.okapi.lib.segmentation.opennlp - package net.sf.okapi.lib.segmentation.opennlp
 
net.sf.okapi.lib.translation - package net.sf.okapi.lib.translation
Interfaces and classes for accessing translation resources.
next() - Method in class net.sf.okapi.common.filters.EventBuilder
Return the next filter event waiting in the event queue.
next() - Method in interface net.sf.okapi.common.filters.IFilter
Gets the next event available.
next() - Method in class net.sf.okapi.common.filters.SubFilter
 
next() - Method in interface net.sf.okapi.common.query.IQuery
Gets the next hit for the last query.
next() - Method in class net.sf.okapi.lib.translation.BaseConnector
 
next() - Method in class net.sf.okapi.lib.translation.QueryManager
Gets the next hit for the last query.
NO_BREAK - Static variable in class net.sf.okapi.common.MemMappedCharSequence
A value to use as the breakAtIndex argument in certain methods to indicate that the search should continue to the start or end of the parse text.
NOAUTO - Static variable in class net.sf.okapi.lib.segmentation.SRXDocument
Placed at the end of the 'after' expression, this marker indicates the given pattern should not have auto-insertion of AUTO_INLINECODES.
none() - Static method in class net.sf.okapi.common.LocaleFilter
Creates a filter of the None type.
NOOP_EVENT - Static variable in class net.sf.okapi.common.Event
 
normalizeLineBreaks(String) - Static method in class net.sf.okapi.common.StringUtil
Converts line breaks in a given string to the Unix standard (\n).
normalizeNewlines(String) - Static method in class net.sf.okapi.common.Util
Converts all \r\n and \r to linefeed (\n)
normalizeRange(float, float, float) - Static method in class net.sf.okapi.common.Util
Given an integer range and a value normalize that value on a scale between 0 and 100.
normalizeWildcards(String) - Static method in class net.sf.okapi.common.StringUtil
Converts shell wildcards (e.g.
Norwegian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
NOTE - Static variable in class net.sf.okapi.common.resource.Property
 
notifyObservers() - Method in class net.sf.okapi.common.observer.BaseObservable
 
notifyObservers(Object) - Method in class net.sf.okapi.common.observer.BaseObservable
 
notifyObservers() - Method in interface net.sf.okapi.common.observer.IObservable
Notifies all attached observers about changes in the observable.
notifyObservers(Object) - Method in interface net.sf.okapi.common.observer.IObservable
Notifies all attached observers about changes in the observable.
notifyObservers() - Method in class net.sf.okapi.common.pipeline.Pipeline
 
notifyObservers(Object) - Method in class net.sf.okapi.common.pipeline.Pipeline
 
NS_XLIFF12 - Static variable in class net.sf.okapi.common.filterwriter.XLIFFWriter
URI for the XLIFF 1.2 namespace.
NS_XLIFFOKAPI - Static variable in class net.sf.okapi.common.filterwriter.XLIFFWriter
URI for the Okapi XLIFF extensions namespace.
NSContextManager - Class in net.sf.okapi.common
Helper class to manage XML namespaces.
NSContextManager() - Constructor for class net.sf.okapi.common.NSContextManager
Creates a new NSContextManager object.

O

objectListAsArray(List<Object>) - Static method in class net.sf.okapi.common.ListUtil
Converts a list of objects into an array of those objects.
ODF_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
OkapiBadFilterInputException - Exception in net.sf.okapi.common.exceptions
Signals that a filter had an error when trying to open its input.
OkapiBadFilterInputException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadFilterInputException
Creates an empty new OkapiBadFilterInputException object.
OkapiBadFilterInputException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadFilterInputException
Creates a new OkapiBadFilterInputException object with a given message.
OkapiBadFilterInputException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadFilterInputException
Creates a new OkapiBadFilterInputException object with a given parent exception cause.
OkapiBadFilterInputException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadFilterInputException
Creates a new OkapiBadFilterInputException object with a given message and a given parent exception cause.
OkapiBadFilterParametersException - Exception in net.sf.okapi.common.exceptions
Signals that filter parameters are either null or not an instance of the expected class.
OkapiBadFilterParametersException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadFilterParametersException
Creates an empty new OkapiBadFilterParametersException object.
OkapiBadFilterParametersException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadFilterParametersException
Creates a new OkapiBadFilterParametersException object with a given message.
OkapiBadFilterParametersException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadFilterParametersException
Creates a new OkapiBadFilterParametersException object with a given parent exception cause.
OkapiBadFilterParametersException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadFilterParametersException
Creates a new OkapiBadFilterParametersException object with a given message and a given parent exception cause.
OkapiBadStepInputException - Exception in net.sf.okapi.common.exceptions
Signals that a step had an error when trying to open its input.
OkapiBadStepInputException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadStepInputException
Creates an empty new OkapiBadStepInputException object.
OkapiBadStepInputException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadStepInputException
Creates a new OkapiBadStepInputException object with a given message.
OkapiBadStepInputException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadStepInputException
Creates a new OkapiBadStepInputException object with a given parent exception cause.
OkapiBadStepInputException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiBadStepInputException
Creates a new OkapiBadStepInputException object with a given message and a given parent exception cause.
OkapiEditorCreationException - Exception in net.sf.okapi.common.exceptions
Signals that an editor could not be created.
OkapiEditorCreationException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiEditorCreationException
Creates an empty new OkapiEditorCreationException object.
OkapiEditorCreationException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiEditorCreationException
Creates a new OkapiEditorCreationException object with a given message.
OkapiEditorCreationException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiEditorCreationException
Creates a new OkapiEditorCreationException object with a given parent exception cause.
OkapiEditorCreationException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiEditorCreationException
Creates a new OkapiEditorCreationException object with a given message and a given parent exception cause.
OkapiFileNotFoundException - Exception in net.sf.okapi.common.exceptions
Signals that a document could not be found.
OkapiFileNotFoundException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiFileNotFoundException
Creates an empty new OkapiFileNotFoundException object.
OkapiFileNotFoundException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiFileNotFoundException
Creates a new OkapiFileNotFoundException object with a given message.
OkapiFileNotFoundException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiFileNotFoundException
Creates a new OkapiFileNotFoundException object with a given parent exception cause.
OkapiFileNotFoundException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiFileNotFoundException
Creates a new OkapiFileNotFoundException object with a given message and a given parent exception cause.
OkapiFilterCreationException - Exception in net.sf.okapi.common.exceptions
Signals that a filter could not be created.
OkapiFilterCreationException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiFilterCreationException
Creates an empty new OkapiBadFilterInputException object.
OkapiFilterCreationException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiFilterCreationException
Creates a new OkapiFilterCreationException object with a given message.
OkapiFilterCreationException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiFilterCreationException
Creates a new OkapiFilterCreationException object with a given parent exception cause.
OkapiFilterCreationException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiFilterCreationException
Creates a new OkapiBadFilterInputException object with a given message and a given parent exception cause.
OkapiIllegalFilterOperationException - Exception in net.sf.okapi.common.exceptions
Signals a general error related to a filter operation.
OkapiIllegalFilterOperationException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiIllegalFilterOperationException
Creates an empty new OkapiIllegalFilterOperationException object.
OkapiIllegalFilterOperationException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiIllegalFilterOperationException
Creates a new OkapiIllegalFilterOperationException object with a given message.
OkapiIllegalFilterOperationException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiIllegalFilterOperationException
Creates a new OkapiIllegalFilterOperationException object with a given parent exception cause.
OkapiIllegalFilterOperationException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiIllegalFilterOperationException
Creates a new OkapiIllegalFilterOperationException object with a given message and a given parent exception cause.
OkapiIOException - Exception in net.sf.okapi.common.exceptions
Signals a general IO error.
OkapiIOException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiIOException
Creates an empty new OkapiIOException object.
OkapiIOException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiIOException
Creates a new OkapiIOException object with a given message.
OkapiIOException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiIOException
Creates a new OkapiIOException object with a given parent exception cause.
OkapiIOException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiIOException
Creates a new OkapiIOException object with a given message and a given parent exception cause.
OkapiMaxEntSegmenter - Class in net.sf.okapi.lib.segmentation.opennlp
 
OkapiMaxEntSegmenter(URI, LocaleId) - Constructor for class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
OkapiMisAlignmentException - Exception in net.sf.okapi.common.exceptions
Signals a misalignment problem in the segments of a text unit.
OkapiMisAlignmentException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiMisAlignmentException
Creates an empty new OkapiMisAlignmentException object.
OkapiMisAlignmentException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiMisAlignmentException
Creates a new OkapiMisAlignmentException object with a given message.
OkapiMisAlignmentException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiMisAlignmentException
Creates a new OkapiMisAlignmentException object with a given parent exception cause.
OkapiMisAlignmentException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiMisAlignmentException
Creates a new OkapiMisAlignmentException object with a given message and a given parent exception cause.
OkapiNotImplementedException - Exception in net.sf.okapi.common.exceptions
Signals that a non-implemented method was called, or a non-implemented feature was invoked.
OkapiNotImplementedException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiNotImplementedException
Creates an empty new OkapiNotImplementedException object.
OkapiNotImplementedException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiNotImplementedException
Creates a new OkapiNotImplementedException object with a given message.
OkapiNotImplementedException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiNotImplementedException
Creates a new OkapiNotImplementedException object with a given parent exception cause.
OkapiNotImplementedException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiNotImplementedException
Creates a new OkapiNotImplementedException object with a given message and a given parent exception cause.
OkapiSentenceDetectorFactory - Class in net.sf.okapi.lib.segmentation.opennlp
 
OkapiSentenceDetectorFactory(LocaleId) - Constructor for class net.sf.okapi.lib.segmentation.opennlp.OkapiSentenceDetectorFactory
 
OkapiUnexpectedResourceTypeException - Exception in net.sf.okapi.common.exceptions
Signals that a method has returned a resource in an unexpected type.
OkapiUnexpectedResourceTypeException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiUnexpectedResourceTypeException
Creates an empty new OkapiEditorCreationException object.
OkapiUnexpectedResourceTypeException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUnexpectedResourceTypeException
Creates a new OkapiEditorCreationException object with a given message.
OkapiUnexpectedResourceTypeException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUnexpectedResourceTypeException
Creates a new OkapiEditorCreationException object with a given parent exception cause.
OkapiUnexpectedResourceTypeException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUnexpectedResourceTypeException
Creates a new OkapiEditorCreationException object with a given message and a given parent exception cause.
OkapiUnsupportedEncodingException - Exception in net.sf.okapi.common.exceptions
Signals that a given character set encoding is not supported by the current system.
OkapiUnsupportedEncodingException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiUnsupportedEncodingException
Creates an empty new OkapiUnsupportedEncodingException object.
OkapiUnsupportedEncodingException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUnsupportedEncodingException
Creates a new OkapiUnsupportedEncodingException object with a given message.
OkapiUnsupportedEncodingException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUnsupportedEncodingException
Creates a new OkapiUnsupportedEncodingException object with a given parent exception cause.
OkapiUnsupportedEncodingException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUnsupportedEncodingException
Creates a new OkapiUnsupportedEncodingException object with a given message and a given parent exception cause.
OkapiUserCanceledException - Exception in net.sf.okapi.common.exceptions
 
OkapiUserCanceledException() - Constructor for exception net.sf.okapi.common.exceptions.OkapiUserCanceledException
Creates an empty new OkapiUnsupportedEncodingException object.
OkapiUserCanceledException(String) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUserCanceledException
Creates a new OkapiUnsupportedEncodingException object with a given message.
OkapiUserCanceledException(Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUserCanceledException
Creates a new OkapiUnsupportedEncodingException object with a given parent exception cause.
OkapiUserCanceledException(String, Throwable) - Constructor for exception net.sf.okapi.common.exceptions.OkapiUserCanceledException
Creates a new OkapiUnsupportedEncodingException object with a given message and a given parent exception cause.
OKP_ENGINE - Static variable in class net.sf.okapi.common.filterwriter.XLIFFWriter
Name of the Okapi XLIFF extension engine.
OKP_MATCHTYPE - Static variable in class net.sf.okapi.common.filterwriter.XLIFFWriter
Name of the Okapi XLIFF extension matchType.
oneSegmentIncludesAll() - Method in interface net.sf.okapi.common.ISegmenter
Indicates if, when there is a single segment in a text, it should include the whole text (no spaces or codes trim left/right)
oneSegmentIncludesAll() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
oneSegmentIncludesAll() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Indicates if, when there is a single segment in a text, it should include the whole text (no spaces or codes trim left/right)
oneSegmentIncludesAll() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
open(RawDocument, boolean) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
open(RawDocument) - Method in interface net.sf.okapi.common.filters.IFilter
Opens the input document described in a give RawDocument object.
open(RawDocument, boolean) - Method in interface net.sf.okapi.common.filters.IFilter
Opens the input document described in a give RawDocument object, and optionally creates skeleton information.
open(RawDocument) - Method in class net.sf.okapi.common.filters.SubFilter
 
open(RawDocument, boolean) - Method in class net.sf.okapi.common.filters.SubFilter
 
open() - Method in interface net.sf.okapi.common.query.IQuery
Opens this query engine.
OPENOFFICE_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
openURL(String) - Static method in class net.sf.okapi.common.Util
Opens the specified page in a web browser (Java 1.5 compatible).
openWikiTopic(String) - Static method in class net.sf.okapi.common.Util
Opens a given topic of the OkapiWiki.
OpenXMLEncoder - Class in net.sf.okapi.common.encoder
Implements IEncoder for the Open XML format.
OpenXMLEncoder() - Constructor for class net.sf.okapi.common.encoder.OpenXMLEncoder
 
origin - Variable in class net.sf.okapi.common.query.QueryResult
String indicating the origin of the result (e.g.
ORIGIN_SOURCEDOC - Static variable in class net.sf.okapi.common.annotation.AltTranslation
Origin string indicating that the match is coming from a source input document (e.g.
outerData - Variable in class net.sf.okapi.common.resource.Code
Outer data.
outputAnnotations(GenericAnnotations, StringBuilder, boolean, boolean) - Method in class net.sf.okapi.common.filterwriter.ITSContent
Generates the markup for the ITS attributes for a given annotation set.
outputEncoding - Variable in class net.sf.okapi.common.pipelinedriver.DocumentData
The encoding for the output.
outputEncoding - Variable in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
outputLoc - Variable in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
outputURI - Variable in class net.sf.okapi.common.pipelinedriver.DocumentData
The URI for the output.

P

packMultiEvent(MultiEvent) - Static method in class net.sf.okapi.common.skeleton.ResourceSimplifier
Merges adjacent document parts into one.
padString(String, int, int, char) - Static method in class net.sf.okapi.common.StringUtil
Pads a range of a given string with a given character.
Palauan - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
paramDescriptor - Variable in class net.sf.okapi.common.uidescription.AbstractPart
 
ParameterDescriptor - Class in net.sf.okapi.common
Default implementation of the IParameterDescriptor interface.
ParameterDescriptor(String, Object, String, String) - Constructor for class net.sf.okapi.common.ParameterDescriptor
Creates a new ParameterDescriptor object with a given name and type, associated with a given parent object, and with a given display name and short description.
Parameters - Class in net.sf.okapi.common.filterwriter
 
Parameters() - Constructor for class net.sf.okapi.common.filterwriter.Parameters
 
ParametersDescription - Class in net.sf.okapi.common
Groups in a single objects all the parameter descriptors associated with a given object such as a step or a filter.
ParametersDescription(Object) - Constructor for class net.sf.okapi.common.ParametersDescription
Creates a new ParametersDescription object for a given parent object.
ParametersEditorMapper - Class in net.sf.okapi.common
Common set of methods to manage parameters editors.
ParametersEditorMapper() - Constructor for class net.sf.okapi.common.ParametersEditorMapper
Creates an empty ParametersEditorMapper object.
parametersLocation - Variable in class net.sf.okapi.common.filters.FilterConfiguration
The location of the parameters for this configuration.
ParametersString - Class in net.sf.okapi.common
String-based representation of a set of parameters.
ParametersString() - Constructor for class net.sf.okapi.common.ParametersString
 
ParametersString(String) - Constructor for class net.sf.okapi.common.ParametersString
 
params - Variable in class net.sf.okapi.common.resource.StartDocument
 
params - Variable in class net.sf.okapi.common.resource.StartSubDocument
 
parentId - Variable in class net.sf.okapi.common.resource.BaseReferenceable
 
path - Variable in class net.sf.okapi.common.BaseParameters
Current path of the parameter file.
PathInputPart - Class in net.sf.okapi.common.uidescription
UI part descriptor for a path.
PathInputPart(ParameterDescriptor, String, boolean) - Constructor for class net.sf.okapi.common.uidescription.PathInputPart
Creates a new PathInputPart object with a given parameter descriptor.
pattern - Variable in class net.sf.okapi.lib.segmentation.LanguageMap
The pattern of this language map.
peekMostRecentCode() - Method in class net.sf.okapi.common.filters.EventBuilder
Peek at the most recently created StartGroup.
peekMostRecentGroup() - Method in class net.sf.okapi.common.filters.EventBuilder
Peek at the most recently created StartGroup or StartSubfilter.
peekMostRecentSubDocument() - Method in class net.sf.okapi.common.filters.EventBuilder
Peek at the most recently created StartSubDocument
peekMostRecentTextUnit() - Method in class net.sf.okapi.common.filters.EventBuilder
Peek At the most recently created TextUnit.
peekTempEvent() - Method in class net.sf.okapi.common.filters.EventBuilder
 
PHP_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
PHPContentEncoder - Class in net.sf.okapi.common.encoder
Implements IEncoder for JSON format.
PHPContentEncoder() - Constructor for class net.sf.okapi.common.encoder.PHPContentEncoder
Creates a new PHPContentEncoder object, with US-ASCII as the encoding.
Pipeline - Class in net.sf.okapi.common.pipeline
Default implementations of the IPipeline interface.
Pipeline() - Constructor for class net.sf.okapi.common.pipeline.Pipeline
Creates a new Pipeline object.
PipelineDriver - Class in net.sf.okapi.common.pipelinedriver
Default implementation of the IPipelineDriver interface.
PipelineDriver() - Constructor for class net.sf.okapi.common.pipelinedriver.PipelineDriver
Creates an new PipelineDriver object with an empty pipeline.
PipelineParameters - Class in net.sf.okapi.common.resource
Special resource used to carry runtime parameters.
PipelineParameters() - Constructor for class net.sf.okapi.common.resource.PipelineParameters
Creates a new empty ParametersEvent object.
PipelineReturnValue - Enum in net.sf.okapi.common.pipeline
Values returned by implementations of the IPipeline interface.
PLAIN_TEXT_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
PluginItem - Class in net.sf.okapi.common.plugins
Encapsulates the generic information for a plug-in item.
PluginItem(int, String) - Constructor for class net.sf.okapi.common.plugins.PluginItem
Creates a new plug-in item of a given type and class name.
PluginsManager - Class in net.sf.okapi.common.plugins
Provides a way to discover and list plug-ins for a given location or file.
PluginsManager() - Constructor for class net.sf.okapi.common.plugins.PluginsManager
 
PO_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
POEncoder - Class in net.sf.okapi.common.encoder
Implements IEncoder for PO file format.
POEncoder() - Constructor for class net.sf.okapi.common.encoder.POEncoder
 
Pohnpeian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
Polish - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
popTempEvent() - Method in class net.sf.okapi.common.filters.EventBuilder
 
PORTUGUESE - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "pt".
postProcessTextUnit(ITextUnit) - Method in class net.sf.okapi.common.filters.EventBuilder
Do any required post-processing on the TextUnit after endTextUnit is called.
PPTM_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
PPTX_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
prepareBaseTokens(String) - Method in class net.sf.okapi.lib.translation.TextMatcher
Creates a list of tokens from a string to use with the compareToBaseTokens(String, List, TextFragment).
preserveWhitespaces() - Method in class net.sf.okapi.common.resource.BaseNameable
 
preserveWhitespaces() - Method in interface net.sf.okapi.common.resource.INameable
Indicates if the white-spaces in the content of this resource should be preserved.
preserveWhitespaces() - Method in class net.sf.okapi.common.resource.TextUnit
 
preserveWhitespaces() - Method in class net.sf.okapi.common.skeleton.StorageList
 
preserveWS - Variable in class net.sf.okapi.common.resource.BaseNameable
 
printMarkerIndexes() - Method in class net.sf.okapi.common.filterwriter.GenericContent
Generates a coded string containing code indexes in place of two-char code markers.
printMarkerIndexes(TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
printMarkers(TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
printSegmentedContent(TextContainer, boolean) - Method in class net.sf.okapi.common.filterwriter.GenericContent
Prints a generic string representation of a given segmented text, with optional markers to indicate the segments boundaries.
printSegmentedContent(TextContainer, boolean, boolean) - Method in class net.sf.okapi.common.filterwriter.GenericContent
Prints a string representation of a given segmented text, with optional markers to indicate the segments boundaries.
process(TextFragment) - Method in class net.sf.okapi.common.filters.InlineCodeFinder
Applies the rules to a given content and converts all matching sections into in-line codes.
process(String) - Method in class net.sf.okapi.common.filters.LocalizationDirectives
Evaluates a string that contain localization directives and update the object state based on the given instructions.
process(RawDocument) - Method in interface net.sf.okapi.common.pipeline.IPipeline
Starts IPipeline processing with a RawDocument as input.
process(Event) - Method in interface net.sf.okapi.common.pipeline.IPipeline
Starts IPipeline processing with a Event as input.
process(RawDocument) - Method in class net.sf.okapi.common.pipeline.Pipeline
 
process(Event) - Method in class net.sf.okapi.common.pipeline.Pipeline
 
processBatch(List<IBatchItemContext>) - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Sets a new set of batch items for this driver and processes them.
processBatch() - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Processes all the batch items currently in the driver.
processBatch(List<IBatchItemContext>) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
processBatch() - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
processDocumentPart(DocumentPart) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processDocumentPart(DocumentPart) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processDocumentPart(DocumentPart) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Processes the DOCUMENT_PART event.
processEndDocument(Ending) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
Get output created by this skeleton writer from a sequence of events.
processEndDocument(Ending) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processEndDocument(Ending) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Processes the END_DOCUMENT event.
processEndGroup(Ending) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processEndGroup(Ending) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processEndGroup(Ending) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Processes the END_GROUP event.
processEndSubDocument(Ending) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processEndSubDocument(Ending) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processEndSubDocument(Ending) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Processes the END_SUBDOCUMENT event.
processEndSubfilter(EndSubfilter) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processEndSubfilter(EndSubfilter) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processEndSubfilter(EndSubfilter) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
 
processRule(String) - Method in class net.sf.okapi.lib.segmentation.ICURegex
 
processStartDocument(LocaleId, String, ILayerProvider, EncoderManager, StartDocument) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processStartDocument(LocaleId, String, ILayerProvider, EncoderManager, StartDocument) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processStartDocument(LocaleId, String, ILayerProvider, EncoderManager, StartDocument) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Processes the START_DOCUMENT event.
processStartGroup(StartGroup) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processStartGroup(StartGroup) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processStartGroup(StartGroup) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Processes the START_GROUP event.
processStartSubDocument(StartSubDocument) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processStartSubDocument(StartSubDocument) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processStartSubDocument(StartSubDocument) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Processes a START_SUBDOCUMENT event.
processStartSubfilter(StartSubfilter) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processStartSubfilter(StartSubfilter) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processStartSubfilter(StartSubfilter) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
 
processText(String, List<CompiledRule>) - Method in class net.sf.okapi.lib.segmentation.ICURegex
 
processTextUnit(ITextUnit) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
processTextUnit(ITextUnit) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonWriter
 
processTextUnit(ITextUnit) - Method in interface net.sf.okapi.common.skeleton.ISkeletonWriter
Processes the TEXT_UNIT event.
promptOKCancel(String) - Method in interface net.sf.okapi.common.IUserPrompt
Prompt the user to decide between "OK" and "Cancel".
promptOKCancel(String) - Method in class net.sf.okapi.common.UserPrompt
 
promptYesNoCancel(String) - Method in interface net.sf.okapi.common.IUserPrompt
Prompt the user to decide between "Yes", "No", and "Cancel".
promptYesNoCancel(String) - Method in class net.sf.okapi.common.UserPrompt
 
propagateAllAnnotations(LocaleId, LocaleId, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Copies all annotations from one source version to another source version.
propagateAllAnnotations(LocaleId, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Copies all annotations from one source version to all other source versions.
propagateAllAnnotations(LocaleId, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
propagateAllAnnotations(LocaleId, LocaleId, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
propagateAllProperties(LocaleId, LocaleId, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Copies all properties from one source version to another source version.
propagateAllProperties(LocaleId, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Copies all properties from one source version to all other source versions.
propagateAllProperties(LocaleId, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
propagateAllProperties(LocaleId, LocaleId, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
propagateAnnotation(LocaleId, LocaleId, Class<A>, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Copies a single annotation from one source version to another source version.
propagateAnnotation(LocaleId, Class<A>, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Copies a single annotation from one source version to all other source versions.
propagateAnnotation(LocaleId, Class<A>, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
propagateAnnotation(LocaleId, LocaleId, Class<A>, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
propagateProperty(LocaleId, LocaleId, String, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Copies a single property from one source version to another source version.
propagateProperty(LocaleId, String, boolean) - Method in interface net.sf.okapi.common.resource.IVariantSources
Copies a single property from one source version to all other source versions.
propagateProperty(LocaleId, String, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
propagateProperty(LocaleId, LocaleId, String, boolean) - Method in class net.sf.okapi.common.resource.VariantSources
 
properties - Variable in class net.sf.okapi.common.resource.BaseNameable
 
PROPERTIES_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
PropertiesEncoder - Class in net.sf.okapi.common.encoder
Implements IEncoder for properties-type format.
PropertiesEncoder() - Constructor for class net.sf.okapi.common.encoder.PropertiesEncoder
Creates a new PropertiesEncoder object, with US-ASCII as the encoding.
Property - Class in net.sf.okapi.common.resource
Represents a read-only or a modifiable property associated with a resource.
Property(String, String, boolean) - Constructor for class net.sf.okapi.common.resource.Property
Creates a new property object with a name, a vale and its read-only flag.
Property(String, String) - Constructor for class net.sf.okapi.common.resource.Property
Creates a new read-only property object with a name and a value.
PROPERTY_WRITE_UTF8_BOM - Static variable in class net.sf.okapi.common.UnicodeBOMWriter
If this system property evaluates to "false", ignoring case, files written out as UTF-8 will not have a BOM written for them.
PropertyTextUnitPlaceholder - Class in net.sf.okapi.common.filters
This class acts as a placeholder for both Propertys and ITextUnits that are found within tags.
PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType, String, String) - Constructor for class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Constructor for Property only.
PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType, String, String, int, int) - Constructor for class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Constructor for Property and ITextUnit without a main offsets.
PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType, String, String, int, int, int, int) - Constructor for class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Constructor for Property and ITextUnit that are delimited by formatting (i.e., name="value").
PropertyTextUnitPlaceholder.PlaceholderAccessType - Enum in net.sf.okapi.common.filters
 
PROV - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Annotation identifier for the ITS Provenance data category.
PROV_ORG - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
PROV_PERSON - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
PROV_PROVREF - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
PROV_RECSREF - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
PROV_REVORG - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
PROV_REVPERSON - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
PROV_REVTOOL - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 
PROV_TOOL - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
 

Q

qualifyName(String, String) - Static method in class net.sf.okapi.common.ClassUtil
Builds a qualified class name from given parts.
qualifyName(Class<?>, String) - Static method in class net.sf.okapi.common.ClassUtil
Builds a qualified class name for the given class name.
qualifyName(Object, String) - Static method in class net.sf.okapi.common.ClassUtil
Builds a qualified class name for the given class name.
QUALITY_UNDEFINED - Static variable in class net.sf.okapi.common.query.QueryResult
 
QUARK_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
Quechua - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
query(String) - Method in interface net.sf.okapi.common.query.IQuery
Starts a query for a give plain text.
query(TextFragment) - Method in interface net.sf.okapi.common.query.IQuery
Starts a query for a given text.
query(String) - Method in class net.sf.okapi.lib.translation.QueryManager
Queries all enabled translation resources for a given plain text.
query(TextFragment) - Method in class net.sf.okapi.lib.translation.QueryManager
Queries all enabled translation resources for a given text fragment.
query - Variable in class net.sf.okapi.lib.translation.ResourceItem
The query engine for this resource.
QueryManager - Class in net.sf.okapi.lib.translation
Provides a wrapper to manage and query several translation resources at the same time.
QueryManager() - Constructor for class net.sf.okapi.lib.translation.QueryManager
Creates a new QueryManager object.
QueryResult - Class in net.sf.okapi.common.query
Stores one result of a query.
QueryResult() - Constructor for class net.sf.okapi.common.query.QueryResult
 
QueryUtil - Class in net.sf.okapi.lib.translation
Collection of helper method for preparing and querying translation resources.
QueryUtil() - Constructor for class net.sf.okapi.lib.translation.QueryUtil
 
Quichua - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
QUOTEMODE - Static variable in class net.sf.okapi.common.encoder.XMLEncoder
Parameter flag for defining the quote mode.
QUOTEMODEDEFINED - Static variable in class net.sf.okapi.common.encoder.XMLEncoder
Parameter flag for indicating that the XMLEncoder.QUOTEMODE is defined.

R

Range - Class in net.sf.okapi.common
Represents a range: a start and end position.
Range(int, int) - Constructor for class net.sf.okapi.common.Range
Creates a new range with given starting and ending values.
Range(int, int, String) - Constructor for class net.sf.okapi.common.Range
Creates a new range with given starting and ending values and an id.
range - Variable in class net.sf.okapi.common.resource.AnnotatedSpan
The start and end positions of the span of text in the original coded text.
Rarotongan - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
rawDocument - Variable in class net.sf.okapi.common.pipelinedriver.DocumentData
The input RawDocument itself.
RawDocument - Class in net.sf.okapi.common.resource
Resource that carries all the information needed for a filter to open a given document, and also the resource associated with the event RAW_DOCUMENT.
RawDocument(CharSequence, LocaleId) - Constructor for class net.sf.okapi.common.resource.RawDocument
Creates a new RawDocument object with a given CharSequence and a source locale.
RawDocument(CharSequence, LocaleId, LocaleId) - Constructor for class net.sf.okapi.common.resource.RawDocument
Creates a new RawDocument object with a given CharSequence, a source locale and a target locale.
RawDocument(URI, String, LocaleId) - Constructor for class net.sf.okapi.common.resource.RawDocument
Creates a new RawDocument object with a given URI, a default encoding and a source locale.
RawDocument(URI, String, LocaleId, LocaleId) - Constructor for class net.sf.okapi.common.resource.RawDocument
Creates a new RawDocument object with a given URI, a default encoding, a source locale and a target locale.
RawDocument(InputStream, String, LocaleId) - Constructor for class net.sf.okapi.common.resource.RawDocument
Creates a new RawDocument object with a given InputStream, a default encoding and a source locale.
RawDocument(URI, String, LocaleId, LocaleId, String) - Constructor for class net.sf.okapi.common.resource.RawDocument
Creates a new RawDocument object with a given URI, a default encoding, a source locale and a target locale, and the filter configuration id.
RawDocument(InputStream, String, LocaleId, LocaleId) - Constructor for class net.sf.okapi.common.resource.RawDocument
Creates a new RawDocument object with a given InputStream, a default encoding and a source locale.
read() - Method in class net.sf.okapi.common.BOMAwareInputStream
 
read() - Method in interface net.sf.okapi.common.pipeline.IPipelineReader
Reads the steps of the pipeline and the parameters of each of its steps from the implementation-specific storage.
read() - Method in class net.sf.okapi.common.ReaderInputStream
 
read(byte[], int, int) - Method in class net.sf.okapi.common.ReaderInputStream
 
reader - Variable in class net.sf.okapi.common.ReaderInputStream
 
ReaderInputStream - Class in net.sf.okapi.common
An InputStream backed by a Reader.
ReaderInputStream(Reader) - Constructor for class net.sf.okapi.common.ReaderInputStream
Constructor to supply a Reader
ReaderInputStream(Reader, String) - Constructor for class net.sf.okapi.common.ReaderInputStream
Constructor to supply a Reader and an encoding
REF_MARKER - Static variable in class net.sf.okapi.common.resource.Segment
 
REF_PREFIX - Static variable in class net.sf.okapi.common.annotation.GenericAnnotationType
Prefix used to indicate a reference value.
REF_PREFIX - Static variable in class net.sf.okapi.common.filterwriter.ITSContent
 
REF_PREFIX - Static variable in class net.sf.okapi.common.filterwriter.XLIFFContent
 
refCount - Variable in class net.sf.okapi.common.resource.BaseReferenceable
 
ReferenceParameter - Annotation Type in net.sf.okapi.common
Java annotation for indicating a parameter that is a reference to an external resource.
REFMARKER_END - Static variable in class net.sf.okapi.common.resource.TextFragment
Marker for end of reference.
REFMARKER_SEP - Static variable in class net.sf.okapi.common.resource.TextFragment
Marker for reference separator.
REFMARKER_START - Static variable in class net.sf.okapi.common.resource.TextFragment
Marker for start of reference.
RegexUtil - Class in net.sf.okapi.common
Collection of helper function for working with regular expressions.
RegexUtil() - Constructor for class net.sf.okapi.common.RegexUtil
 
releaseClassLoader() - Method in class net.sf.okapi.common.plugins.PluginsManager
 
remove(Class<A>) - Method in class net.sf.okapi.common.annotation.Annotations
Removes the annotation of a given type.
remove(GenericAnnotation) - Method in class net.sf.okapi.common.annotation.GenericAnnotations
Removes a given annotation from this list.
remove(List<E>, int, int) - Static method in class net.sf.okapi.common.ListUtil
Removes a range of elements from a given list.
remove(String) - Method in class net.sf.okapi.common.ParametersString
 
remove(Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
remove(Segment, LocaleId, EnumSet<IAlignedSegments.VariantOptions>) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Removes the given segment and any segments with the same id from the specified sources and targets.
remove(LocaleId) - Method in interface net.sf.okapi.common.resource.IVariantSources
Removes any variant source used for the given target locale.
remove(int) - Method in class net.sf.okapi.common.resource.TextContainer
Removes the part at s given position.
remove(int, int) - Method in class net.sf.okapi.common.resource.TextFragment
Removes a section of the fragment (including its codes).
remove(LocaleId) - Method in class net.sf.okapi.common.resource.VariantSources
 
remove(int) - Method in class net.sf.okapi.lib.translation.QueryManager
Removes a given translation resource.
removeAllSegmentations() - Method in interface net.sf.okapi.common.resource.ITextUnit
Removes all segmentations (source and targets) in this text unit.
removeAllSegmentations() - Method in class net.sf.okapi.common.resource.TextUnit
 
removeAnnotation(String) - Method in class net.sf.okapi.common.resource.Code
Removes the annotation of a given type in this code.
removeAnnotations() - Method in class net.sf.okapi.common.resource.Code
Removes all annotations from this code.
removeAnnotations() - Method in class net.sf.okapi.common.resource.TextFragment
Removes all annotations in this text.
removeAnnotations(String) - Method in class net.sf.okapi.common.resource.TextFragment
Removes all annotations of a given type in this text.
removeAttribute(String) - Method in interface net.sf.okapi.common.query.IQuery
Removes a given attribute from this query engine.
removeAttribute(String) - Method in class net.sf.okapi.lib.translation.BaseConnector
 
removeAttribute(String) - Method in class net.sf.okapi.lib.translation.QueryManager
Removes a given attribute from this manager and all translation resources in this manager.
removeCode(Code) - Method in class net.sf.okapi.common.resource.TextFragment
Remove the Code from this TextFragment
removeCodes(ITextUnit, boolean) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Removes all inline tags in the source (or optionally the target) text unit resource.
removeCodes(TextContainer) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Removes all inline tags from the given TextContainer
removeCodes(TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Removes all inline tags from the given TextFragment
removeConfiguration(String) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
removeConfiguration(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
removeConfiguration(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Removes a given configuration from this mapper.
removeConfigurations(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
removeConfigurations(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Removes all the configurations (predefined and custom) of a given filter from this mapper.
removeDescriptionProvider(String) - Method in interface net.sf.okapi.common.IParametersEditorMapper
Removes a given editor description provider from this mapper.
removeDescriptionProvider(String) - Method in class net.sf.okapi.common.ParametersEditorMapper
 
removeDuplicates(List<QueryResult>) - Static method in class net.sf.okapi.lib.translation.QueryUtil
Removes duplicates based on the Equals method of QueryResult.
removeEditor(String) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Removes a given editor from this mapper.
removeEditor(String) - Method in interface net.sf.okapi.common.IParametersEditorMapper
Removes a given editor from this mapper.
removeEditor(String) - Method in class net.sf.okapi.common.ParametersEditorMapper
 
removeGroup(String) - Method in class net.sf.okapi.common.ParametersString
 
removeMapping(String) - Method in class net.sf.okapi.common.encoder.EncoderManager
Removes a given mapping from the manager.
removeProperty(String) - Method in class net.sf.okapi.common.BaseContext
 
removeProperty(String) - Method in interface net.sf.okapi.common.IContext
Removes a given property from this context.
removeProperty(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
removeProperty(String) - Method in interface net.sf.okapi.common.resource.INameable
Removes a resource-level property of a given name.
removeProperty(LocaleId, String) - Method in interface net.sf.okapi.common.resource.IVariantSources
Removes a source property of a given name.
removeProperty(String) - Method in class net.sf.okapi.common.resource.TextContainer
 
removeProperty(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
removeProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.VariantSources
 
removeProperty(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
removeQualifiers(ITextUnit, String, String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Removes from the source part of a given un-segmented text unit resource qualifiers (parenthesis, quotation marks etc.) around text.
removeQualifiers(ITextUnit, String) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Removes from the source part of a given text unit resource qualifiers (quotation marks etc.) around text.
removeQualifiers(String, String, String) - Static method in class net.sf.okapi.common.StringUtil
Removes qualifiers (quotation marks etc.) around text in a given string.
removeQualifiers(String, String) - Static method in class net.sf.okapi.common.StringUtil
Removes qualifiers (quotation marks etc.) around text in a given string.
removeQualifiers(String) - Static method in class net.sf.okapi.common.StringUtil
Removes quotation marks around text in a given string.
removeSourceProperty(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
removeSourceProperty(String) - Method in interface net.sf.okapi.common.resource.INameable
Removes a source property of a given name.
removeSourceProperty(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
removeSourceProperty(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
removeTarget(LocaleId) - Method in interface net.sf.okapi.common.resource.ITextUnit
Removes a given target object from this text unit.
removeTarget(LocaleId) - Method in class net.sf.okapi.common.resource.TextUnit
 
removeTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
removeTargetProperty(LocaleId, String) - Method in interface net.sf.okapi.common.resource.INameable
Removes a target property of a given name.
removeTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.resource.TextUnit
 
removeTargetProperty(LocaleId, String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
renumberCodes() - Method in class net.sf.okapi.common.resource.TextFragment
Renumbers the IDs of the codes in the fragment.
renumberCodes(int) - Method in class net.sf.okapi.common.resource.TextFragment
Re-assigns IDs of the codes in this fragment to be in a sequential order starting from a given base.
renumberCodes(int, boolean) - Method in class net.sf.okapi.common.resource.TextFragment
Re-assigns IDs of the codes in this fragment to be in a sequential order starting from a given base.
renumberCodes(TextContainer) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
 
replaceAll(String, Pattern, int, String) - Static method in class net.sf.okapi.common.RegexUtil
 
replaceAll(String, String, int, String) - Static method in class net.sf.okapi.common.RegexUtil
 
replaceSkeletonPart(GenericSkeleton, int, GenericSkeleton) - Static method in class net.sf.okapi.common.skeleton.SkeletonUtil
Replaces a part of a given skeleton with another given skeleton part.
replaceVariables(String, LocaleId, LocaleId) - Static method in class net.sf.okapi.common.LocaleId
Replaces the locale/language variables in a given input string by their runtime values.
replaceVariables(String, String, String) - Static method in class net.sf.okapi.common.LocaleId
Replaces the locale/language variables in a given input string by their runtime values.
reset() - Method in class net.sf.okapi.common.ConfigurationString
 
reset(String, IFilter) - Method in class net.sf.okapi.common.filters.EventBuilder
Reset IFilter for a new input.
reset() - Method in class net.sf.okapi.common.filters.InlineCodeFinder
Resets this finder.
reset() - Method in class net.sf.okapi.common.filters.LocalizationDirectives
Resets this localization directives processor.
reset() - Method in class net.sf.okapi.common.filters.SubFilterEventConverter
 
reset() - Method in class net.sf.okapi.common.filterwriter.Parameters
 
reset() - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
 
reset(String) - Method in class net.sf.okapi.common.IdGenerator
Reset the IdGenerator with a new root id.
reset() - Method in interface net.sf.okapi.common.IParameters
Reset the parameters to their default values.
reset() - Method in interface net.sf.okapi.common.ISegmenter
Resets the options to their defaults, and the compiled rules to nothing.
reset() - Method in class net.sf.okapi.common.LocaleFilter
Resets this locale filter to its original right-after-construction state (all settings made with includeXX(), excludeXX() are neglected).
reset() - Method in class net.sf.okapi.common.ParametersString
 
reset() - Method in class net.sf.okapi.lib.segmentation.ICURegex
 
reset() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
reset() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
resetAll() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Resets the document to its default empty initial state.
resetCounters() - Method in class net.sf.okapi.lib.translation.QueryManager
Resets the counters used to calculate the number of segments leveraged.
resolveEntity(String, String) - Method in class net.sf.okapi.common.DefaultEntityResolver
Resolves a given entity to the input source for an empty XML document.
ResourceItem - Class in net.sf.okapi.lib.translation
Set of fields common to all translation resources.
ResourceItem() - Constructor for class net.sf.okapi.lib.translation.ResourceItem
 
ResourceSimplifier - Class in net.sf.okapi.common.skeleton
Simplifies events, i.e.
ResourceSimplifier(LocaleId) - Constructor for class net.sf.okapi.common.skeleton.ResourceSimplifier
 
ResourceSimplifier(String, LocaleId) - Constructor for class net.sf.okapi.common.skeleton.ResourceSimplifier
 
ResourceSimplifier(GenericSkeletonWriter, String, LocaleId) - Constructor for class net.sf.okapi.common.skeleton.ResourceSimplifier
 
ResourceUtil - Class in net.sf.okapi.common
 
ResourceUtil() - Constructor for class net.sf.okapi.common.ResourceUtil
 
restoreSegmentation(TextContainer, TextFragment) - Static method in class net.sf.okapi.common.resource.TextUnitUtil
Restores original segmentation of a given text container from a given text fragment created with storeSegmentation().
result - Variable in class net.sf.okapi.lib.translation.BaseConnector
 
reverse(List<T>) - Static method in class net.sf.okapi.common.ReversedIterator
 
ReversedIterator<T> - Class in net.sf.okapi.common
Create a reversed iterator for a list compatible with foreach.
ReversedIterator(List<T>) - Constructor for class net.sf.okapi.common.ReversedIterator
 
rewind() - Method in class net.sf.okapi.lib.translation.QueryManager
Resets the current result to the first one if there is one.
Romanian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
ROOT_DIRECTORY_VAR - Static variable in class net.sf.okapi.common.Util
Name of the root directory variable.
RTF_ENDCODE - Static variable in class net.sf.okapi.common.Util
Default RTF style for ending an external code.
RTF_ENDINLINE - Static variable in class net.sf.okapi.common.Util
Default RTF style for ending an internal code.
RTF_ENDMARKER - Static variable in class net.sf.okapi.common.Util
Default RTF style for ending an in-between source/target marker.
RTF_MIDMARKER1 - Static variable in class net.sf.okapi.common.Util
Default RTF style for the first half of a middle part of an in-between source/target marker.
RTF_MIDMARKER2 - Static variable in class net.sf.okapi.common.Util
Default RTF style for the second half of a middle part of an in-between source/target marker.
RTF_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
RTF_STARTCODE - Static variable in class net.sf.okapi.common.Util
Default RTF style for starting an external code.
RTF_STARTINLINE - Static variable in class net.sf.okapi.common.Util
Default RTF style for starting an internal code.
RTF_STARTMARKER - Static variable in class net.sf.okapi.common.Util
Default RTF style for starting an in-between source/target marker.
rtrim() - Method in class net.sf.okapi.common.resource.TextFragment
Remove trailing whitespace from this fragment
Rule - Class in net.sf.okapi.lib.segmentation
Stores the data for a SRX <rule> element.
Rule() - Constructor for class net.sf.okapi.lib.segmentation.Rule
Creates an empty breaking and active Rule object.
Rule(String, String, boolean) - Constructor for class net.sf.okapi.lib.segmentation.Rule
Creates a Rule object with given patterns and a flag indicating if the rule is a breaking one or a breaking exception.
ruleName - Variable in class net.sf.okapi.lib.segmentation.LanguageMap
The name of this language map.
RUSSIAN - Static variable in class net.sf.okapi.common.LocaleId
LocaleId constant for "ru".
Rwanda - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 

S

sameCodes(List<Code>, List<Code>) - Static method in class net.sf.okapi.common.resource.Code
Indicates if two codes-storing strings have the same codes or not.
sameLanguageAs(LocaleId) - Method in class net.sf.okapi.common.LocaleId
Indicates if the language of a given LocaleId is the same as the one of this LocaleId.
sameLanguageAs(String) - Method in class net.sf.okapi.common.LocaleId
Indicates if a given string has the same language as the one of this LocaleId.
sameRegionAs(LocaleId) - Method in class net.sf.okapi.common.LocaleId
Indicates if the region of a given LocaleId is the same as the one of this LocaleId.
sameRegionAs(String) - Method in class net.sf.okapi.common.LocaleId
Indicates if a given string has the same region as the one of this LocaleId.
sameUserPartAs(LocaleId) - Method in class net.sf.okapi.common.LocaleId
Indicates if the user part of a given LocaleId is the same as the one of this LocaleId.
sameUserPartAs(String) - Method in class net.sf.okapi.common.LocaleId
Indicates if a given string has the same user part as the one of this LocaleId.
Samoan - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
save(String) - Method in class net.sf.okapi.common.BaseParameters
 
save(String) - Method in interface net.sf.okapi.common.IParameters
Saves the parameters to a file.
save(String, IParameters) - Method in interface net.sf.okapi.common.IParametersProvider
Saves a parameters object to a given location.
save(String, String) - Method in class net.sf.okapi.common.UserConfiguration
 
saveCustomParameters(FilterConfiguration, IParameters) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
 
saveCustomParameters(FilterConfiguration, IParameters) - Method in interface net.sf.okapi.common.filters.IFilterConfigurationMapper
Saves the parameters of a custom configuration.
saveRules(String, boolean, boolean) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Saves the current rules to an SRX rules document.
saveRulesToString(boolean, boolean) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Saves the current rules to an SRX string.
SCSU - Static variable in class net.sf.okapi.common.BOMNewlineEncodingDetector
SCSU (Standard Compression Scheme for Unicode)
SEED - Static variable in class net.sf.okapi.common.HashCodeUtil
An initial value for a hashCode, to which is added contributions from fields.
Segment - Class in net.sf.okapi.common.resource
Implement a special content part that is a segment.
Segment() - Constructor for class net.sf.okapi.common.resource.Segment
Creates an empty Segment object with a null identifier.
Segment(String) - Constructor for class net.sf.okapi.common.resource.Segment
Creates an empty Segment object with a given identifier.
Segment(String, TextFragment) - Constructor for class net.sf.okapi.common.resource.Segment
Creates a Segment object with a given identifier and a given text fragment.
SegmentationRuleException - Exception in net.sf.okapi.lib.segmentation
Signals that a sever error related to segmentation has occurred.
SegmentationRuleException(String) - Constructor for exception net.sf.okapi.lib.segmentation.SegmentationRuleException
Creates a new SegmentationRuleException object with a given message.
SegmentationRuleException(Throwable) - Constructor for exception net.sf.okapi.lib.segmentation.SegmentationRuleException
Creates a new SegmentationRuleException object with a given parent exception.
Segments - Class in net.sf.okapi.common.resource
 
Segments(TextContainer) - Constructor for class net.sf.okapi.common.resource.Segments
Creates an uninitialised Segments object.
segmentSource(ISegmenter, LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
segmentSource(ISegmenter, LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Segments the source content used for the given target locale based on the rules provided by a given ISegmenter.
segmentSubFlows() - Method in interface net.sf.okapi.common.ISegmenter
Indicates if sub-flows must be segmented.
segmentSubFlows() - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
segmentSubFlows() - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Indicates if sub-flows must be segmented.
segmentSubFlows() - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
segmentTarget(ISegmenter, LocaleId) - Method in class net.sf.okapi.common.resource.AlignedSegments
 
segmentTarget(ISegmenter, LocaleId) - Method in interface net.sf.okapi.common.resource.IAlignedSegments
Segments the specified target content based on the rules provided by a given ISegmenter.
separateCodesFromText(TextFragment) - Method in class net.sf.okapi.lib.translation.QueryUtil
Separate and store codes of a given text fragment.
SeparatorPart - Class in net.sf.okapi.common.uidescription
UI part descriptor for a line separator.
SeparatorPart() - Constructor for class net.sf.okapi.common.uidescription.SeparatorPart
Creates a new SeparatorPart object.
Serbian - Static variable in interface net.sf.okapi.common.IPredefinedLocales
 
SERVER_SIDE_INCLUDE_MIME_TYPE - Static variable in class net.sf.okapi.common.MimeTypeMapper
 
set(T) - Method in class net.sf.okapi.common.annotation.Annotations
Sets an annotation.
set(String, String) - Method in class net.sf.okapi.common.ConfigurationString
 
set(int, Segment) - Method in interface net.sf.okapi.common.resource.ISegments
Sets a new segment at a given segment index.
set(LocaleId, TextContainer) - Method in interface net.sf.okapi.common.resource.IVariantSources
Sets the source object to use for the given target locale.
set(int, Segment) - Method in class net.sf.okapi.common.resource.Segments
 
set(LocaleId, LinkedHashMap<String, Property>) - Method in class net.sf.okapi.common.resource.TargetPropertiesAnnotation
Sets properties for a given target locale.
set(LocaleId, TextContainer) - Method in class net.sf.okapi.common.resource.VariantSources
 
set(T) - Method in class net.sf.okapi.common.SynchronizedValue
 
SET_OPTIONS - Static variable in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
setAccessType(PropertyTextUnitPlaceholder.PlaceholderAccessType) - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Set the PropertyTextUnitPlaceholder.PlaceholderAccessType
setActive(boolean) - Method in class net.sf.okapi.lib.segmentation.Rule
Sets the flag indicating if this rule is active.
setAfter(String) - Method in class net.sf.okapi.lib.segmentation.Rule
Sets the pattern after the break point for this rule.
setAlignmentStatus(AlignmentStatus) - Method in interface net.sf.okapi.common.resource.ISegments
Sets the AlignmentStatus for these segments.
setAlignmentStatus(AlignmentStatus) - Method in class net.sf.okapi.common.resource.Segments
 
setAllKnownMappings() - Method in class net.sf.okapi.common.encoder.EncoderManager
Sets all mappings known by the core libraries.
setAllowEmpty(boolean) - Method in class net.sf.okapi.common.uidescription.PathInputPart
Sets the flag indicating if the input text can be empty.
setAllowEmpty(boolean) - Method in class net.sf.okapi.common.uidescription.TextInputPart
Sets the flag indicating if the input text can be empty.
setAltTranslationOption(String) - Method in class net.sf.okapi.common.filterwriter.TMXWriter
Sets a pattern used to indicate which entries to include when using the TMXWriter.writeAlternate(AltTranslation, TextFragment) method.
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.BaseContext
 
setAnnotation(IAnnotation) - Method in interface net.sf.okapi.common.IContext
Sets an annotation for this context.
setAnnotation(IAnnotation) - Method in interface net.sf.okapi.common.IResource
Sets an annotation object for this resource.
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.BaseNameable
 
setAnnotation(String, InlineAnnotation) - Method in class net.sf.okapi.common.resource.Code
Sets the annotation for this code.
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.Document
 
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.Ending
 
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.MultiEvent
 
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.Property
Sets an annotation for this property.
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.RawDocument
 
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.Segment
Sets an annotation object for this segment.
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.TextContainer
 
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.resource.TextUnit
 
setAnnotation(IAnnotation) - Method in class net.sf.okapi.common.skeleton.StorageList
 
setAnnotations(ConcurrentHashMap<Class<? extends IAnnotation>, IAnnotation>) - Method in class net.sf.okapi.common.annotation.Annotations
Used by clone method to copy over all annotations at once.
setAnnotations(Annotations) - Method in class net.sf.okapi.common.resource.TextUnit
Used by TextUnit clone method to copy over all annotations at once.
setApplicationName(String) - Method in class net.sf.okapi.common.ExecutionContext
 
setAttribute(String, String) - Method in interface net.sf.okapi.common.query.IQuery
Sets an attribute for this query engine.
setAttribute(String, String) - Method in class net.sf.okapi.lib.translation.BaseConnector
 
setAttribute(String, String) - Method in class net.sf.okapi.lib.translation.QueryManager
Sets an attribute for this manager and all translation resources in this manager.
setBatchInputCount(int) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setBefore(String) - Method in class net.sf.okapi.lib.segmentation.Rule
Sets the pattern before the break point for this rule.
setBoolean(String, Boolean) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
sets a boolean field.
setBoolean(String, boolean) - Method in class net.sf.okapi.common.BaseContext
 
setBoolean(String, boolean) - Method in class net.sf.okapi.common.BaseParameters
 
setBoolean(String, boolean) - Method in interface net.sf.okapi.common.IContext
Sets a boolean property for this context.
setBoolean(String, boolean) - Method in interface net.sf.okapi.common.IParameters
Sets the boolean value for a given parameter name.
setBoolean(String, boolean) - Method in class net.sf.okapi.common.ParametersString
 
setBreak(boolean) - Method in class net.sf.okapi.lib.segmentation.Rule
Sets the flag indicating if this rule is a breaking rule.
setBrowseFilters(String, String) - Method in class net.sf.okapi.common.uidescription.PathInputPart
Sets the names and extensions to use for the browse filter.
setBrowseTitle(String) - Method in class net.sf.okapi.common.uidescription.FolderInputPart
Sets the title of the folder browsing dialog.
setBrowseTitle(String) - Method in class net.sf.okapi.common.uidescription.PathInputPart
Sets the title of the path browsing dialog.
setCaption(String) - Method in class net.sf.okapi.common.uidescription.EditorDescription
Sets the caption for this editor.
setCascade(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the flag indicating if cascading must be applied when selecting the rules for a given language pattern.
setCascade(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
Sets the flag indicating if cascading must be applied when selecting the rules for a given language pattern.
setCharsetEncoder(CharsetEncoder) - Method in class net.sf.okapi.common.filterwriter.XLIFFContent
Sets the character set encoder to use.
setChoicesLabels(String[]) - Method in class net.sf.okapi.common.uidescription.ListSelectionPart
Sets the list of the localizable labels to use with the selectable values.
setChoicesValues(String[]) - Method in class net.sf.okapi.common.uidescription.ListSelectionPart
Sets the list of items that can be selected.
setCloneable(boolean) - Method in class net.sf.okapi.common.resource.Code
Sets the flag of this in-line code to indicate if it can be duplicated or not.
setCodedText(String) - Method in class net.sf.okapi.common.resource.TextFragment
Sets the coded text of the fragment, using its the existing codes.
setCodedText(String, boolean) - Method in class net.sf.okapi.common.resource.TextFragment
Sets the coded text of the fragment, using its the existing codes.
setCodedText(String, List<Code>) - Method in class net.sf.okapi.common.resource.TextFragment
Sets the coded text of the fragment and its corresponding codes.
setCodedText(String, List<Code>, boolean) - Method in class net.sf.okapi.common.resource.TextFragment
Sets the coded text of the fragment and its corresponding codes.
setCodeMode(int) - Method in class net.sf.okapi.common.filterwriter.TMXContent
Sets the type of content the inline codes should be output.
setCodes(List<Code>) - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
setCombinedScore(int) - Method in class net.sf.okapi.common.annotation.AltTranslation
Sets the score of this alternate translation.
setCombinedScore(int) - Method in class net.sf.okapi.common.query.QueryResult
Sets the combined score for this result.
setComment(String) - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
setComment(String) - Method in class net.sf.okapi.lib.segmentation.Rule
Sets the comment for this rule.
setComments(String) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the comments for this document.
setContainer(IContainerPart) - Method in class net.sf.okapi.common.uidescription.AbstractPart
Sets the container part for this part.
setContent(TextFragment) - Method in class net.sf.okapi.common.filterwriter.GenericContent
 
setContent(TextFragment) - Method in class net.sf.okapi.common.filterwriter.TMXContent
Sets the fragment to format.
setContent(TextFragment) - Method in class net.sf.okapi.common.filterwriter.XLIFFContent
Sets the fragment to format.
setContent(TextFragment, boolean) - Method in class net.sf.okapi.common.filterwriter.XLIFFContent
Sets the fragment to format.
setContent(LocaleId, TextFragment) - Method in interface net.sf.okapi.common.resource.IVariantSources
Sets the content of the variant source for the given target locale.
setContent(TextFragment) - Method in class net.sf.okapi.common.resource.TextContainer
Sets the content of this TextContainer.
setContent(TextFragment) - Method in class net.sf.okapi.common.resource.TextPart
Sets the TextFragment for this part.
setContent(LocaleId, TextFragment) - Method in class net.sf.okapi.common.resource.VariantSources
 
setCopySource(boolean) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
Sets the copySource flag indicating to copy the source at the target spot if there is no target defined.
setCustomConfigurationsDirectory(String) - Method in class net.sf.okapi.common.filters.FilterConfigurationMapper
Sets the directory where the custom configuration files are stored.
setData(String) - Method in class net.sf.okapi.common.resource.Code
Sets the raw data for the code.
setData(String) - Method in class net.sf.okapi.common.resource.InlineAnnotation
Sets the data for this annotation.
setData(String) - Method in class net.sf.okapi.common.skeleton.GenericSkeletonPart
 
setDefaultEncoding(String) - Method in class net.sf.okapi.common.BOMNewlineEncodingDetector
Set the default encoding.
setDefaultOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.EncoderManager
Sets the default options for this encoder manager.
setDefaultSource(TextContainer) - Method in class net.sf.okapi.common.resource.VariantSources
 
setDeleteable(boolean) - Method in class net.sf.okapi.common.resource.Code
Sets the flag of this in-line code to indicate if it can be removed or not.
setDisplayName(String) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
setDisplayName(String) - Method in interface net.sf.okapi.common.IParameterDescriptor
Sets the localizable name of this parameter.
setDisplayName(String) - Method in class net.sf.okapi.common.ParameterDescriptor
 
setDisplayName(String) - Method in class net.sf.okapi.common.uidescription.AbstractPart
 
setDisplayText(String) - Method in class net.sf.okapi.common.resource.Code
Set the display equivalent text for this code.
setDocumentName(String) - Method in class net.sf.okapi.common.filters.AbstractFilter
Allows implementers to set the START_DOCUMENT name for the current input.
setDocumentPartId(long) - Method in class net.sf.okapi.common.filters.EventBuilder
Set the current custom DocumentPart id.
setDouble(String, Double) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
setElementType(String) - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
 
setEnabled(boolean) - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
setEnabled(int, boolean) - Method in class net.sf.okapi.lib.translation.QueryManager
Enables or disables a given translation resource.
setEncodedString(String, String) - Method in class net.sf.okapi.common.ParametersString
Sets the string value of a given parameter and encode it.
setEncoding(String) - Method in class net.sf.okapi.common.filters.AbstractFilter
Sets the input document encoding.
setEncoding(String) - Method in class net.sf.okapi.common.resource.RawDocument
Set the input encoding.
setEncoding(String, boolean) - Method in class net.sf.okapi.common.resource.StartDocument
Sets the character set encoding of this document.
setEndSkeleton(ISkeleton) - Method in class net.sf.okapi.common.filters.FilterState
 
setEngine(String) - Method in class net.sf.okapi.common.annotation.AltTranslation
Sets the engine of this alternate translation.
setEscapeGt(boolean) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
Sets the flag indicating if '>' should be escaped or not.
setEventType(EventType) - Method in class net.sf.okapi.common.Event
 
setExclusionOption(String) - Method in class net.sf.okapi.common.filterwriter.TMXWriter
Sets a pattern of content to not output.
setExecutionContext(ExecutionContext) - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Sets the execution context for this driver.
setExecutionContext(ExecutionContext) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
setExecutionContext(ExecutionContext) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setFields(Object...) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
Sets a list of key+values pairs for this annotation.
setFilterConfigId(String) - Method in class net.sf.okapi.common.resource.RawDocument
Sets the identifier of the filter configuration to use with this document.
setFilterConfigurationId(String) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setFilterConfigurationMapper(IFilterConfigurationMapper) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
setFilterConfigurationMapper(IFilterConfigurationMapper) - Method in interface net.sf.okapi.common.filters.IFilter
Sets the filter configuration mapper for this filter.
setFilterConfigurationMapper(IFilterConfigurationMapper) - Method in class net.sf.okapi.common.filters.SubFilter
 
setFilterConfigurationMapper(IFilterConfigurationMapper) - Method in interface net.sf.okapi.common.pipelinedriver.IPipelineDriver
Sets the filter configuration mapper object for this driver.
setFilterConfigurationMapper(IFilterConfigurationMapper) - Method in class net.sf.okapi.common.pipelinedriver.PipelineDriver
 
setFilterConfigurationMapper(IFilterConfigurationMapper) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setFilterParameters(IParameters) - Method in class net.sf.okapi.common.resource.StartDocument
Sets the parameters for this document.
setFilterParameters(IParameters) - Method in class net.sf.okapi.common.resource.StartSubDocument
Sets the parameters for this sub-document.
setFilterWriter(IFilterWriter) - Method in class net.sf.okapi.common.filters.AbstractFilter
Sets the filter writer for this filter.
setFilterWriter(IFilterWriter) - Method in class net.sf.okapi.common.resource.StartDocument
Sets the filter writer for this document.
setForSaveAs(boolean) - Method in class net.sf.okapi.common.uidescription.PathInputPart
Sets the flag indicating if the path is to save a file (vs to open one).
setFromOriginal(boolean) - Method in class net.sf.okapi.common.annotation.AltTranslation
Sets the flag indicating if this alternate translation was provided from the original document (e.g.
setFuzzyScore(int) - Method in class net.sf.okapi.common.annotation.AltTranslation
 
setFuzzyScore(int) - Method in class net.sf.okapi.common.query.QueryResult
Sets the score for this result.
setGenerateSkeleton(boolean) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
setGroup(String, String) - Method in class net.sf.okapi.common.ParametersString
 
setGroup(String, ParametersString) - Method in class net.sf.okapi.common.ParametersString
 
setHasBeenSegmentedFlag(boolean) - Method in class net.sf.okapi.common.resource.TextContainer
Sets the flag indicating if the content of this container has been segmented.
setHasICURules(boolean) - Method in class net.sf.okapi.lib.segmentation.ICURegex
 
setHeaderComments(String) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the comments for the header of this document.
setHeight(int) - Method in class net.sf.okapi.common.uidescription.TextInputPart
Sets the suggested height of this part (-1 for default)
setId(String) - Method in interface net.sf.okapi.common.IResource
Sets the identifier of this resource.
setId(String) - Method in interface net.sf.okapi.common.pipeline.IPipeline
Set the pipelines identifier.
setId(String) - Method in class net.sf.okapi.common.pipeline.Pipeline
 
setId(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
setId(int) - Method in class net.sf.okapi.common.resource.Code
Sets the identifier of the code.
setId(String) - Method in class net.sf.okapi.common.resource.Document
 
setId(String) - Method in class net.sf.okapi.common.resource.Ending
 
setId(String) - Method in class net.sf.okapi.common.resource.MultiEvent
 
setId(String) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setId(String) - Method in class net.sf.okapi.common.resource.RawDocument
 
setId(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
setId(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
setIdGenerator(IdGenerator) - Method in class net.sf.okapi.common.filters.FilterState
 
setIncludeAltTrans(boolean) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
Sets the flag indicating if alt-trans elements should be output or not.
setIncludeCodeAttrs(boolean) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
Sets the flag indicating if extended code attributes should be output or not.
setIncludeEndCodes(boolean) - Method in interface net.sf.okapi.common.ISegmenter
 
setIncludeEndCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
setIncludeEndCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the indicator that tells if end codes should be included or not.
setIncludeEndCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
setIncludeIsolatedCodes(boolean) - Method in interface net.sf.okapi.common.ISegmenter
 
setIncludeIsolatedCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
setIncludeIsolatedCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the indicator that tells if isolated codes should be included or not.
setIncludeIsolatedCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
setIncludeIts(boolean) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
Sets the flag indicating if ITS markup should be output or not.
setIncludeNoTranslate(boolean) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriterParameters
Sets the flag indicating if non-translatable text units should be output or not.
setIncludeStartCodes(boolean) - Method in interface net.sf.okapi.common.ISegmenter
 
setIncludeStartCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
setIncludeStartCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the indicator that tells if start codes should be included or not.
setIncludeStartCodes(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
setInputRawDocument(RawDocument) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setInputRootDirectory(String) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setInputURI(URI) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setInteger(String, Integer) - Method in class net.sf.okapi.common.annotation.GenericAnnotation
 
setInteger(String, int) - Method in class net.sf.okapi.common.BaseContext
 
setInteger(String, int) - Method in class net.sf.okapi.common.BaseParameters
 
setInteger(String, int) - Method in interface net.sf.okapi.common.IContext
Sets an integer property for this context.
setInteger(String, int) - Method in interface net.sf.okapi.common.IParameters
Sets the integer value for a given parameter name.
setInteger(String, int) - Method in class net.sf.okapi.common.ParametersString
 
setIsNoPrompt(boolean) - Method in class net.sf.okapi.common.ExecutionContext
 
setIsReferent(boolean) - Method in class net.sf.okapi.common.resource.BaseReferenceable
 
setIsReferent(boolean) - Method in interface net.sf.okapi.common.resource.IReferenceable
Sets the flag indicating if this resource is a referent (i.e.
setIsReferent(boolean) - Method in class net.sf.okapi.common.resource.TextUnit
 
setIsReferent(boolean) - Method in class net.sf.okapi.common.skeleton.StorageList
 
setIssueType(IssueType) - Method in class net.sf.okapi.common.annotation.IssueAnnotation
Sets the issue type and its corresponding ITS type mapping.
setIsTranslatable(boolean) - Method in class net.sf.okapi.common.resource.BaseNameable
 
setIsTranslatable(boolean) - Method in interface net.sf.okapi.common.resource.INameable
Sets the flag indicating if the content of this resource is translatable.
setIsTranslatable(boolean) - Method in class net.sf.okapi.common.resource.TextUnit
 
setIsTranslatable(boolean) - Method in class net.sf.okapi.common.skeleton.StorageList
 
setITSType(String) - Method in class net.sf.okapi.common.annotation.IssueAnnotation
 
setLabelFlushed(boolean) - Method in class net.sf.okapi.common.uidescription.AbstractPart
Sets the flag indicating if the label of this UI part should be flushed next to the part.
setLanguage(LocaleId) - Method in interface net.sf.okapi.common.ISegmenter
Sets the locale used to apply the rules.
setLanguage(LocaleId) - Method in class net.sf.okapi.lib.segmentation.ICURegex
 
setLanguage(LocaleId) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
setLanguage(LocaleId) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
setLanguages(LocaleId, LocaleId) - Method in interface net.sf.okapi.common.query.IQuery
Sets the source and target languages for this query engine.
setLanguages(LocaleId, LocaleId) - Method in class net.sf.okapi.lib.translation.BaseConnector
 
setLanguages(LocaleId, LocaleId) - Method in class net.sf.okapi.lib.translation.QueryManager
Sets the source and target locales for this manager and for all translation resources in this manager.
setLastId(String) - Method in class net.sf.okapi.common.IdGenerator
sets the internal value that is used to remember the last identifier.
setLastOutputStep(boolean) - Method in class net.sf.okapi.common.pipeline.BasePipelineStep
 
setLastOutputStep(boolean) - Method in interface net.sf.okapi.common.pipeline.IPipelineStep
Tell the step if it is the last one on the pipeline with output.
setLetterCodedMode(boolean, boolean) - Method in class net.sf.okapi.common.filterwriter.TMXContent
Sets the flag that indicates if the TMX generated should use letter-coded inline content.
setLetterCodedMode(boolean, boolean) - Method in class net.sf.okapi.common.filterwriter.TMXWriter
Sets the flag indicating whether the writer should output letter-coded content (e.g.
setLineBreak(String) - Method in class net.sf.okapi.common.resource.StartDocument
Sets the type of line-break used in the original document.
setLineBreak(String) - Method in class net.sf.okapi.common.XMLWriter
Sets the type of line-break to use when writing out the document.
setListType(int) - Method in class net.sf.okapi.common.uidescription.ListSelectionPart
Sets the type of list this UI part should use.
setLocale(LocaleId) - Method in class net.sf.okapi.common.resource.StartDocument
Sets the locale of the document.
setMainEndPos(int) - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Set the ending offset of the attribute
setMainStartPos(int) - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Set the offset to the beginning of the attribute.
setMapping(String, String) - Method in class net.sf.okapi.common.encoder.EncoderManager
Sets a mapping in the manager.
setMapping(String, IEncoder) - Method in class net.sf.okapi.common.encoder.EncoderManager
 
setMappings(IFilterConfigurationMapper, boolean, boolean) - Static method in class net.sf.okapi.common.filters.DefaultFilters
Add the default mappings provided in the DefaultFilters.properties file.
setMaskRule(String) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the pattern for the mask rule.
setMaskRule(String) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
Sets the pattern for the mask rule.
setMasterPart(AbstractPart, boolean) - Method in class net.sf.okapi.common.uidescription.AbstractPart
Binds this part to a master part.
setMaximumHits(int) - Method in interface net.sf.okapi.lib.translation.ITMQuery
Sets the maximum number of hits to retrieve.
setMaximumHits(int) - Method in class net.sf.okapi.lib.translation.QueryManager
Sets the maximum number of hits to return for this query manager and all the relevant translation resources it holds.
setMethod(Method) - Method in class net.sf.okapi.common.pipeline.annotations.ConfigurationParameter
Sets the method for this parameter.
setMimeType(String) - Method in class net.sf.okapi.common.filters.AbstractFilter
Sets the input document mime type.
setMimeType(String) - Method in class net.sf.okapi.common.filters.EventBuilder
Sets the input document mime type.
setMimeType(String) - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Set the attribute values mimetype
setMimeType(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
setMimeType(String) - Method in interface net.sf.okapi.common.resource.INameable
Sets the type of content of this resource.
setMimeType(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
setMimeType(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
setModified(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the flag indicating if the document has been modified since the last load or save.
setMultilingual(boolean) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
setMultilingual(boolean) - Method in class net.sf.okapi.common.resource.StartDocument
Sets the flag that indicates if this document is multilingual.
setName(String) - Method in class net.sf.okapi.common.filters.AbstractFilter
 
setName(String) - Method in class net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
Set the attribute name
setName(String) - Method in class net.sf.okapi.common.resource.BaseNameable
 
setName(String) - Method in interface net.sf.okapi.common.resource.INameable
Sets the name of this resource.
setName(String) - Method in class net.sf.okapi.common.resource.TextUnit
 
setName(String) - Method in class net.sf.okapi.common.skeleton.StorageList
 
setNewlineType(String) - Method in class net.sf.okapi.common.filters.AbstractFilter
Sets the newline type.
setNoQueryThreshold(int) - Method in interface net.sf.okapi.common.query.IQuery
Sets the threshold for when to avoid executing a query.
setNoQueryThreshold(int) - Method in class net.sf.okapi.lib.translation.BaseConnector
 
setNoQueryThreshold(int) - Method in class net.sf.okapi.lib.translation.QueryManager
Sets the no-query threshold for this query manager.
setObject(String, Object) - Method in class net.sf.okapi.common.BaseContext
 
setObject(String, Object) - Method in interface net.sf.okapi.common.IContext
Sets an object property for this context.
setOneSegmentIncludesAll(boolean) - Method in interface net.sf.okapi.common.ISegmenter
 
setOneSegmentIncludesAll(boolean) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
setOneSegmentIncludesAll(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXDocument
Sets the indicator that tells if when there is a single segment in a text it should include the whole text (no spaces or codes trim left/right) text.
setOneSegmentIncludesAll(boolean) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.DefaultEncoder
 
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.DTDEncoder
Sets the options for this encoder.
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.EncoderManager
Sets the options for the encoder currently cached.
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.HtmlEncoder
 
setOptions(IParameters, String, String) - Method in interface net.sf.okapi.common.encoder.IEncoder
Sets the options for this encoder.
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.JSONEncoder
 
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.OpenXMLEncoder
Sets the options for this encoder.
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.PHPContentEncoder
 
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.POEncoder
 
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.PropertiesEncoder
 
setOptions(IParameters, String, String) - Method in class net.sf.okapi.common.encoder.XMLEncoder
Sets the options for this encoder.
setOptions(LocaleId, LocaleId, String, boolean) - Method in class net.sf.okapi.common.filters.AbstractFilter
Each IFilter has a small set of options beyond normal configuration that gives the IFilter the needed information to properly parse the content.
setOptions(boolean, boolean) - Method in class net.sf.okapi.common.filters.LocalizationDirectives
Sets the options for this localization directives processor.
setOptions(LocaleId, String, StartSubfilter) - Method in class net.sf.okapi.common.filters.SubFilterSkeletonWriter
 
setOptions(LocaleId, String) - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
setOptions(LocaleId, String) - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Sets the options for this writer.
setOptions(LocaleId, String) - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
Sets the options for this writer.
setOptions(LocaleId, String) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
setOptions(LocaleId, String) - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
setOptions(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface net.sf.okapi.common.ISegmenter
Sets the options for this segmenter.
setOptions(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class net.sf.okapi.lib.segmentation.opennlp.OkapiMaxEntSegmenter
 
setOptions(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
Sets the options for this segmenter.
setOptions(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class net.sf.okapi.lib.segmentation.SRXSegmenter
 
setOptions(int, boolean, boolean, boolean, String, int, boolean) - Method in class net.sf.okapi.lib.translation.QueryManager
Sets the options for performing the leverage.
setOrigin(String) - Method in class net.sf.okapi.common.annotation.AltTranslation
Sets the origin of this alternate translation.
setOuterData(String) - Method in class net.sf.okapi.common.resource.Code
Sets the complete data for this in-line code (inner data and outer).
setOutput(String) - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
setOutput(OutputStream) - Method in class net.sf.okapi.common.filterwriter.GenericFilterWriter
 
setOutput(String) - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Sets the output through the path of the output file.
setOutput(OutputStream) - Method in interface net.sf.okapi.common.filterwriter.IFilterWriter
Sets the output through its output stream.
setOutput(String) - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
setOutput(OutputStream) - Method in class net.sf.okapi.common.filterwriter.TMXFilterWriter
 
setOutput(String) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
setOutput(OutputStream) - Method in class net.sf.okapi.common.filterwriter.XLIFFWriter
 
setOutput(String) - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
setOutput(OutputStream) - Method in class net.sf.okapi.common.filterwriter.ZipFilterWriter
 
setOutputEncoding(String) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setOutputURI(URI) - Method in class net.sf.okapi.common.resource.PipelineParameters
 
setParameter(String, String) - Method in class net.sf.okapi.common.ParametersString