Uses of Class
com._1c.g5.v8.dt.xml.LineFeedConverter.ConvertOption
-
Packages that use LineFeedConverter.ConvertOption Package Description com._1c.g5.v8.dt.export.xml.writer com._1c.g5.v8.dt.md.export.xml com._1c.g5.v8.dt.md.export.xml.impl com._1c.g5.v8.dt.xml -
-
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.ConvertOption Modifier and Type Field Description protected 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.md.export.xml
Methods in com._1c.g5.v8.dt.md.export.xml with parameters of type LineFeedConverter.ConvertOption Modifier and Type Method Description void
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.ConvertOption Modifier and Type Method Description void
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.ConvertOption Modifier and Type Method Description static LineFeedConverter.ConvertOption
LineFeedConverter.ConvertOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineFeedConverter.ConvertOption[]
LineFeedConverter.ConvertOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.xml with parameters of type LineFeedConverter.ConvertOption Modifier and Type Method Description static 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
UnsupportedFilesCopyVisitor.Builder. putModifier(Predicate<Path> pathPredicate, LineFeedConverter.ConvertOption... convertOptions)
Put modifier rules for visited files by specifed predicate
-