Class AbstractDirectoryCrawler

java.lang.Object
com.mohamnag.jstatic.plugins.AbstractDirectoryCrawler
Direct Known Subclasses:
AssetsCopierTask, YamlLoaderTask

public abstract class AbstractDirectoryCrawler extends Object
  • Constructor Details

    • AbstractDirectoryCrawler

      public AbstractDirectoryCrawler()
  • Method Details

    • getPageName

      protected String getPageName(Path filePath, String extension)
    • extractPathElements

      protected List<String> extractPathElements(Path rootPath, Path filePath)