org.rundeck.storage.api.PathItem Maven / Gradle / Ivy
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