Interface IClasspathContentHandler

All Known Implementing Classes:
AbstractClasspathContentHandler

public interface IClasspathContentHandler
The IClasspathContentHandler is the interface for all the classes used to locate and enumerate specific resources in the class path.
  • Method Summary

    Modifier and Type Method Description
    void accept​(String path)
    Accept.
    Set<String> getPaths()
    Gets the paths.
  • Method Details