public class Parameters extends StringParameters
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAddMissing() |
boolean |
isApprovedOnly()
Only merge approved translations.
|
boolean |
isThrowCodeException() |
boolean |
isThrowSegmentIdException() |
boolean |
isThrowSegmentSourceException() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setAddMissing(boolean addMissing) |
void |
setApprovedOnly(boolean approvedOnly) |
void |
setThrowCodeException(boolean exception) |
void |
setThrowSegmentIdException(boolean exception) |
void |
setThrowSegmentSourceException(boolean exception) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringgetParametersDescription, getPath, load, load, save, setPathpublic void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParameterspublic boolean isApprovedOnly()
public void setApprovedOnly(boolean approvedOnly)
public boolean isThrowCodeException()
public void setThrowCodeException(boolean exception)
public boolean isThrowSegmentIdException()
public void setThrowSegmentIdException(boolean exception)
public boolean isThrowSegmentSourceException()
public void setThrowSegmentSourceException(boolean exception)
public boolean isAddMissing()
public void setAddMissing(boolean addMissing)
Copyright © 2022. All rights reserved.