Uses of Enum Class
com.deltaxml.dita.config.MapCopyScope
Packages that use MapCopyScope
-
Uses of MapCopyScope in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return MapCopyScopeModifier and TypeMethodDescriptionMapParameters.getMapCopyScope()Gets the value of the mapCopyScope parameter.static MapCopyScopeReturns the enum constant of this class with the specified name.static MapCopyScope[]MapCopyScope.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 MapCopyScopeModifier and TypeMethodDescriptionvoidMapParameters.setMapCopyScope(MapCopyScope value) Specifies how to copy a DITA map and its content to an output directory, which maintains the relative structure of the source where this is feasible.