Uses of Class
org.asciidoctor.SafeMode

Packages that use SafeMode
org.asciidoctor   
org.asciidoctor.cli   
 

Uses of SafeMode in org.asciidoctor
 

Methods in org.asciidoctor that return SafeMode
static SafeMode SafeMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SafeMode[] SafeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.asciidoctor with parameters of type SafeMode
 OptionsBuilder OptionsBuilder.safe(SafeMode safeMode)
          Sets the safe mode.
 void Options.setSafe(SafeMode safeMode)
          Safe method calls safeMode.getLevel() to put the required level.
 

Uses of SafeMode in org.asciidoctor.cli
 

Methods in org.asciidoctor.cli that return SafeMode
 SafeMode SafeModeConverter.convert(String argument)
           
 SafeMode AsciidoctorCliOptions.getSafeMode()
           
 



Copyright © 2013. All Rights Reserved.