|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.plugin.buildmetadata.data.Provider
public class Provider
Configuration instance to create instances of MetaDataProvider
by the MetaDataProviderBuilder
.
Field Summary | |
---|---|
static String |
RUN_AT_BUILD_POINT The name of the property to indicate that a provider is to be run with the build point mojo. |
Constructor Summary | |
---|---|
Provider() |
Method Summary | |
---|---|
Map<String,String> |
getProperties() Returns the value for properties. |
String |
getType() Returns the class to instantiate. |
boolean |
isRunAtEndOfBuild() Checks if the provider is configured to be run at the end of the build. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RUN_AT_BUILD_POINT
The value of this constant is "runAtBuildPoint".
"runAtBuildPoint"
Constructor Detail |
---|
public Provider()
Method Detail |
---|
public final String getType()
public final Map<String,String> getProperties()
Properties to set.
public final boolean isRunAtEndOfBuild()
true
if the provider runs at the end of the build,
false
if it runs at the start.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |