Class ExtensionsKt

  • All Implemented Interfaces:

    
    public final class ExtensionsKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static File createOrtTempDir(String infixes) Create a temporary directory with a name specific to ORT, and optional infixes.
      final static File createOrtTempDir(Object $self, String infixes) Create a temporary directory with a name specific to ORT, the calling class, and optional infixes.
      final static File createOrtTempFile(String prefix, String suffix) Create a temporary file with optionally specified prefix and suffix inside a directory with a name specific to ORT.
      final static File createOrtTempFile(Object $self, String prefix, String suffix) Create a temporary file with optionally specified prefix and suffix inside a directory with a name specific to ORT and the calling class.
      final static Unit showStackTrace(Throwable $self) Print the stack trace of the Throwable if printStackTrace is set to true.
      • Methods inherited from class java.lang.Object

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