Class Main


  • public class Main
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int STYLE_SIMPLE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void find​(java.lang.String arg)  
      void find​(java.lang.String from, java.lang.String to)  
      static void main​(java.lang.String[] args)  
      void run​(java.lang.String from, java.lang.String to)  
      void setLevel​(int level)  
      void setRules​(java.io.File file)  
      void setRules​(java.util.List rules)  
      void setStyle​(int style)  
      void setVerbose​(boolean verbose)  
      void strings​(java.lang.String arg)  
      • Methods inherited from class java.lang.Object

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

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • setLevel

        public void setLevel​(int level)
      • setStyle

        public void setStyle​(int style)
      • setRules

        public void setRules​(java.io.File file)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • setRules

        public void setRules​(java.util.List rules)
      • setVerbose

        public void setVerbose​(boolean verbose)
      • find

        public void find​(java.lang.String arg)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • find

        public void find​(java.lang.String from,
                         java.lang.String to)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • strings

        public void strings​(java.lang.String arg)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • run

        public void run​(java.lang.String from,
                        java.lang.String to)
                 throws java.io.IOException
        Throws:
        java.io.IOException