Class: Asciidoctor::Diagram::UmlConverter

Inherits:
PlantUmlConverter show all
Defined in:
lib/asciidoctor-diagram/plantuml/converter.rb

Constant Summary

Constants inherited from PlantUmlConverter

PlantUmlConverter::CLASSPATH_ENV, PlantUmlConverter::LIB_DIR, PlantUmlConverter::PLANTUML_JARS

Class Method Summary collapse

Methods inherited from PlantUmlConverter

#add_common_args, #add_common_headers, #add_size_limit_header, #add_theme_arg, #add_theme_header, #collect_options, #convert, #convert_http, #convert_native, find_plantuml_native, #should_preprocess, #supported_formats, #wrap_source

Methods included from CliGenerator

#generate_file, #generate_file_stdout, #generate_stdin, #generate_stdin_file, #generate_stdin_stdout

Methods included from DiagramConverter

#collect_options, #convert, #native_scaling?, #supported_formats, #wrap_source

Class Method Details

.tagObject



262
263
264
# File 'lib/asciidoctor-diagram/plantuml/converter.rb', line 262

def self.tag
  'uml'
end