Uses of Interface
net.sf.okapi.common.filters.IFilter
-
-
Uses of IFilter in net.sf.okapi.common.filters
Subinterfaces of IFilter in net.sf.okapi.common.filters Modifier and Type Interface Description interfaceISubFilterClasses in net.sf.okapi.common.filters that implement IFilter Modifier and Type Class Description classAbstractCompoundFilterclassAbstractFilterBasic abstract implementation ofIFilter.classAbstractLineFilterBase class for the filters which input is processed line-upon-line.classAbstractSubFilterclassSubFilterWrapperMethods in net.sf.okapi.common.filters with type parameters of type IFilter Modifier and Type Method Description protected <A extends IFilter>
booleanAbstractCompoundFilter. addSiblingFilter(Class<A> subFilterClass)Methods in net.sf.okapi.common.filters that return IFilter Modifier and Type Method Description IFilterFilterConfigurationMapper. createFilter(String configId)Deprecated.IFilterFilterConfigurationMapper. createFilter(String configId, IFilter existingFilter)Deprecated.static IFilterFilterUtil. createFilter(Class<? extends IFilter> filterClass, String configId)Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.static IFilterFilterUtil. createFilter(String configId)Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.static IFilterFilterUtil. createFilter(String configId, URL... customConfigs)Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.static IFilterFilterUtil. createFilter(URL customConfig)Creates an instance of the filter for a given URL of a fprm file defining a custom configuration.IFilterIFilterConfigurationMapper. createFilter(String configId)Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.IFilterIFilterConfigurationMapper. createFilter(String configId, IFilter existingFilter)Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.IFilterThreadSafeFilterConfigurationMapper. createFilter(String configId)IFilterThreadSafeFilterConfigurationMapper. createFilter(String configId, IFilter existingFilter)Deprecated.IFilterAbstractCompoundFilter. getActiveSiblingFilter()IFilterSubFilterWrapper. getFilter()protected IFilterFilterConfigurationMapper. instantiateFilter(FilterConfiguration config, IFilter existingFilter)Deprecated.Instantiate a filter from a given configuration, trying to re-use an existing one.Methods in net.sf.okapi.common.filters with parameters of type IFilter Modifier and Type Method Description static ISubFilterISubFilter. create(IFilter filter, IEncoder parentEncoder)static ISubFilterISubFilter. create(IFilter filter, IEncoder parentEncoder, int sectionIndex, String parentId, String parentName)Create s a new subfilter.IParametersEditorFilterConfigurationMapper. createConfigurationEditor(String configId, IFilter existingFilter)Deprecated.IParametersEditorIFilterConfigurationMapper. createConfigurationEditor(String configId, IFilter existingFilter)Deprecated, for removal: This API element is subject to removal in a future version.This is UI specific and will be removed in the future.IParametersEditorThreadSafeFilterConfigurationMapper. createConfigurationEditor(String configId, IFilter existingFilter)IFilterFilterConfigurationMapper. createFilter(String configId, IFilter existingFilter)Deprecated.IFilterIFilterConfigurationMapper. createFilter(String configId, IFilter existingFilter)Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.IFilterThreadSafeFilterConfigurationMapper. createFilter(String configId, IFilter existingFilter)Deprecated.booleanIFilterConfigurationEditor. editConfiguration(String configId, IFilterConfigurationMapper fcMapper, IFilter cachedFilter, Object parent, IContext context)Edits a given filter configuration.IParametersFilterConfigurationMapper. getCustomParameters(FilterConfiguration config, IFilter existingFilter)Deprecated.Gets the parameters for a given custom filter configuration.IParametersIFilterConfigurationMapper. getCustomParameters(FilterConfiguration config, IFilter existingFilter)Deprecated, for removal: This API element is subject to removal in a future version.This is UI specific and will be removed in the future.IParametersThreadSafeFilterConfigurationMapper. getCustomParameters(FilterConfiguration config, IFilter existingFilter)IParametersFilterConfigurationMapper. getParameters(FilterConfiguration config, IFilter existingFilter)Deprecated.IParametersIFilterConfigurationMapper. getParameters(FilterConfiguration config, IFilter existingFilter)Gets the parameters for a given configuration (predefined or custom).IParametersThreadSafeFilterConfigurationMapper. getParameters(FilterConfiguration config, IFilter existingFilter)protected IFilterFilterConfigurationMapper. instantiateFilter(FilterConfiguration config, IFilter existingFilter)Deprecated.Instantiate a filter from a given configuration, trying to re-use an existing one.voidEventBuilder. reset(String rootId, IFilter filter)protected voidAbstractCompoundFilter. setActiveSiblingFilter(IFilter activeSiblingFilter)Method parameters in net.sf.okapi.common.filters with type arguments of type IFilter Modifier and Type Method Description ThreadSafeFilterConfigurationMapper.ConfigBuilderThreadSafeFilterConfigurationMapper.ConfigBuilder. addConfigurations(Class<? extends IFilter> filterClass)Add the default configurations for the given filter class.static IFilterFilterUtil. createFilter(Class<? extends IFilter> filterClass, String configId)Creates an instance of the filter for a given configuration identifier and loads its corresponding parameters.Constructors in net.sf.okapi.common.filters with parameters of type IFilter Constructor Description EventBuilder(String rootId, IFilter filter)Instantiates a new EventBuilder with a root ID.SubFilterWrapper(IFilter filter, IEncoder parentEncoder, int sectionIndex, String parentId, String parentName)SubFilterWrapperStep(IFilter filter, IFilter primaryFilter) -
Uses of IFilter in net.sf.okapi.common.pipelinebuilder
Constructors in net.sf.okapi.common.pipelinebuilder with parameters of type IFilter Constructor Description XFilters(IFilter... filters) -
Uses of IFilter in net.sf.okapi.filters.abstractmarkup
Classes in net.sf.okapi.filters.abstractmarkup that implement IFilter Modifier and Type Class Description classAbstractMarkupFilterAbstract class useful for creating anIFilteraround the Jericho parser.Constructors in net.sf.okapi.filters.abstractmarkup with parameters of type IFilter Constructor Description AbstractMarkupEventBuilder(String rootId, IFilter subFilter, EncoderManager encoderManager, String encoding, String lineBreak) -
Uses of IFilter in net.sf.okapi.filters.archive
Classes in net.sf.okapi.filters.archive that implement IFilter Modifier and Type Class Description classArchiveFilterImplements the IFilter interface for archive-based (ZIP) content. -
Uses of IFilter in net.sf.okapi.filters.autoxliff
Classes in net.sf.okapi.filters.autoxliff that implement IFilter Modifier and Type Class Description classAutoXLIFFFilterA meta-filter that detects the version of an XLIFF file and then hands parsing off to the appropriate filter. -
Uses of IFilter in net.sf.okapi.filters.doxygen
Classes in net.sf.okapi.filters.doxygen that implement IFilter Modifier and Type Class Description classDoxygenFilterIFilterfor a Doxygen-commented text file -
Uses of IFilter in net.sf.okapi.filters.dtd
Classes in net.sf.okapi.filters.dtd that implement IFilter Modifier and Type Class Description classDTDFilterImplements the IFilter interface for DTD files. -
Uses of IFilter in net.sf.okapi.filters.html
Classes in net.sf.okapi.filters.html that implement IFilter Modifier and Type Class Description classHtmlFilter -
Uses of IFilter in net.sf.okapi.filters.icml
Classes in net.sf.okapi.filters.icml that implement IFilter Modifier and Type Class Description classICMLFilter -
Uses of IFilter in net.sf.okapi.filters.idml
Classes in net.sf.okapi.filters.idml that implement IFilter Modifier and Type Class Description classIDMLFilter -
Uses of IFilter in net.sf.okapi.filters.its
Classes in net.sf.okapi.filters.its that implement IFilter Modifier and Type Class Description classITSFilter -
Uses of IFilter in net.sf.okapi.filters.its.html5
Classes in net.sf.okapi.filters.its.html5 that implement IFilter Modifier and Type Class Description classHTML5FilterHTML5-ITS Filter supporting both embedded and external ITS xpath rules. -
Uses of IFilter in net.sf.okapi.filters.json
Classes in net.sf.okapi.filters.json that implement IFilter Modifier and Type Class Description classJSONFilterImplements the IFilter interface for JSON files.Constructors in net.sf.okapi.filters.json with parameters of type IFilter Constructor Description JsonEventBuilder(String rootId, IFilter subFilter) -
Uses of IFilter in net.sf.okapi.filters.markdown
Classes in net.sf.okapi.filters.markdown that implement IFilter Modifier and Type Class Description classMarkdownFilterConstructors in net.sf.okapi.filters.markdown with parameters of type IFilter Constructor Description MarkdownEventBuilder(String rootId, IFilter subFilter) -
Uses of IFilter in net.sf.okapi.filters.mif
Classes in net.sf.okapi.filters.mif that implement IFilter Modifier and Type Class Description classMIFFilter -
Uses of IFilter in net.sf.okapi.filters.mosestext
Classes in net.sf.okapi.filters.mosestext that implement IFilter Modifier and Type Class Description classMosesTextFilterImplements the IFilter interface for Moses Text files. -
Uses of IFilter in net.sf.okapi.filters.multiparsers
Classes in net.sf.okapi.filters.multiparsers that implement IFilter Modifier and Type Class Description classMultiParsersFilterMethods in net.sf.okapi.filters.multiparsers that return IFilter Modifier and Type Method Description IFilterCsvParser. getSubFilter(String configId)IFilterIParser. getSubFilter(String configId) -
Uses of IFilter in net.sf.okapi.filters.openoffice
Classes in net.sf.okapi.filters.openoffice that implement IFilter Modifier and Type Class Description classODFFilterThis class implements IFilter for XML documents in Open-Document format (ODF).classOpenOfficeFilterThis class implements the IFilter interface for Open-Office.org documents (ODT, ODP, ODS, and ODG files). -
Uses of IFilter in net.sf.okapi.filters.openxml
Classes in net.sf.okapi.filters.openxml that implement IFilter Modifier and Type Class Description classOpenXMLFilterFilters Microsoft Office Word, Excel, and Powerpoint Documents. -
Uses of IFilter in net.sf.okapi.filters.pdf
Classes in net.sf.okapi.filters.pdf that implement IFilter Modifier and Type Class Description classPdfFilterImplements the IFilter interface for PDF files (extraction only). -
Uses of IFilter in net.sf.okapi.filters.pensieve
Classes in net.sf.okapi.filters.pensieve that implement IFilter Modifier and Type Class Description classPensieveFilterImplementation of theIFilterinterface for Pensieve TM. -
Uses of IFilter in net.sf.okapi.filters.php
Classes in net.sf.okapi.filters.php that implement IFilter Modifier and Type Class Description classPHPContentFilterImplements the IFilter interface for PHP content. -
Uses of IFilter in net.sf.okapi.filters.plaintext
Classes in net.sf.okapi.filters.plaintext that implement IFilter Modifier and Type Class Description classPlainTextFilterPlain Text filter, processes text files encoded in ANSI, Unicode, UTF-8, UTF-16. -
Uses of IFilter in net.sf.okapi.filters.plaintext.base
Classes in net.sf.okapi.filters.plaintext.base that implement IFilter Modifier and Type Class Description classBasePlainTextFilterPlainTextFilterextracts lines of input text, separated by line terminators. -
Uses of IFilter in net.sf.okapi.filters.plaintext.paragraphs
Classes in net.sf.okapi.filters.plaintext.paragraphs that implement IFilter Modifier and Type Class Description classParaPlainTextFilterThe filter breaks text into paragraphs and sends them as text units. -
Uses of IFilter in net.sf.okapi.filters.plaintext.regex
Classes in net.sf.okapi.filters.plaintext.regex that implement IFilter Modifier and Type Class Description classRegexPlainTextFilterPlainTextFilterextracts lines of input text, separated by line terminators. -
Uses of IFilter in net.sf.okapi.filters.plaintext.spliced
Classes in net.sf.okapi.filters.plaintext.spliced that implement IFilter Modifier and Type Class Description classSplicedLinesFilter -
Uses of IFilter in net.sf.okapi.filters.po
Classes in net.sf.okapi.filters.po that implement IFilter Modifier and Type Class Description classPOFilterImplements the IFilter interface for PO files. -
Uses of IFilter in net.sf.okapi.filters.properties
Classes in net.sf.okapi.filters.properties that implement IFilter Modifier and Type Class Description classPropertiesFilterImplements the IFilter interface for properties files. -
Uses of IFilter in net.sf.okapi.filters.rainbowkit
Classes in net.sf.okapi.filters.rainbowkit that implement IFilter Modifier and Type Class Description classRainbowKitFilterclassXLIFF2FilterExperimental filter to read XLIFF v2 documents. -
Uses of IFilter in net.sf.okapi.filters.regex
Classes in net.sf.okapi.filters.regex that implement IFilter Modifier and Type Class Description classRegexFilter -
Uses of IFilter in net.sf.okapi.filters.rtf
Classes in net.sf.okapi.filters.rtf that implement IFilter Modifier and Type Class Description classRTFFilter -
Uses of IFilter in net.sf.okapi.filters.sdlpackage
Classes in net.sf.okapi.filters.sdlpackage that implement IFilter Modifier and Type Class Description classSdlPackageFilterImplements theIFilterinterface for SDLPPX and SDLRPX files. -
Uses of IFilter in net.sf.okapi.filters.subtitles
Classes in net.sf.okapi.filters.subtitles that implement IFilter Modifier and Type Class Description classSubtitleFilterConstructors in net.sf.okapi.filters.subtitles with parameters of type IFilter Constructor Description SubtitleEventBuilder(String rootId, IFilter filter) -
Uses of IFilter in net.sf.okapi.filters.table
Classes in net.sf.okapi.filters.table that implement IFilter Modifier and Type Class Description classTableFilterTable filter, processes table-like files such as tab-delimited, CSV, fixed-width columns, etc. -
Uses of IFilter in net.sf.okapi.filters.table.base
Classes in net.sf.okapi.filters.table.base that implement IFilter Modifier and Type Class Description classBaseTableFilter -
Uses of IFilter in net.sf.okapi.filters.table.csv
Classes in net.sf.okapi.filters.table.csv that implement IFilter Modifier and Type Class Description classCommaSeparatedValuesFilterComma-Separated Values filter. -
Uses of IFilter in net.sf.okapi.filters.table.fwc
Classes in net.sf.okapi.filters.table.fwc that implement IFilter Modifier and Type Class Description classFixedWidthColumnsFilterFixed-Width Columns filter. -
Uses of IFilter in net.sf.okapi.filters.table.tsv
Classes in net.sf.okapi.filters.table.tsv that implement IFilter Modifier and Type Class Description classTabSeparatedValuesFilterTab-Separated Values filter. -
Uses of IFilter in net.sf.okapi.filters.tex
Classes in net.sf.okapi.filters.tex that implement IFilter Modifier and Type Class Description classTEXFilter -
Uses of IFilter in net.sf.okapi.filters.tmx
Classes in net.sf.okapi.filters.tmx that implement IFilter Modifier and Type Class Description classTmxFilter -
Uses of IFilter in net.sf.okapi.filters.transifex
Classes in net.sf.okapi.filters.transifex that implement IFilter Modifier and Type Class Description classTransifexFilterImplements the IFilter interface for Transifex-based files. -
Uses of IFilter in net.sf.okapi.filters.transtable
Classes in net.sf.okapi.filters.transtable that implement IFilter Modifier and Type Class Description classTransTableFilter -
Uses of IFilter in net.sf.okapi.filters.ts
Classes in net.sf.okapi.filters.ts that implement IFilter Modifier and Type Class Description classTsFilter -
Uses of IFilter in net.sf.okapi.filters.ttml
Classes in net.sf.okapi.filters.ttml that implement IFilter Modifier and Type Class Description classTTMLFilterTTML Filter -
Uses of IFilter in net.sf.okapi.filters.ttx
Classes in net.sf.okapi.filters.ttx that implement IFilter Modifier and Type Class Description classTTXFilter -
Uses of IFilter in net.sf.okapi.filters.txml
Classes in net.sf.okapi.filters.txml that implement IFilter Modifier and Type Class Description classTXMLFilter -
Uses of IFilter in net.sf.okapi.filters.vignette
Classes in net.sf.okapi.filters.vignette that implement IFilter Modifier and Type Class Description classVignetteFilterImplements the IFilter interface for Vignette export/import content. -
Uses of IFilter in net.sf.okapi.filters.vtt
Classes in net.sf.okapi.filters.vtt that implement IFilter Modifier and Type Class Description classVTTFilter -
Uses of IFilter in net.sf.okapi.filters.wiki
Classes in net.sf.okapi.filters.wiki that implement IFilter Modifier and Type Class Description classWikiFilterIFilterfor a Wiki markup file -
Uses of IFilter in net.sf.okapi.filters.xini
Classes in net.sf.okapi.filters.xini that implement IFilter Modifier and Type Class Description classXINIFilterOkapi Xini Filter for filtering and translating xini files. -
Uses of IFilter in net.sf.okapi.filters.xini.rainbowkit
Classes in net.sf.okapi.filters.xini.rainbowkit that implement IFilter Modifier and Type Class Description classXINIRainbowkitFilterFilter for rainbow kid creation and merging of xini files. -
Uses of IFilter in net.sf.okapi.filters.xliff
Classes in net.sf.okapi.filters.xliff that implement IFilter Modifier and Type Class Description classXLIFFFilter -
Uses of IFilter in net.sf.okapi.filters.xliff2
Classes in net.sf.okapi.filters.xliff2 that implement IFilter Modifier and Type Class Description classXLIFF2Filter -
Uses of IFilter in net.sf.okapi.filters.xml
Classes in net.sf.okapi.filters.xml that implement IFilter Modifier and Type Class Description classXMLFilter -
Uses of IFilter in net.sf.okapi.filters.xmlstream
Classes in net.sf.okapi.filters.xmlstream that implement IFilter Modifier and Type Class Description classXmlStreamFilter -
Uses of IFilter in net.sf.okapi.filters.yaml
Classes in net.sf.okapi.filters.yaml that implement IFilter Modifier and Type Class Description classYamlFilterImplements the IFilter interface for YAML files.Constructors in net.sf.okapi.filters.yaml with parameters of type IFilter Constructor Description YamlEventBuilder(String rootId, IFilter subFilter) -
Uses of IFilter in net.sf.okapi.lib.merge.merge
Methods in net.sf.okapi.lib.merge.merge with parameters of type IFilter Modifier and Type Method Description voidSkeletonMergerWriter. setFilter(IFilter skeletonFilter)Set theIFilterneeded to process the skeleton file (normally the original document)Constructors in net.sf.okapi.lib.merge.merge with parameters of type IFilter Constructor Description SkeletonMergerWriter(IFilter skeletonFilter)Use specificIFilterandIFilterWriterimplementations -
Uses of IFilter in net.sf.okapi.lib.preprocessing.filters.common
Classes in net.sf.okapi.lib.preprocessing.filters.common that implement IFilter Modifier and Type Class Description classPreprocessingFilterThis filter is a wrapper around another filter, used when events generated by the internal filter should be modified (transformed, pre-processed) for the pipeline steps consuming the filter events.Methods in net.sf.okapi.lib.preprocessing.filters.common that return IFilter Modifier and Type Method Description protected IFilterPreprocessingFilter. getFilter()Methods in net.sf.okapi.lib.preprocessing.filters.common with parameters of type IFilter Modifier and Type Method Description protected voidPreprocessingFilter. setFilter(IFilter filter)Constructors in net.sf.okapi.lib.preprocessing.filters.common with parameters of type IFilter Constructor Description PreprocessingFilter(IFilter filter, IPipelineStep... steps) -
Uses of IFilter in net.sf.okapi.lib.preprocessing.filters.simplification
Classes in net.sf.okapi.lib.preprocessing.filters.simplification that implement IFilter Modifier and Type Class Description classSimplificationFilter -
Uses of IFilter in net.sf.okapi.lib.serialization.filter
Classes in net.sf.okapi.lib.serialization.filter that implement IFilter Modifier and Type Class Description classProtoFilter -
Uses of IFilter in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common with parameters of type IFilter Modifier and Type Method Description voidRawDocumentToFilterEventsStep. setFilter(IFilter filter)Constructors in net.sf.okapi.steps.common with parameters of type IFilter Constructor Description RawDocumentToFilterEventsStep(IFilter filter)Creates a new RawDocumentToFilterEventsStep object with a given filter. -
Uses of IFilter in net.sf.okapi.tm.pensieve.tmx
Constructors in net.sf.okapi.tm.pensieve.tmx with parameters of type IFilter Constructor Description OkapiTmxImporter(LocaleId sourceLang, IFilter tmxFilter)Creates an instance of OkapiTMXHandler
-