Package net.bytebuddy.dynamic.loading
Interface ModuleLayerFromSingleClassLoaderDecorator.Path
-
- Enclosing class:
- ModuleLayerFromSingleClassLoaderDecorator
@Proxied("java.nio.file.Path") protected static interface ModuleLayerFromSingleClassLoaderDecorator.Path
A proxy for thejava.nio.file.Pathtype.
-
-
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.
-
-