Class: SiSU_Info_Program::InfoProgram

Inherits:
SiSU_Info_Env::InfoEnv show all
Defined in:
lib/sisu/se_programs.rb

Overview

se_info_env.rb

Direct Known Subclasses

SiSU_Env::InfoProgram

Instance Attribute Summary collapse

Attributes inherited from SiSU_Info_Env::InfoEnv

#base_markup_dir_stub, #env, #etc, #filename, #flv, #fnb, #fnn, #fnt, #home, #hostname, #processing, #processing_git, #rc, #stub_pwd, #stub_src, #sys, #user, #webserv_host_cgi, #webserv_path, #webserv_port_cgi, #www, #yamlrc_dir

Attributes inherited from SiSU_Env_Call::EnvCall

#ad, #fnb, #fnn, #fnt, #fnv, #fnz, #rc

Instance Method Summary collapse

Methods inherited from SiSU_Info_Env::InfoEnv

#ao, #arch, #asciidoc_ocn?, #bin, #build, #cgi, #cgi_sample_search_form_name, #cjk, #cjk_ja, #cjk_ko, #cjk_zh, #composite_file, #concord_max, #console_web_browser, #console_www_browser, #current_document, #defaults, #digest, #digest_conf?, #dir_url, #docbook_viewer, #encoding, #epub, #epub_bld, #epub_cp_images, #epub_viewer, #feed, #feed_home, #fictionbook_viewer, #file_encoding, #font, #git, #host, #html, #html_minitoc?, #html_navigation?, #html_navigation_bar?, #html_quick_ref?, #html_right_pane?, #html_scroll_1, #html_scroll_2, #html_search_form?, #html_seg_1, #html_seg_2, #html_seg_title_banner?, #html_top_band?, #i18n, #image_external, #image_source, #image_source_include, #image_source_include_local, #image_source_include_remote, #image_source_sisu_includes, #images, #images_epub, #images_external, #images_local, #landscape, #lang_filename, #language, #language_default_set, #length, #links_to_manifest?, #listed?, #local, #locale, #localhost, #lout, #main, #make, #man, #manifest?, #manifest_minitoc?, #manpage, #manpage_generator, #manpage_viewer, #markdown_ocn?, #markup_emphasis, #metadata?, #minitoc?, #mono, #ocn?, #odf, #odf_pth, #odf_viewer, #odt, #odt_bld, #odt_ocn?, #omit_list, #orgmode_ocn?, #output, #output_tell, #papersize, #path, #path_rel_links, #paths, #pattern, #pdf, #pdf_viewer, #php, #plaintext_ocn?, #plaintext_wrap, #po, #port, #portrait, #pot, #processing_base_tmp, #processing_path, #processing_sisupod, #program, #promo?, #pwd, #rbver, #read_source_file, #read_source_file_array, #read_source_file_string, #remote, #rmagick, #root, #root_dir, #rst_ocn?, #sample_data, #sample_search_form_title, #sans, #scripts, #search?, #search_action, #search_fixed?, #search_form, #search_form?, #search_form_static, #segsubtoc?, #serif, #share, #sisupod_gen, #sisupod_gen_v2, #sisupod_gen_v3, #sisupod_v2, #sisupod_v3, #sisupod_v4, #sisurc_path, #sitearch, #size, #source_file_path, #source_file_processing_array, #source_file_with_path, #sql, #src_pod, #src_txt, #stub_dir, #stub_dir_orig, #stub_epub, #stub_md_harvest, #stub_pod, #style, #tex, #texi, #texinfo, #texpdf, #texpdf_hyperlinks, #text_editor, #textile_ocn?, #tmp_root_dir, #toc?, #tune, #txt, #type, #url, #usr_dir?, #web_browser, #webrick, #webrick_port, #webserv, #webserv_base, #webserv_base_cgi, #webserv_cgi, #webserv_dir, #webserv_files_from_db, #webserv_host_base, #webserv_image, #webserv_map_pwd, #webserv_stub_ensure, #widget, #widget_static, #www_browser, #xml_docbook_ocn?, #xml_editor, #xml_fictionbook_ocn?, #xml_scaffold_ocn?, #xml_viewer, #yamlrc

Methods inherited from SiSU_Env_Call::EnvCall

#by?, #by_filename?, #by_filetype?, #by_language_code?, #default_language?, #document_language_versions_found, #dump?, #filename, #lang, #mono_multi_lingual?, #multilingual?, #output_dir_structure, #published_manifests?, #redirect?

Constructor Details

#initializeInfoProgram

Returns a new instance of InfoProgram.



370
371
372
373
374
# File 'lib/sisu/se_programs.rb', line 370

def initialize
  prog=SiSU_Env::InfoEnv.new.program
  @editor,           @wc,    @tidy,    @rexml,    @pdflatex,    @postgresql,    @sqlite=
    prog.text_editor,prog.wc,prog.tidy,prog.rexml,prog.pdflatex,prog.postgresql,prog.sqlite
end

Instance Attribute Details

#editorObject

Returns the value of attribute editor.



369
370
371
# File 'lib/sisu/se_programs.rb', line 369

def editor
  @editor
end

#pdflatexObject

Returns the value of attribute pdflatex.



369
370
371
# File 'lib/sisu/se_programs.rb', line 369

def pdflatex
  @pdflatex
end

#postgresqlObject

Returns the value of attribute postgresql.



369
370
371
# File 'lib/sisu/se_programs.rb', line 369

def postgresql
  @postgresql
end

#rexmlObject

Returns the value of attribute rexml.



369
370
371
# File 'lib/sisu/se_programs.rb', line 369

def rexml
  @rexml
end

#sqliteObject

Returns the value of attribute sqlite.



369
370
371
# File 'lib/sisu/se_programs.rb', line 369

def sqlite
  @sqlite
end

#tidyObject

Returns the value of attribute tidy.



369
370
371
# File 'lib/sisu/se_programs.rb', line 369

def tidy
  @tidy
end

#wcObject

Returns the value of attribute wc.



369
370
371
# File 'lib/sisu/se_programs.rb', line 369

def wc
  @wc
end