Uses of Enum Class
com.deltaxml.dita.config.MapCleanTemp
Packages that use MapCleanTemp
-
Uses of MapCleanTemp in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return MapCleanTempModifier and TypeMethodDescriptionMapParameters.getMapCleanTemp()Gets the value of the mapCleanTemp parameter.static MapCleanTempReturns the enum constant of this class with the specified name.static MapCleanTemp[]MapCleanTemp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.dita.config with parameters of type MapCleanTempModifier and TypeMethodDescriptionvoidMapParameters.setMapCleanTemp(MapCleanTemp value) Specifies whether to clean temporary files introduced when performing the comparison.