Package org.zanata.webtrans.shared.rpc

Examples of org.zanata.webtrans.shared.rpc.MergeRule


            requests.add(new TransUnitUpdateRequest(
                    new TransUnitId(tranUnitId), null, null, 0));
        }
        // we have TransMemoryMergeStatusResolverTest to cover various different
        // merge options so here we don't test that
        MergeRule importedTMOption =
                acceptImportedTMResults ? MergeRule.IGNORE_CHECK
                        : MergeRule.REJECT;
        MergeOptions opts = MergeOptions.allIgnore();
        opts.setImportedMatch(importedTMOption);
View Full Code Here

TOP

Related Classes of org.zanata.webtrans.shared.rpc.MergeRule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.