Uses of Enum Class
com._1c.g5.v8.dt.xml.LineFeedConverter.ConvertOption
Packages that use LineFeedConverter.ConvertOption
Package
Description
-
Uses of LineFeedConverter.ConvertOption in com._1c.g5.v8.dt.export.xml.writer
Fields in com._1c.g5.v8.dt.export.xml.writer declared as LineFeedConverter.ConvertOptionModifier and TypeFieldDescriptionprotected LineFeedConverter.ConvertOption
ExportXmlStreamWriter.charactersExportConvertOption
Define option to convert lines feed inside exporting characters (convert to system line endings by default) -
Uses of LineFeedConverter.ConvertOption in com._1c.g5.v8.dt.internal.export
Methods in com._1c.g5.v8.dt.internal.export with parameters of type LineFeedConverter.ConvertOptionModifier and TypeMethodDescriptionUnsupportedFilesCopyVisitor.Builder.putModifier
(Predicate<Path> pathPredicate, LineFeedConverter.ConvertOption... convertOptions) Put modifier rules for visited files by specifed predicate -
Uses of LineFeedConverter.ConvertOption in com._1c.g5.v8.dt.md.export.xml
Methods in com._1c.g5.v8.dt.md.export.xml with parameters of type LineFeedConverter.ConvertOptionModifier and TypeMethodDescriptionvoid
IXmlExporterExtension.copyTemplateWithLineFeedConversion
(IExporter exporter, org.eclipse.emf.ecore.EObject eObject, IExportContext exportContext, IExportArtifactBuilder artifactBuilder, Path source, Path target, LineFeedConverter.ConvertOption... options) Overrides the copying procedurevoid
IXmlExporterExtensionManager.copyTemplateWithLineFeedConversion
(IExporter exporter, org.eclipse.emf.ecore.EObject eObject, IExportContext exportContext, IExportArtifactBuilder artifactBuilder, Path source, Path target, LineFeedConverter.ConvertOption... options) Overrides the copying procedure -
Uses of LineFeedConverter.ConvertOption in com._1c.g5.v8.dt.md.export.xml.impl
Methods in com._1c.g5.v8.dt.md.export.xml.impl with parameters of type LineFeedConverter.ConvertOptionModifier and TypeMethodDescriptionvoid
XmlExporterExtensionManager.copyTemplateWithLineFeedConversion
(IExporter exporter, org.eclipse.emf.ecore.EObject eObject, IExportContext exportContext, IExportArtifactBuilder artifactBuilder, Path source, Path target, LineFeedConverter.ConvertOption... options) -
Uses of LineFeedConverter.ConvertOption in com._1c.g5.v8.dt.xml
Methods in com._1c.g5.v8.dt.xml that return LineFeedConverter.ConvertOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LineFeedConverter.ConvertOption[]
LineFeedConverter.ConvertOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.xml with parameters of type LineFeedConverter.ConvertOptionModifier and TypeMethodDescriptionstatic void
LineFeedConverter.convert
(InputStream source, OutputStream target, LineFeedConverter.ConvertOption... options) Convert data from source stream to target streamstatic String
LineFeedConverter.convert
(String text, LineFeedConverter.ConvertOption... options) Convert multiline string with the options parameter specifying how the convert is performed.static void
LineFeedConverter.convert
(Path source, Path target, LineFeedConverter.ConvertOption... options) Convert data from source path to target pathUnsupportedFilesCopyVisitor.Builder.putModifier
(Predicate<Path> pathPredicate, LineFeedConverter.ConvertOption... convertOptions) Put modifier rules for visited files by specifed predicate