Class BuildInfo


  • public class BuildInfo
    extends java.lang.Object
    The build info per rule.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IRule rule
      The rule.
      protected long time
      The buildtime.
    • Constructor Summary

      Constructors 
      Constructor Description
      BuildInfo​(IRule rule, long time)
      Create a new build info.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IRule getRule()
      Get the rule.
      long getTime()
      Get the time.
      java.lang.String toString()
      Get the string representation.
      • Methods inherited from class java.lang.Object

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

      • rule

        protected IRule rule
        The rule.
      • time

        protected long time
        The buildtime.
    • Constructor Detail

      • BuildInfo

        public BuildInfo​(IRule rule,
                         long time)
        Create a new build info.
    • Method Detail

      • getRule

        public IRule getRule()
        Get the rule.
        Returns:
        The rule.
      • getTime

        public long getTime()
        Get the time.
        Returns:
        The time.
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.