run.halo.app.plugin.PluginsRootGetter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
API of halo project, connecting by other projects.
The newest version!
package run.halo.app.plugin;
import java.nio.file.Path;
import java.util.function.Supplier;
/**
* An interface to get the root path of plugins.
*
* @author johnniang
* @since 2.18.0
*/
public interface PluginsRootGetter extends Supplier {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy