|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.url.dir.internal.Parser
public class Parser
Current format (as of paxurl 0.3.3) Expects a url like dir:/Users/foo/myroot New format suggestion: This is if you don't know the exact folders but examples of contents dir:/Users/tonit/foo;org/ops4j/pax/Paxer.class&/Users/tonit/foo;org/ops4j/pax/PaxerTest.class$props=foo&other=bar If you want to just include certain files: (give them a filename pattern) dir:tail;/Users/tonit/foo;org/ops4j/pax/Paxer.class;.*class&/Users/tonit/foo;org/ops4j/pax/PaxerTest.class$props=foo&other=bar If you know exact folders, this is the version without tail: dir:/Users/tonit/foo/classes&/Users/tonit/foo/test-classes$props=foo&other=bar This would be the full format: dir:
Constructor Summary | |
---|---|
Parser(java.lang.String url)
|
Method Summary | |
---|---|
java.io.File |
getDirectory()
|
java.util.Properties |
getOptions()
|
java.lang.String |
getTailExpr()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parser(java.lang.String url)
Method Detail |
---|
public java.io.File getDirectory()
public java.util.Properties getOptions()
public java.lang.String getTailExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |