Class FormatFinder


  • public class FormatFinder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatFinder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.structurizr.documentation.Format findFormat​(java.io.File file)  
      static boolean isMarkdownOrAsciiDoc​(java.io.File file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FormatFinder

        public FormatFinder()
    • Method Detail

      • isMarkdownOrAsciiDoc

        public static boolean isMarkdownOrAsciiDoc​(java.io.File file)
      • findFormat

        public static com.structurizr.documentation.Format findFormat​(java.io.File file)