public abstract class ClasspathAbstractElement<E> extends Object
| Constructor and Description |
|---|
ClasspathAbstractElement(E element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertRelativePath(String path) |
protected abstract String |
computeName(E element) |
protected abstract String |
computeRelativePath(E element) |
E |
internalRepresentation() |
String |
name() |
String |
relativePath() |
protected final E element
public ClasspathAbstractElement(E element)
Copyright © 2012-2014. All Rights Reserved.