Uses of Interface
net.sf.okapi.common.IResource
-
Packages that use IResource Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework.net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.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.net.sf.okapi.filters.icml net.sf.okapi.filters.openxml net.sf.okapi.filters.xliff2 net.sf.okapi.steps.common Classes implementing often-used steps.net.sf.okapi.steps.scopingreport net.sf.okapi.steps.wordcount.categorized -
-
Uses of IResource in net.sf.okapi.common
Methods in net.sf.okapi.common that return IResource Modifier and Type Method Description IResourceISkeleton. getParent()Gets the parent resource of this skeleton.IResourceEvent. getResource()Gets the resource associated to this event.Methods in net.sf.okapi.common with parameters of type IResource Modifier and Type Method Description static voidIResource. copy(IResource from, IResource to)Copy allIWithPropertiesandIWithAnnotationsUnless destination already has the property or annotation. Properties are cloned before copying.voidISkeleton. setParent(IResource parent)Sets a parent of this skeleton object.voidEvent. setResource(IResource resource)Sets the resource associated to this event.Constructors in net.sf.okapi.common with parameters of type IResource Constructor Description Event(EventType filterEventType, IResource resource)Creates a new event with an associated resource.Event(EventType filterEventType, IResource resource, ISkeleton skeleton)Creates a new event with an associated resource and a skeleton object. -
Uses of IResource in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters with parameters of type IResource Modifier and Type Method Description EventSubFilter. createRefEvent(IResource resource)protected booleanAbstractLineFilter. sendEvent(int index, EventType eventType, IResource res)protected booleanAbstractLineFilter. sendEvent(EventType eventType, IResource res)Method parameters in net.sf.okapi.common.filters with type arguments of type IResource Modifier and Type Method Description protected StringSubFilter. buildResourceId(String resId, Class<? extends IResource> resClass) -
Uses of IResource in net.sf.okapi.common.resource
Subinterfaces of IResource in net.sf.okapi.common.resource Modifier and Type Interface Description interfaceIMultilingualinterfaceINameableProvides the methods common to all resources that can be named.interfaceITextUnitInterface 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 IResource Modifier and Type Class Description classBaseNameableImplements a nameable resource.classBaseReferenceableImplements a nameable resource that can be a referent.classCustomclassDocumentPartResource associated with the filter events DOCUMENT_PART,classEndingResource associated with the filter events END_DOCUMENT, END_SUBDOCUMENT, and END_GROUP.classEndSubfilterEndingIResourceforStartSubfilterclassMultiEventSpecial resource that holds one or more events.classPipelineParametersSpecial resource used to carry runtime parameters.classRawDocumentResource that carries all the information needed for a filter to open a given document, and also the resource associated with the event RAW_DOCUMENT.classSegmentImplement a special content part that is a segment.classStartDocumentResource associated with the filter event START_DOCUMENT.classStartGroupResource associated with the filter event START_GROUP.classStartSubDocumentResource associated with the filter event START_SUBDOCUMENT.classStartSubfilterclassTextContainerProvides methods for storing the content of a paragraph-type unit, to handle its properties, annotations and segmentation.classTextPartImplements the base object for the parts that make up a content.classTextUnitBasic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT. -
Uses of IResource in net.sf.okapi.common.skeleton
Classes in net.sf.okapi.common.skeleton that implement IResource Modifier and Type Class Description classStorageListprovides a way to store a list of resources and implements the different interfaces of the resources.Methods in net.sf.okapi.common.skeleton that return IResource Modifier and Type Method Description IResourceGenericSkeleton. getParent()IResourceGenericSkeletonPart. getParent()Methods in net.sf.okapi.common.skeleton with parameters of type IResource Modifier and Type Method Description static voidSkeletonUtil. changeParent(ISkeleton skel, IResource curParent, IResource newParent)static booleanSkeletonUtil. isExtPropValuePlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isExtSegmentPlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isExtSourcePlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isExtTargetPlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isPropValuePlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isSegmentPlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isSourcePlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isTargetPlaceholder(GenericSkeletonPart part, IResource resource)voidGenericSkeleton. setParent(IResource parent)voidGenericSkeletonPart. setParent(IResource newParent)Constructors in net.sf.okapi.common.skeleton with parameters of type IResource Constructor Description GenericSkeletonPart(char data, IResource parent, LocaleId locId)GenericSkeletonPart(String data, IResource parent, LocaleId locId) -
Uses of IResource in net.sf.okapi.filters.icml
Methods in net.sf.okapi.filters.icml that return IResource Modifier and Type Method Description IResourceICMLSkeleton. getParent()Methods in net.sf.okapi.filters.icml with parameters of type IResource Modifier and Type Method Description voidICMLSkeleton. setParent(IResource parent) -
Uses of IResource in net.sf.okapi.filters.openxml
Methods in net.sf.okapi.filters.openxml that return IResource Modifier and Type Method Description IResourceBlockSkeleton. getParent()Methods in net.sf.okapi.filters.openxml with parameters of type IResource Modifier and Type Method Description voidBlockSkeleton. setParent(IResource parent) -
Uses of IResource in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 that return IResource Modifier and Type Method Description IResourceMetadataSkeleton. getParent()IResourceXliff2Skeleton. getParent()Methods in net.sf.okapi.filters.xliff2 with parameters of type IResource Modifier and Type Method Description voidMetadataSkeleton. setParent(IResource parent)voidXliff2Skeleton. setParent(IResource parent) -
Uses of IResource in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common with parameters of type IResource Modifier and Type Method Description booleanExtractionVerificationUtil. compareIResources(IResource r1, IResource r2)Compare two IResources (Assuming isTranslatable() and preserveWhitespaces() do not return null) -
Uses of IResource in net.sf.okapi.steps.scopingreport
Methods in net.sf.okapi.steps.scopingreport with parameters of type IResource Modifier and Type Method Description protected voidScopingReportStep. setProjectFields(IReportGenerator gen, IResource res) -
Uses of IResource in net.sf.okapi.steps.wordcount.categorized
Methods in net.sf.okapi.steps.wordcount.categorized with parameters of type IResource Modifier and Type Method Description voidCategoryResolver. resolve(IResource res, EventType eventType)
-