public class TableFilterWriterParameters extends StringParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
INLINE_GENERIC |
static String |
INLINE_ORIGINAL |
static String |
INLINE_TMX |
static String |
INLINE_XLIFF |
static String |
INLINE_XLIFFGX |
bufferpath| Constructor and Description |
|---|
TableFilterWriterParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromArguments(String format,
String inlineFormat)
Sets the parameters values from two strings in a special short format that can be used
with command-line tools.
|
String |
getInlineFormat() |
String |
getSeparator() |
boolean |
getUseDoubleQuotes() |
void |
reset() |
void |
setInlineFormat(String inlineFormat) |
void |
setSeparator(String separator) |
void |
setUseDoubleQuotes(boolean useDoubleQuotes) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringgetParametersDescription, getPath, load, load, save, setPathpublic static final String INLINE_ORIGINAL
public static final String INLINE_TMX
public static final String INLINE_XLIFF
public static final String INLINE_XLIFFGX
public static final String INLINE_GENERIC
public String getInlineFormat()
public void setInlineFormat(String inlineFormat)
public boolean getUseDoubleQuotes()
public void setUseDoubleQuotes(boolean useDoubleQuotes)
public String getSeparator()
public void setSeparator(String separator)
public void reset()
reset in interface IParametersreset in class StringParametersCopyright © 2019. All rights reserved.