Class: FindbugsTranslateCheckstyleFormat::Script

Inherits:
Object
  • Object
show all
Extended by:
Translate
Defined in:
lib/findbugs_translate_checkstyle_format/script.rb

Class Method Summary collapse

Methods included from Translate

create_message, fqcn_to_path, parse, set_dummy, trans

Class Method Details

.translate(xml_text) ⇒ Object



4
5
6
# File 'lib/findbugs_translate_checkstyle_format/script.rb', line 4

def self.translate(xml_text)
  trans(parse(xml_text)).to_s
end