Interface FileHandleAccessor.FileHandleBuilder<B extends FileHandleAccessor.FileHandleBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
FileHandleAccessor

public static interface FileHandleAccessor.FileHandleBuilder<B extends FileHandleAccessor.FileHandleBuilder<B>>
Provides a builder method for a file handle property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the file handle for the file handle property.
  • Method Details

    • withFileHandle

      B withFileHandle(String aHandle)
      Sets the file handle for the file handle property.
      Parameters:
      aHandle - The file handle to be stored by the file handle property.
      Returns:
      The builder for applying multiple build operations.