Package net.sf.okapi.lib.merge.merge
Class Parameters
- java.lang.Object
-
- net.sf.okapi.common.BaseParameters
-
- net.sf.okapi.common.StringParameters
-
- net.sf.okapi.lib.merge.merge.Parameters
-
- All Implemented Interfaces:
IParameters
public class Parameters extends StringParameters
-
-
Field Summary
-
Fields inherited from class net.sf.okapi.common.StringParameters
buffer
-
Fields inherited from class net.sf.okapi.common.BaseParameters
path
-
-
Constructor Summary
Constructors Constructor Description Parameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAddMissing()booleanisApprovedOnly()Only merge approved translations.booleanisThrowCodeException()booleanisThrowSegmentIdException()voidreset()voidsetAddMissing(boolean addMissing)voidsetApprovedOnly(boolean approvedOnly)voidsetThrowCodeException(boolean exception)voidsetThrowSegmentIdException(boolean exception)-
Methods inherited from class net.sf.okapi.common.StringParameters
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toString
-
Methods inherited from class net.sf.okapi.common.BaseParameters
getParametersDescription, getPath, load, load, save, setPath
-
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfaceIParameters- Overrides:
resetin classStringParameters
-
isApprovedOnly
public boolean isApprovedOnly()
Only merge approved translations.- Returns:
- boolean - use approved target translations only?
-
setApprovedOnly
public void setApprovedOnly(boolean approvedOnly)
-
isThrowCodeException
public boolean isThrowCodeException()
-
setThrowCodeException
public void setThrowCodeException(boolean exception)
-
isThrowSegmentIdException
public boolean isThrowSegmentIdException()
-
setThrowSegmentIdException
public void setThrowSegmentIdException(boolean exception)
-
isAddMissing
public boolean isAddMissing()
-
setAddMissing
public void setAddMissing(boolean addMissing)
-
-