public class SdlPackageFilter extends ArchiveFilter
IFilter interface for SDLPPX and SDLRPX files.
This is written on top of the ArchiveFilter class.
The entries generated are the ones from the .sdlxliff files in the sub-folder that
is named for the target language.| Modifier and Type | Field and Description |
|---|---|
static String |
MIME_TYPE |
SUB_FILTER| Constructor and Description |
|---|
SdlPackageFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterConfiguration> |
getConfigurations()
Gets the list of all predefined configurations for this filter.
|
String |
getDisplayName()
Gets the localizable display name of this filter.
|
String |
getName()
Gets the name/identifier of this filter.
|
void |
open(RawDocument input,
boolean generateSkeleton)
Opens the input document described in a give RawDocument object, and
optionally creates skeleton information.
|
cancel, close, createFilterWriter, createSkeletonWriter, getEncoderManager, getFilterConfigurationMapper, getMimeType, getParameters, hasNext, isUtf8Bom, isUtf8Encoding, next, open, setFilterConfigurationMapper, setParametersaddConfiguration, addConfiguration, addConfiguration, addConfigurations, createEndFilterEvent, createStartFilterEvent, findConfiguration, getConfiguration, getDocumentId, getDocumentName, getEncoding, getFilterWriter, getNewlineType, getParameters, getParametersClassName, getParentId, getSrcLoc, getTrgLoc, isCanceled, isGenerateSkeleton, isMultilingual, removeConfiguration, setDisplayName, setDocumentName, setEncoding, setFilterWriter, setGenerateSkeleton, setMimeType, setMultilingual, setName, setNewlineType, setOptions, setParentId, setSrcLoc, setTrgLocclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic static final String MIME_TYPE
public String getName()
IFiltergetName in interface IFiltergetName in class ArchiveFilterpublic String getDisplayName()
IFiltergetDisplayName in interface IFiltergetDisplayName in class ArchiveFilterpublic List<FilterConfiguration> getConfigurations()
IFiltergetConfigurations in interface IFiltergetConfigurations in class AbstractFilterpublic void open(RawDocument input, boolean generateSkeleton)
IFilteropen in interface IFilteropen in class ArchiveFilterinput - The RawDocument object to use to open the document.generateSkeleton - true to generate the skeleton data, false otherwise.Copyright © 2022. All rights reserved.