Class AbstractClasspathContentHandler
java.lang.Object
org.eclipse.dirigible.commons.api.content.AbstractClasspathContentHandler
- All Implemented Interfaces:
IClasspathContentHandler
public abstract class AbstractClasspathContentHandler extends Object implements IClasspathContentHandler
The AbstractClasspathContentHandler is the parent of the classes used to locate and enumerate specific resources in
the class path.
-
Constructor Summary
Constructors Constructor Description AbstractClasspathContentHandler() -
Method Summary
-
Constructor Details
-
AbstractClasspathContentHandler
public AbstractClasspathContentHandler()
-
-
Method Details
-
accept
Accept.- Specified by:
acceptin interfaceIClasspathContentHandler- Parameters:
path- the path
-
getPaths
Gets the paths.- Specified by:
getPathsin interfaceIClasspathContentHandler- Returns:
- the paths
-
isValid
Checks if is valid.- Parameters:
path- the path- Returns:
- true, if is valid
-
getLogger
protected abstract org.slf4j.Logger getLogger()Gets the logger.- Returns:
- the logger
-