net.thevpc.commons.md.docusaurus.NameResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of thevpc-common-md-docusaurus Show documentation
Show all versions of thevpc-common-md-docusaurus Show documentation
Docusaurus parser and templating support Library
The newest version!
package net.thevpc.commons.md.docusaurus;
public interface NameResolver {
boolean accept(DocusaurusFileOrFolder item,String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy