All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rundeck.storage.api.PathItem Maven / Gradle / Ivy

There is a newer version: 5.7.0-20241021
Show newest version
package org.rundeck.storage.api;

/**
 * PathItem is a directory or Resource in a Tree
 */
public interface PathItem {

    /**
     * @return the path
     */
    public Path getPath();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy