|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zanata.client.commands.push.AbstractCommonPushStrategy<PushOptions>
org.zanata.client.commands.push.AbstractPushStrategy
org.zanata.client.commands.push.XliffStrategy
public class XliffStrategy
| Constructor Summary | |
|---|---|
XliffStrategy()
|
|
| Method Summary | |
|---|---|
Set<String> |
findDocNames(File srcDir,
List<String> includes,
List<String> excludes,
boolean useDefaultExclude,
boolean caseSensitive,
boolean excludeLocaleFilenames)
|
org.zanata.rest.dto.resource.Resource |
loadSrcDoc(File sourceDir,
String docName)
|
void |
visitTranslationResources(String docName,
org.zanata.rest.dto.resource.Resource srcDoc,
PushCommand.TranslationResourcesVisitor visitor)
|
| Methods inherited from class org.zanata.client.commands.push.AbstractPushStrategy |
|---|
docNameToFilename, docNameToFilename, getExtensions, getFileExtension, getSrcFiles, init, isTransOnly |
| Methods inherited from class org.zanata.client.commands.push.AbstractCommonPushStrategy |
|---|
getOpts, getSrcFiles, setPushOptions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XliffStrategy()
| Method Detail |
|---|
public Set<String> findDocNames(File srcDir,
List<String> includes,
List<String> excludes,
boolean useDefaultExclude,
boolean caseSensitive,
boolean excludeLocaleFilenames)
throws IOException
findDocNames in class AbstractPushStrategyIOException
public org.zanata.rest.dto.resource.Resource loadSrcDoc(File sourceDir,
String docName)
throws FileNotFoundException
loadSrcDoc in class AbstractPushStrategyFileNotFoundException
public void visitTranslationResources(String docName,
org.zanata.rest.dto.resource.Resource srcDoc,
PushCommand.TranslationResourcesVisitor visitor)
throws FileNotFoundException
visitTranslationResources in class AbstractPushStrategyFileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||