|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.jbi.deployer.handler.Parser
public class Parser
Parser for jbi: protocol URL.
| Constructor Summary | |
|---|---|
Parser(java.lang.String path)
Creates a new protocol parser. |
|
| Method Summary | |
|---|---|
java.net.URL |
getJbiJarURL()
Returns the JBI URL if present, null otherwise |
java.util.Properties |
getJbiProperties()
Returns the JBI instructions as Properties. |
static java.util.Properties |
parseInstructions(java.lang.String query)
Parses bnd instructions out of an url query string. |
| 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 path)
throws java.net.MalformedURLException
path - the path part of the url (without starting jbi:)
java.net.MalformedURLException - if provided path does not comply to expected syntax or has malformed urls| Method Detail |
|---|
public java.net.URL getJbiJarURL()
public java.util.Properties getJbiProperties()
public static java.util.Properties parseInstructions(java.lang.String query)
throws java.net.MalformedURLException
query - query part of an url.
java.net.MalformedURLException - if provided path does not comply to syntax.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||