Class FlockResult


  • public class FlockResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FlockResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addWarning​(java.lang.String warning)  
      java.util.Collection<java.lang.String> getWarnings()  
      void printWarnings​(java.io.PrintStream printStream)  
      • Methods inherited from class java.lang.Object

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

      • FlockResult

        public FlockResult()
    • Method Detail

      • addWarning

        public void addWarning​(java.lang.String warning)
      • getWarnings

        public java.util.Collection<java.lang.String> getWarnings()
      • printWarnings

        public void printWarnings​(java.io.PrintStream printStream)