Groovy Documentation

org.codehaus.griffon.cli.shell.command
[Java] Class HtmlToMarkdownCommand

java.lang.Object
  org.codehaus.griffon.cli.shell.AbstractGriffonCommand
      org.codehaus.griffon.cli.shell.command.HtmlToMarkdownCommand

@Command(scope = "markdown",
    name = "html-to-markdown",
    description = "Converts HTML sources to Markdown")
public class HtmlToMarkdownCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray


Field Summary
private List files

 
Fields inherited from class AbstractGriffonCommand
env, nonInteractive
 
Constructor Summary
HtmlToMarkdownCommand()

 
Method Summary
 
Methods inherited from class AbstractGriffonCommand
notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 
Methods inherited from class Object
notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 

Field Detail

files

@Argument(index = 0,
        name = "files",
        description = "Directories and/or files to be converted.",
        multiValued = true,
        required = true)
private List files


 
Constructor Detail

HtmlToMarkdownCommand

HtmlToMarkdownCommand()


 

Groovy Documentation