public class RawPushStrategy extends AbstractCommonPushStrategy<PushOptions>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RawPushStrategy.TranslationFilesVisitor |
| Constructor and Description |
|---|
RawPushStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitTranslationFiles(String sourceDocument,
RawPushStrategy.TranslationFilesVisitor visitor)
This implementation assumes that translated documents are named
identically to source documents, and reside in directories named with a
locale identifier that are siblings of the source directory.
|
getOpts, getSrcFiles, setPushOptionspublic void visitTranslationFiles(String sourceDocument, RawPushStrategy.TranslationFilesVisitor visitor)
sourceDocument - local path and name of source document for which to find translationsvisitor - Copyright © 2013 Zanata Project. All Rights Reserved.