public abstract class AbstractClasspathContentHandler extends Object implements IClasspathContentHandler
| Constructor and Description |
|---|
AbstractClasspathContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(String path)
Accept.
|
protected abstract org.slf4j.Logger |
getLogger()
Gets the logger.
|
Set<String> |
getPaths()
Gets the paths.
|
protected abstract boolean |
isValid(String path)
Checks if is valid.
|
public void accept(String path)
IClasspathContentHandleraccept in interface IClasspathContentHandlerpath - the pathpublic Set<String> getPaths()
IClasspathContentHandlergetPaths in interface IClasspathContentHandlerprotected abstract boolean isValid(String path)
path - the pathprotected abstract org.slf4j.Logger getLogger()
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.