Interface ModuleLayerFromSingleClassLoaderDecorator.Path

Enclosing class:
ModuleLayerFromSingleClassLoaderDecorator

@Proxied("java.nio.file.Path") protected static interface ModuleLayerFromSingleClassLoaderDecorator.Path
A proxy for the java.nio.file.Path type.
  • Method Summary

    Modifier and Type
    Method
    Description
    of(int length)
    Creates an array of paths with the given length.
  • Method Details

    • of

      @Container Object[] of(int length)
      Creates an array of paths with the given length.
      Parameters:
      length - The length of the path array.
      Returns:
      An array of paths with the specified length.