public class Parser extends Object
Connection| Constructor and Description |
|---|
Parser(String path)
Creates a new protocol parser.
|
| Modifier and Type | Method and Description |
|---|---|
org.ops4j.pax.swissbox.bnd.OverwriteMode |
getOverwriteMode()
Returns the overwrite mode.
|
URL |
getWrappedJarURL()
Returns the wrapped URL if present, null otherwise
|
Properties |
getWrappingProperties()
Returns the wrapping instructions as Properties.
|
public Parser(String path) throws MalformedURLException
path - the path part of the url (without starting wrap:)MalformedURLException - if provided path does not comply to expected syntax or has malformed urlspublic URL getWrappedJarURL()
public Properties getWrappingProperties()
public org.ops4j.pax.swissbox.bnd.OverwriteMode getOverwriteMode()
Copyright © 2006–2017 OPS4J - Open Participation Software for Java. All rights reserved.