Class PatternInfo


  • public class PatternInfo
    extends java.lang.Object
    Information about a pattern as returned by "pkg.list_patterns".
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean installed  
      private java.lang.String summary  
    • Constructor Summary

      Constructors 
      Constructor Description
      PatternInfo()  
    • Method Summary

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

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

      • summary

        private java.lang.String summary
      • installed

        private boolean installed
    • Constructor Detail

      • PatternInfo

        public PatternInfo()
    • Method Detail

      • getSummary

        public java.lang.String getSummary()
      • isInstalled

        public boolean isInstalled()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object