|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.okapi.common.BaseParameters
net.sf.okapi.common.filterwriter.ext.XLIFFWriterParameters
public class XLIFFWriterParameters
Provides a way to access the parameters for XLIFFWriter
in a single object.
Field Summary |
---|
Fields inherited from class net.sf.okapi.common.BaseParameters |
---|
buffer, path |
Constructor Summary | |
---|---|
XLIFFWriterParameters()
|
Method Summary | |
---|---|
void |
fromString(java.lang.String data)
|
boolean |
getCopySource()
|
boolean |
getEscapeGt()
|
boolean |
getIncludeAltTrans()
|
boolean |
getIncludeCodeAttrs()
|
boolean |
getIncludeIts()
Gets the flag indicating if ITS markup should be output or not. |
boolean |
getIncludeNoTranslate()
|
net.sf.okapi.common.ParametersDescription |
getParametersDescription()
|
boolean |
getPlaceholderMode()
Gets the flag indicating if the inline code should use the place-holder notation (g and x elements). |
boolean |
getSetApprovedAsNoTranslate()
|
boolean |
getUseSourceForTranslated()
|
void |
reset()
|
void |
setCopySource(boolean copySource)
Sets the copySource flag indicating to copy the source at the target spot if there is no target defined. |
void |
setEscapeGt(boolean escapeGt)
Sets the flag indicating if '>' should be escaped or not. |
void |
setIncludeAltTrans(boolean includeAltTrans)
Sets the flag indicating if alt-trans elements should be output or not. |
void |
setIncludeCodeAttrs(boolean includeCodeAttrs)
Sets the flag indicating if extended code attributes should be output or not. |
void |
setIncludeIts(boolean includeIts)
Sets the flag indicating if ITS markup should be output or not. |
void |
setIncludeNoTranslate(boolean includeNoTranslate)
Sets the flag indicating if non-translatable text units should be output or not. |
void |
setPlaceholderMode(boolean placeholderMode)
Sets the flag indicating if the inline code should use the place-holder notation (g and x elements). |
void |
setSetApprovedAsNoTranslate(boolean setApprovedAsNoTranslate)
Sets the flag indicating to mark as not translatable all entries that are approved. |
void |
setUseSourceForTranslated(boolean useSourceForTranslated)
Sets the flag indicating if the source text is used in the target, even if a target is available. |
java.lang.String |
toString()
|
Methods inherited from class net.sf.okapi.common.BaseParameters |
---|
getBoolean, getInteger, getPath, getString, load, save, setBoolean, setInteger, setPath, setString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XLIFFWriterParameters()
Method Detail |
---|
public boolean getUseSourceForTranslated()
public void setUseSourceForTranslated(boolean useSourceForTranslated)
This is for the tools where we trust the target will be obtained by the tool
from the TMX from original. This is to allow editing of pre-translated items in XLIFF
editors that use directly the
useSourceForTranslated
- true to use the source in the target even if a target text
is available.
public boolean getEscapeGt()
public void setEscapeGt(boolean escapeGt)
escapeGt
- true to always escape '>', false to not escape it.public boolean getPlaceholderMode()
public void setPlaceholderMode(boolean placeholderMode)
placeholderMode
- true if the inline code should use the place-holder notation.public boolean getIncludeNoTranslate()
public void setIncludeNoTranslate(boolean includeNoTranslate)
includeNoTranslate
- true to include non-translatable text unit in the output.public boolean getSetApprovedAsNoTranslate()
public void setSetApprovedAsNoTranslate(boolean setApprovedAsNoTranslate)
setApprovedAsNoTranslate
- true to mark approved entries as not translatable.public boolean getCopySource()
public void setCopySource(boolean copySource)
copySource
- true to copy the source at the target spot if there is no target defined.public boolean getIncludeAltTrans()
public void setIncludeAltTrans(boolean includeAltTrans)
includeAltTrans
- true to include alt-trans element in the output.public boolean getIncludeCodeAttrs()
public void setIncludeCodeAttrs(boolean includeCodeAttrs)
includeCodeAttrs
- true to include extended code attributes in the output.public boolean getIncludeIts()
public void setIncludeIts(boolean includeIts)
includeIts
- true to include ITS markup in the output.public void reset()
public void fromString(java.lang.String data)
public java.lang.String toString()
toString
in interface net.sf.okapi.common.IParameters
toString
in class java.lang.Object
public net.sf.okapi.common.ParametersDescription getParametersDescription()
getParametersDescription
in interface net.sf.okapi.common.IParameters
getParametersDescription
in class net.sf.okapi.common.BaseParameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |