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