Class File.Result

  • Enclosing class:
    File

    public static class File.Result
    extends java.lang.Object
    File module result object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String comment  
      private boolean result  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()  
      boolean getResult()  
      • Methods inherited from class java.lang.Object

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

      • result

        private boolean result
      • comment

        private java.lang.String comment
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • getResult

        public boolean getResult()
      • getComment

        public java.lang.String getComment()