Class: Warbler::War

Inherits:
Jar
  • Object
show all
Defined in:
lib/warbler/jar.rb

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

#app_filelist, #files

Instance Method Summary collapse

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

#which

Methods included from RakeHelper

extended, included

Methods included from PathmapHelper

#apply_pathmaps

Constructor Details

#initializeWar

Returns a new instance of War.



338
339
340
341
# File 'lib/warbler/jar.rb', line 338

def initialize(*)
  super
  warn "Warbler::War is deprecated. Please replace all occurrences with Warbler::Jar."
end