|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.ci.config.maven.MavenConfig
public final class MavenConfig
Provides access to information of a Maven POM.
Constructor Summary | |
---|---|
MavenConfig(MavenSettings settings, MavenPom pom) Default constructor. |
Method Summary | |
---|---|
MavenPom |
getPom() Returns the information provided by the Maven project's pom. |
MavenSettings |
getSettings() Returns the information provided by the settings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MavenConfig(MavenSettings settings, MavenPom pom) throws de.smartics.util.lang.NullArgumentException
settings
- the information provided by the
settings
.
pom
- the information provided by the Maven project's
pom
.
de.smartics.util.lang.NullArgumentException
- if either
settings
or
pom
is
null
.
Method Detail |
---|
public MavenSettings getSettings()
settings. xml
.
settings
.
public MavenPom getPom()
pom. xml
.
pom
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |