Class FSPstat

  • All Implemented Interfaces:

    
    public class FSPstat
    
                        

    Class for holding result of CC_STAT command. This command retrieves information about file/directory.

    There are no get/set methods defined. Use public variables directly for data access.

    Since:

    1.0

    Author:

    Radim Kolar

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      FSPstat()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String toString() converts information to human-readable string
      • Methods inherited from class java.lang.Object

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

      • FSPstat

        FSPstat()
    • Method Detail

      • toString

         String toString()

        converts information to human-readable string

        Since:

        1.0