Uses of Class
net.sf.okapi.common.resource.ISegments.MetaCopyStrategy
-
Packages that use ISegments.MetaCopyStrategy Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter. -
-
Uses of ISegments.MetaCopyStrategy in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return ISegments.MetaCopyStrategy Modifier and Type Method Description static ISegments.MetaCopyStrategy
ISegments.MetaCopyStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ISegments.MetaCopyStrategy[]
ISegments.MetaCopyStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.resource with parameters of type ISegments.MetaCopyStrategy Modifier and Type Method Description int
ISegments. create(List<Range> ranges, boolean allowEmptySegments, ISegments.MetaCopyStrategy strategy)
int
Segments. create(List<Range> ranges, boolean allowEmptySegments, ISegments.MetaCopyStrategy strategy)
-