Class ExecInfo


  • public class ExecInfo
    extends Command
    The execinfo command.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.io.File> execfiles  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      private void dump​(java.io.File file, java.io.PrintWriter out)  
      int execute​(java.io.PrintWriter out, java.io.PrintWriter err)
      Executes the given command.
      private int getHitCount​(boolean[] data)  
      • Methods inherited from class java.lang.Object

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

      • execfiles

        java.util.List<java.io.File> execfiles
    • Constructor Detail

      • ExecInfo

        public ExecInfo()
    • Method Detail

      • description

        public java.lang.String description()
        Specified by:
        description in class Command
        Returns:
        Short description of the command.
      • execute

        public int execute​(java.io.PrintWriter out,
                           java.io.PrintWriter err)
                    throws java.io.IOException
        Description copied from class: Command
        Executes the given command.
        Specified by:
        execute in class Command
        Parameters:
        out - std out
        err - std err
        Returns:
        exit code, should be 0 for normal operation
        Throws:
        java.io.IOException
      • dump

        private void dump​(java.io.File file,
                          java.io.PrintWriter out)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getHitCount

        private int getHitCount​(boolean[] data)