Package org.omegat.core.team2
Class TeamTool
java.lang.Object
org.omegat.core.team2.TeamTool
A utility class implementing useful tools related to team projects. Intended
mostly for CLI use.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
COMMAND_INIT
- See Also:
-
-
Method Details
-
initTeamProject
Utility function to create a minimal project to serve as a base for a team project. Will add/stage everything if invoked on a path already containing a git working tree or svn checkout.- Parameters:
dir- Directory in which to create team projectsrcLang- Source languagetrgLang- Target language- Throws:
Exception- If specified dir is not a directory, is not writeable, etc.
-
showHelp
public static void showHelp() -
main
-