|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.url.assembly.internal.PathEncodedSource
public class PathEncodedSource
A source of resources.
Constructor Summary | |
---|---|
PathEncodedSource(String path)
Constructor. |
Method Summary | |
---|---|
Pattern[] |
excludes()
List of patterns for exclusion. |
Pattern[] |
includes()
List of patterns for inclusion. |
String |
path()
Base source path for resources. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PathEncodedSource(String path)
path
- path encoded source (path[!/[include|!exclude][,[include|!exclude]]])Method Detail |
---|
public String path()
path
in interface Source
public Pattern[] includes()
includes
in interface Source
public Pattern[] excludes()
excludes
in interface Source
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |