Class: Warbler::War
Overview
Warbler::War is Deprecated. Please use Warbler::Jar.
Constant Summary
Constants inherited from Jar
Jar::DEFAULT_COMPILED_FILES_SLICE, Jar::DEFAULT_MANIFEST
Instance Attribute Summary
Attributes inherited from Jar
Instance Method Summary collapse
-
#initialize ⇒ War
constructor
A new instance of War.
Methods inherited from Jar
#add_init_file, #add_manifest, #add_script_files, #add_with_pathmaps, #apply, #apply_traits, #compile, #contents, #create, #create_jar, #ensure_directory_entries, #entry_in_jar, #erb_binding, #expand_erb, #find_application_files, #find_gems_files, #find_java_classes, #find_java_libs, #find_single_gem_files, #gather_all_rb_files, #java_version, #replace_compiled_ruby_files, #replace_compiled_ruby_files_and_gems, #run_jrubyc
Methods included from PlatformHelper
Methods included from RakeHelper
Methods included from PathmapHelper
Constructor Details
#initialize ⇒ War
Returns a new instance of War.
343 344 345 346 |
# File 'lib/warbler/jar.rb', line 343 def initialize(*) super warn "Warbler::War is deprecated. Please replace all occurrences with Warbler::Jar." end |