Class ShowProperties


  • public final class ShowProperties
    extends java.lang.Object
    Example which prints all properties of the file passed as first parameter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int SHOW_MAX
      Maximum number of children to show.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ShowProperties()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • SHOW_MAX

        private static final int SHOW_MAX
        Maximum number of children to show.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ShowProperties

        private ShowProperties()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)