Class ReaderFormatter


  • public class ReaderFormatter
    extends java.lang.Object
    • Constructor Detail

      • ReaderFormatter

        public ReaderFormatter()
    • Method Detail

      • createReaderFilter

        private static java.io.Reader createReaderFilter​(@Nonnull
                                                         java.io.Reader source,
                                                         java.lang.String escapeString,
                                                         java.util.List<java.lang.String> delimiters,
                                                         AssemblerConfigurationSource configSource,
                                                         boolean isPropertiesFile)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • isForbiddenFiletypes

        private static boolean isForbiddenFiletypes​(org.codehaus.plexus.components.io.resources.PlexusIoResource plexusIoResource)
      • checkifFileTypeIsAppropriateForLineEndingTransformation

        private static void checkifFileTypeIsAppropriateForLineEndingTransformation​(org.codehaus.plexus.components.io.resources.PlexusIoResource plexusIoResource)
                                                                             throws java.io.IOException
        Throws:
        java.io.IOException