Interface ModuleLayerFromSingleClassLoaderDecorator.Path

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object[] of​(int length)
      Creates an array of paths with the given length.
    • Method Detail

      • of

        @Container
        java.lang.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.