public abstract class AbstractPullStrategy extends Object implements PullStrategy
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPullStrategy(PullOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
PullOptions |
getOpts() |
boolean |
isTransOnly()
Indicates if this strategy must work without access to source files.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtensions, getTransFileToWrite, needsDocToWriteTrans, writeSrcFile, writeTransFileprotected AbstractPullStrategy(PullOptions opts)
public PullOptions getOpts()
public boolean isTransOnly()
PullStrategyisTransOnly in interface PullStrategyCopyright © 2013 Zanata Project. All Rights Reserved.