Class UnixRecord.OutputInfo

  • Enclosing class:
    UnixRecord

    public static class UnixRecord.OutputInfo
    extends java.lang.Object
    OutputInfo represents an output file and its associated deploy type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String deployType  
      java.lang.String file  
      java.lang.String rootDir  
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rootDir

        public java.lang.String rootDir
      • file

        public java.lang.String file
      • deployType

        public java.lang.String deployType
    • Constructor Detail

      • OutputInfo

        public OutputInfo()