| Package | Description |
|---|---|
| de.viaboxx.nlstools.formats | |
| de.viaboxx.nlstools.model | |
| de.viaboxx.nlstools.tasks |
| Modifier and Type | Field and Description |
|---|---|
protected MBBundles |
BundleWriter.bundles |
| Modifier and Type | Method and Description |
|---|---|
MBBundles |
MBInMemoryPersistencer.getCopy(String name) |
abstract MBBundles |
MBPersistencer.load(File source) |
MBBundles |
MBXMLPersistencer.load(File source) |
MBBundles |
MBInMemoryPersistencer.load(File source) |
MBBundles |
MBExcelPersistencer.load(File source) |
MBBundles |
MBJSONPersistencer.load(File source) |
abstract MBBundles |
MBPersistencer.load(InputStream source) |
MBBundles |
MBXMLPersistencer.load(InputStream in) |
MBBundles |
MBInMemoryPersistencer.load(InputStream source) |
MBBundles |
MBExcelPersistencer.load(InputStream in) |
MBBundles |
MBJSONPersistencer.load(InputStream in) |
MBBundles |
MBXMLPersistencer.load(Reader reader) |
MBBundles |
MBJSONPersistencer.load(Reader reader) |
static MBBundles |
MBPersistencer.loadFile(File aFile) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MBPersistencer.save(MBBundles obj,
File target) |
void |
MBXMLPersistencer.save(MBBundles obj,
File target) |
void |
MBInMemoryPersistencer.save(MBBundles obj,
File target) |
void |
MBExcelPersistencer.save(MBBundles obj,
File target) |
void |
MBJSONPersistencer.save(MBBundles object,
File file) |
static void |
MBPersistencer.saveFile(MBBundles obj,
File aFile) |
static void |
MBPersistencer.saveFile(MBBundles obj,
File aFile,
String options) |
void |
BundleWriter.setBundles(MBBundles bundles) |
| Constructor and Description |
|---|
BundleWriterExcel(MBBundles bundles,
File target) |
| Modifier and Type | Method and Description |
|---|---|
MBBundles |
MBBundles.copy() |
| Modifier and Type | Field and Description |
|---|---|
protected MBBundles |
MergeLocaleTask.loadedBundles |
protected MBBundles |
MergeLocaleTask.translatedBundles |
| Modifier and Type | Method and Description |
|---|---|
protected MBBundles |
MessageBundleTask.loadBundles()
read/parse XML file
|
| Modifier and Type | Method and Description |
|---|---|
protected MBText |
MergeLocaleTask.findMBTextForLocale(String key,
String locale,
MBBundles bundles) |
static String |
MergeLocaleTask.localesString(MBBundles bundles,
String locales) |
Copyright © 2018. All rights reserved.