Package | Description |
---|---|
org.zanata.adapter.glossary | |
org.zanata.rest.client | |
org.zanata.rest.dto | |
org.zanata.rest.service |
Modifier and Type | Method and Description |
---|---|
Map<LocaleId,List<GlossaryEntry>> |
GlossaryPoReader.extractGlossary(Reader reader,
String qualifiedName) |
Map<LocaleId,List<GlossaryEntry>> |
GlossaryCSVReader.extractGlossary(Reader reader,
String qualifiedName) |
abstract Map<LocaleId,List<GlossaryEntry>> |
AbstractGlossaryPushReader.extractGlossary(Reader reader,
String qualifiedName)
Extract glossary entry using provided reader.
|
Modifier and Type | Method and Description |
---|---|
void |
GlossaryCSVWriter.write(OutputStream stream,
List<GlossaryEntry> entries,
LocaleId srcLocale,
List<LocaleId> transLocales) |
void |
GlossaryPoWriter.write(OutputStream stream,
List<GlossaryEntry> entries,
LocaleId srcLocale,
LocaleId targetLocale) |
void |
GlossaryCSVWriter.write(Writer fileWriter,
List<GlossaryEntry> entries,
LocaleId srcLocale,
List<LocaleId> transLocales)
This output a csv files of given
transLocales . |
void |
GlossaryPoWriter.write(Writer fileWriter,
List<GlossaryEntry> entries,
LocaleId srcLocale,
LocaleId targetLocale)
This output a single po files of given
targetLocale . |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GlossaryClient.post(List<GlossaryEntry> glossaryEntries,
LocaleId localeId,
String qualifiedName) |
Modifier and Type | Method and Description |
---|---|
List<GlossaryEntry> |
GlossaryResults.getGlossaryEntries()
The list of created / updated glossary entries
|
List<GlossaryEntry> |
Glossary.getGlossaryEntries() |
Modifier and Type | Method and Description |
---|---|
void |
GlossaryResults.setGlossaryEntries(List<GlossaryEntry> glossaryEntries) |
void |
Glossary.setGlossaryEntries(List<GlossaryEntry> glossaryEntries) |
Constructor and Description |
---|
GlossaryResults(List<GlossaryEntry> glossaryEntries,
List<String> warnings) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MockGlossaryResource.post(List<GlossaryEntry> glossaryEntries,
String locale,
String qualifiedName) |
javax.ws.rs.core.Response |
GlossaryResource.post(List<GlossaryEntry> glossaryEntries,
String locale,
String qualifiedName)
Create or update glossary entries.
|
Copyright © 2018 Zanata Project. All rights reserved.