The file type component
WorldServer file types segment assets so that users can translate them. File types are typically designed to handle specific types of assets. For example, the XML file type is used to parse and segment .xml assets.
WorldServer uses file types whenever it identifies new content that needs to be segmented. The segments produced by file types are stored within the WorldServer metadata.
In WorldServer, file types are handled by the File Type Support (FTS) Server. Custom file types, however, operate outside of the FTS Server environment.
Java package: com.idiominc.wssdk.component.filter