Serialized Form
-
Package net.sf.okapi.common
-
Class net.sf.okapi.common.UserConfiguration extends Properties implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.okapi.common.exceptions
-
Class net.sf.okapi.common.exceptions.OkapiBadFilterInputException extends OkapiException implements Serializable
- serialVersionUID:
- 1122090108070908960L
-
Class net.sf.okapi.common.exceptions.OkapiBadFilterParametersException extends OkapiException implements Serializable
- serialVersionUID:
- 2577656170650825842L
-
Class net.sf.okapi.common.exceptions.OkapiBadStepInputException extends OkapiException implements Serializable
- serialVersionUID:
- 2828199540417036671L
-
Class net.sf.okapi.common.exceptions.OkapiEditorCreationException extends OkapiException implements Serializable
- serialVersionUID:
- -4301626737744375525L
-
Class net.sf.okapi.common.exceptions.OkapiEncryptedDataException extends OkapiBadFilterInputException implements Serializable
-
Class net.sf.okapi.common.exceptions.OkapiException extends RuntimeException implements Serializable
- serialVersionUID:
- 4068512805591697805L
-
Class net.sf.okapi.common.exceptions.OkapiFileNotFoundException extends OkapiException implements Serializable
- serialVersionUID:
- -3560815361871071813L
-
Class net.sf.okapi.common.exceptions.OkapiFilterCreationException extends OkapiException implements Serializable
- serialVersionUID:
- -4301626737744375525L
-
Class net.sf.okapi.common.exceptions.OkapiIllegalFilterOperationException extends OkapiException implements Serializable
- serialVersionUID:
- 5617083235059687346L
-
Class net.sf.okapi.common.exceptions.OkapiIOException extends OkapiException implements Serializable
- serialVersionUID:
- 1128014152792942325L
-
Class net.sf.okapi.common.exceptions.OkapiMergeException extends OkapiException implements Serializable
- serialVersionUID:
- -6613373245449356091L
-
Class net.sf.okapi.common.exceptions.OkapiMisAlignmentException extends OkapiException implements Serializable
- serialVersionUID:
- 5096971342499232176L
-
Class net.sf.okapi.common.exceptions.OkapiNotImplementedException extends OkapiException implements Serializable
- serialVersionUID:
- -1943082812163691869L
-
Class net.sf.okapi.common.exceptions.OkapiUnexpectedResourceTypeException extends OkapiException implements Serializable
- serialVersionUID:
- 5080370613358911235L
-
Class net.sf.okapi.common.exceptions.OkapiUnexpectedRevisionException extends OkapiBadFilterInputException implements Serializable
-
Class net.sf.okapi.common.exceptions.OkapiUnsupportedEncodingException extends OkapiException implements Serializable
- serialVersionUID:
- -4301626737744375525L
-
Class net.sf.okapi.common.exceptions.OkapiUserCanceledException extends OkapiException implements Serializable
- serialVersionUID:
- 3607233425392090057L
-
-
Package net.sf.okapi.common.resource
-
Class net.sf.okapi.common.resource.InvalidContentException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.okapi.common.resource.InvalidPositionException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.okapi.common.skeleton
-
Class net.sf.okapi.common.skeleton.StorageList extends ArrayList<IResource> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
annotations
Annotations annotations
-
properties
Map<String,Property> properties
-
startGroup
StartGroup startGroup
-
-
-
Package net.sf.okapi.connectors.google
-
Class net.sf.okapi.connectors.google.GoogleMTErrorException extends OkapiException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.okapi.connectors.microsoft
-
Class net.sf.okapi.connectors.microsoft.AzureAuthenticationException extends OkapiException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.okapi.core.simplifierrules
-
Class net.sf.okapi.core.simplifierrules.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class net.sf.okapi.core.simplifierrules.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class net.sf.okapi.core.simplifierrules.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package net.sf.okapi.filters.abstractmarkup.config
-
Class net.sf.okapi.filters.abstractmarkup.config.IllegalConditionalAttributeException extends RuntimeException implements Serializable
-
-
Package net.sf.okapi.filters.json.parser
-
Class net.sf.okapi.filters.json.parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class net.sf.okapi.filters.json.parser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class net.sf.okapi.filters.json.parser.TokenMgrException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package net.sf.okapi.filters.xliff2.model
-
Class net.sf.okapi.filters.xliff2.model.XLIFF2NotesAnnotation extends ArrayList<Note> implements Serializable
-
-
Package net.sf.okapi.filters.yaml.parser
-
Class net.sf.okapi.filters.yaml.parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class net.sf.okapi.filters.yaml.parser.Token extends BaseToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class net.sf.okapi.filters.yaml.parser.TokenMgrException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package net.sf.okapi.lib.segmentation
-
Class net.sf.okapi.lib.segmentation.SegmentationRuleException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.okapi.lib.xliff2
-
Class net.sf.okapi.lib.xliff2.InvalidParameterException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.okapi.lib.xliff2.XLIFFException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.okapi.lib.xliff2.core
-
Class net.sf.okapi.lib.xliff2.core.InvalidMarkerOrderException extends XLIFFException implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.okapi.lib.xliff2.core.InvalidPositionException extends XLIFFException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.sf.okapi.lib.xliff2.reader
-
Class net.sf.okapi.lib.xliff2.reader.XLIFFReaderException extends XLIFFException implements Serializable
- serialVersionUID:
- 64L
-
-
Package net.sf.okapi.lib.xliff2.writer
-
Class net.sf.okapi.lib.xliff2.writer.XLIFFWriterException extends RuntimeException implements Serializable
- serialVersionUID:
- -64L
-
-
Package net.sf.okapi.proto
-
Class net.sf.okapi.proto.AltTranslation extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
altTransType_
Object altTransType_
-
bitField0_
int bitField0_
-
combinedScore_
int combinedScore_
-
currentToolId_
Object currentToolId_
-
engine_
Object engine_
-
fromOriginal_
boolean fromOriginal_
-
fuzzyScore_
int fuzzyScore_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
origin_
Object origin_
-
qualityScore_
int qualityScore_
-
sourceLocale_
Object sourceLocale_
-
targetLocale_
Object targetLocale_
-
textUnit_
TextUnit textUnit_
-
type_
int type_
-
-
Class net.sf.okapi.proto.Code extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
added_
boolean added_
-
bitField0_
int bitField0_
-
codeType_
Object codeType_
-
data_
Object data_
-
displayText_
Object displayText_
-
flag_
int flag_
-
id_
int id_
-
inlineAnnotations_
com.google.protobuf.MapField<String,String> inlineAnnotations_
-
isolated_
boolean isolated_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
mergedData_
Object mergedData_
-
originalId_
Object originalId_
-
outerData_
Object outerData_
-
position_
int position_
-
properties_
List<Property> properties_
-
tagType_
int tagType_
-
-
Class net.sf.okapi.proto.EndDocument extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
resource_
IResource resource_
-
-
Class net.sf.okapi.proto.EndGroup extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
resource_
IResource resource_
-
-
Class net.sf.okapi.proto.EndSubDocument extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
resource_
IResource resource_
-
-
Class net.sf.okapi.proto.EndSubfilter extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
resource_
IResource resource_
-
-
Class net.sf.okapi.proto.Event extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
resource_
Object resource_
-
resourceCase_
int resourceCase_
-
-
Class net.sf.okapi.proto.Events extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class net.sf.okapi.proto.GenericAnnotation extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
fields_
com.google.protobuf.MapField<String,PrimitiveValue> fields_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
Object type_
-
-
Class net.sf.okapi.proto.GenericAnnotations extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
encodedAsString_
Object encodedAsString_
-
genericAnnotations_
List<GenericAnnotation> genericAnnotations_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class net.sf.okapi.proto.INameable extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class net.sf.okapi.proto.IReferenceable extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
refCount_
int refCount_
-
-
Class net.sf.okapi.proto.IResource extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
genericAnnotations_
GenericAnnotations genericAnnotations_
-
id_
Object id_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
properties_
List<Property> properties_
-
-
Class net.sf.okapi.proto.Note extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class net.sf.okapi.proto.PrimitiveValue extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
valueType_
Object valueType_
-
valueTypeCase_
int valueTypeCase_
-
-
Class net.sf.okapi.proto.Property extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class net.sf.okapi.proto.StartDocument extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
Class net.sf.okapi.proto.StartGroup extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nameable_
INameable nameable_
-
parentId_
Object parentId_
-
referenceable_
IReferenceable referenceable_
-
-
Class net.sf.okapi.proto.StartSubDocument extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class net.sf.okapi.proto.StartSubfilter extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nameable_
INameable nameable_
-
startDoc_
StartDocument startDoc_
-
-
Class net.sf.okapi.proto.TextContainer extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class net.sf.okapi.proto.TextFragment extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class net.sf.okapi.proto.TextPart extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
originalId_
Object originalId_
-
resource_
IResource resource_
-
segment_
boolean segment_
-
text_
TextFragment text_
-
whitespaceStrategy_
int whitespaceStrategy_
-
-
Class net.sf.okapi.proto.TextUnit extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nameable_
INameable nameable_
-
notes_
List<Note> notes_
-
parentId_
Object parentId_
-
referenceable_
IReferenceable referenceable_
-
source_
TextContainer source_
-
targets_
com.google.protobuf.MapField<String,TextContainer> targets_
-
-
-
Package net.sf.okapi.steps.scopingreport
-
Class net.sf.okapi.steps.scopingreport.ScopingReportAnnotation extends Object implements Serializable
- serialVersionUID:
- -1566108918173044555L
-
-
Package net.sf.okapi.steps.tokenization
-
Class net.sf.okapi.steps.tokenization.Tokens extends ArrayList<Token> implements Serializable
-
-
Package net.sf.okapi.steps.wordcount.common
-
Package net.sf.okapi.tm.pensieve.common
-
Class net.sf.okapi.tm.pensieve.common.Metadata extends LinkedHashMap<MetadataType,String> implements Serializable
- serialVersionUID:
- -1049971493479356457L
-
-
Package org.w3c.its
-
Class org.w3c.its.ITSException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-