Class: FindbugsTranslateCheckstyleFormat::CLI
- Inherits:
-
Thor
- Object
- Thor
- FindbugsTranslateCheckstyleFormat::CLI
- Includes:
- Translate
- Defined in:
- lib/findbugs_translate_checkstyle_format/cli.rb
Instance Method Summary collapse
Methods included from Translate
create_message, fqcn_to_path, #parse, set_dummy, #trans
Instance Method Details
#translate ⇒ Object
9 10 11 12 13 14 |
# File 'lib/findbugs_translate_checkstyle_format/cli.rb', line 9 def translate data = fetch_data() xml = parse(data) checkstyle = trans(xml) checkstyle.write(STDOUT, 2) end |