|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dna.maven.spi.AbstractMavenUrlProvider
public abstract class AbstractMavenUrlProvider
Constructor Summary | |
---|---|
AbstractMavenUrlProvider()
|
Method Summary | |
---|---|
void |
configure(java.util.Properties properties)
Configure this provider given the configuration properties. |
java.util.Properties |
getProperties()
Get the properties for this provider. |
void |
setProperties(java.util.Properties properties)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.dna.maven.spi.MavenUrlProvider |
---|
getUrl |
Constructor Detail |
---|
public AbstractMavenUrlProvider()
Method Detail |
---|
public void configure(java.util.Properties properties)
MavenRepository
that instantiates this provider, and only once immediately after instantiation and before any calls
to MavenUrlProvider.getUrl(MavenId, ArtifactType, SignatureType, boolean)
.
configure
in interface MavenUrlProvider
properties
- the configuration propertiespublic java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
properties
- Sets properties to the specified value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |