Uses of Interface
net.sf.okapi.common.resource.IWithTargetProperties
-
Packages that use IWithTargetProperties Package Description 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 Interfaces and classes for the skeleton objects. -
-
Uses of IWithTargetProperties in net.sf.okapi.common.resource
Subinterfaces of IWithTargetProperties in net.sf.okapi.common.resource Modifier and Type Interface Description interfaceIMultilingualinterfaceITextUnitInterface for the basic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT.Classes in net.sf.okapi.common.resource that implement IWithTargetProperties Modifier and Type Class Description classDocumentPartResource associated with the filter events DOCUMENT_PART,classStartDocumentResource associated with the filter event START_DOCUMENT.classStartGroupResource associated with the filter event START_GROUP.classStartSubfilterclassTextUnitBasic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT.Methods in net.sf.okapi.common.resource with parameters of type IWithTargetProperties Modifier and Type Method Description static voidIWithTargetProperties. copy(IWithTargetProperties from, IWithTargetProperties to)Copy allIWithTargetPropertiesUnless destination already has the property. TargetLocaleIdnot found in the destination are added then properties are copied. -
Uses of IWithTargetProperties in net.sf.okapi.common.skeleton
Classes in net.sf.okapi.common.skeleton that implement IWithTargetProperties Modifier and Type Class Description classStorageListprovides a way to store a list of resources and implements the different interfaces of the resources.
-