public abstract class AbstractCommonPushStrategy<O extends PushOptions> extends Object
Constructor and Description |
---|
AbstractCommonPushStrategy() |
Modifier and Type | Method and Description |
---|---|
O |
getOpts() |
String[] |
getSrcFiles(File srcDir,
com.google.common.collect.ImmutableList<String> includes,
com.google.common.collect.ImmutableList<String> excludes,
com.google.common.collect.ImmutableList<String> fileExtensions,
boolean useDefaultExcludes,
boolean isCaseSensitive)
excludes should already contain paths for translation files that are to
be excluded.
|
void |
setPushOptions(O opts) |
public O getOpts()
public void setPushOptions(O opts)
public String[] getSrcFiles(File srcDir, com.google.common.collect.ImmutableList<String> includes, com.google.common.collect.ImmutableList<String> excludes, com.google.common.collect.ImmutableList<String> fileExtensions, boolean useDefaultExcludes, boolean isCaseSensitive)
Copyright © 2018 Zanata Project. All rights reserved.