Class Tracing.StopOptions

  • Enclosing interface:
    Tracing

    public static class Tracing.StopOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.nio.file.Path path
      Export trace into the file with the given path.
    • Constructor Summary

      Constructors 
      Constructor Description
      StopOptions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tracing.StopOptions setPath​(java.nio.file.Path path)
      Export trace into the file with the given path.
      • Methods inherited from class java.lang.Object

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

      • path

        public java.nio.file.Path path
        Export trace into the file with the given path.
    • Constructor Detail

      • StopOptions

        public StopOptions()
    • Method Detail

      • setPath

        public Tracing.StopOptions setPath​(java.nio.file.Path path)
        Export trace into the file with the given path.