Uses of Class
org.eclipse.tycho.plugins.p2.BaselineMode
-
Packages that use BaselineMode Package Description org.eclipse.tycho.plugins.p2 -
-
Uses of BaselineMode in org.eclipse.tycho.plugins.p2
Methods in org.eclipse.tycho.plugins.p2 that return BaselineMode Modifier and Type Method Description static BaselineMode
BaselineMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaselineMode[]
BaselineMode. 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 BaselineMode 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)
-