public class Provider extends Object
MetaDataProvider by the
MetaDataProviderBuilder.| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final String RUN_AT_BUILD_POINT
The value of this constant is "runAtBuildPoint".
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.Copyright © 2006-2014. All Rights Reserved.