Package de.fenvariel.maven.gettext
Class DistMojo.MsgCatCommandlineFactory
- java.lang.Object
-
- de.fenvariel.maven.gettext.DistMojo.MsgCatCommandlineFactory
-
- All Implemented Interfaces:
DistMojo.CommandlineFactory
- Enclosing class:
- DistMojo
private class DistMojo.MsgCatCommandlineFactory extends java.lang.Object implements DistMojo.CommandlineFactory
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMsgCatCommandlineFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.CommandlinecreateCommandline(java.io.File file)java.io.FilegetOutputFile(java.io.File input)
-
-
-
Method Detail
-
getOutputFile
public java.io.File getOutputFile(java.io.File input)
- Specified by:
getOutputFilein interfaceDistMojo.CommandlineFactory- Returns:
- the output file of this command
-
createCommandline
public org.codehaus.plexus.util.cli.Commandline createCommandline(java.io.File file)
- Specified by:
createCommandlinein interfaceDistMojo.CommandlineFactory
-
-