PathFactory
interface PathFactory
Path Factory
Describes the layout of static methods which can be used to create Path instances; paths of this type are compliant with Node's path
built-in module.
Inheritors
Functions
Link copied to clipboard
Effectively copies another Node-compliant Path type.
Create a Node-style parsed Path object from a Java I/O file.
Create a Node-style parsed Path object from a Java NIO path.
Create a Node-style parsed Path object from string segments in a sequence; this method uses the active path style.
Create a Node-style parsed Path object from a Kotlin path.
Create a Node-style parsed Path object from a string path; this method uses the active path style if none is provided.
Create a Node-style parsed Path object from string segments; this method uses the active path style.