Class CommandLineGenerator
- java.lang.Object
-
- org.honton.chas.helmrepo.maven.plugin.CommandLineGenerator
-
public class CommandLineGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandLineGenerator(CommandOptions behavior)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandLineGeneratorglobalOptions(CommandOptions options, String namespace)CommandLineGeneratorreleaseOptions(ReleaseInfo release, CommandOptions options)
-
-
-
Constructor Detail
-
CommandLineGenerator
public CommandLineGenerator(CommandOptions behavior)
-
-
Method Detail
-
releaseOptions
public CommandLineGenerator releaseOptions(ReleaseInfo release, CommandOptions options) throws IOException
- Throws:
IOException
-
globalOptions
public CommandLineGenerator globalOptions(CommandOptions options, String namespace)
-
-