Uses of Class
org.eclipse.tycho.plugins.p2.BaselineReplace
-
Packages that use BaselineReplace Package Description org.eclipse.tycho.plugins.p2 -
-
Uses of BaselineReplace in org.eclipse.tycho.plugins.p2
Methods in org.eclipse.tycho.plugins.p2 that return BaselineReplace Modifier and Type Method Description static BaselineReplace
BaselineReplace. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaselineReplace[]
BaselineReplace. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.tycho.plugins.p2 with parameters of type BaselineReplace Modifier and Type Method Description Map<String,IP2Artifact>
BaselineValidator. validateAndReplace(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution, Map<String,IP2Artifact> reactorMetadata, List<Repository> baselineRepositories, BaselineMode baselineMode, BaselineReplace baselineReplace)
-