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