| Package | Description |
|---|---|
| de.viaboxx.nlstools.formats |
| Modifier and Type | Field and Description |
|---|---|
protected BundleWriter.FileType |
BundleWriter.fileType |
| Modifier and Type | Method and Description |
|---|---|
static BundleWriter.FileType |
BundleWriter.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleWriter.FileType[] |
BundleWriter.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BundleWriterJson |
BundleWriterJson.build(MessageBundleTask task,
String configFile,
MBBundle currentBundle,
String outputPath,
String outputFile,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
| Constructor and Description |
|---|
BundleWriter(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterAngularJS(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
String outputFile,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterExcel(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterFlexClass(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterGroovyEnum(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterJavaInterface(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterJson(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
String outputFile,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterNg2Translate(org.apache.tools.ant.Task task,
String configFile,
String outputPath,
String outputFile,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterProperties(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterSqlOracle(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterSqlPostgres(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
BundleWriterTypeScript(org.apache.tools.ant.Task task,
String configFile,
MBBundle currentBundle,
String outputPath,
BundleWriter.FileType fileType,
Set<String> allowedLocales) |
Copyright © 2018. All rights reserved.