public abstract class AbstractGettextPullStrategy extends AbstractPullStrategy
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGettextPullStrategy(PullOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
org.zanata.rest.StringSet |
getExtensions()
Which extensions (eg gettext, comment) does this strategy need to fetch
from the server?
|
protected org.zanata.adapter.po.PoWriter2 |
getPoWriter() |
boolean |
needsDocToWriteTrans()
Does this strategy need the source document (Resource) when writing
translations?
|
void |
writeSrcFile(org.zanata.rest.dto.resource.Resource doc) |
getOpts, getTransFileToWrite, isTransOnlyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteTransFileprotected AbstractGettextPullStrategy(PullOptions opts)
protected org.zanata.adapter.po.PoWriter2 getPoWriter()
public org.zanata.rest.StringSet getExtensions()
PullStrategypublic boolean needsDocToWriteTrans()
PullStrategypublic void writeSrcFile(org.zanata.rest.dto.resource.Resource doc)
throws IOException
IOExceptionCopyright © 2014 Zanata Project. All Rights Reserved.