Modifier and Type | Method and Description |
---|---|
Coordinate |
DependencyQuery.getCoordinate()
Return the
Coordinate pattern for this query. |
Coordinate |
Dependency.getCoordinate()
Get the
Coordinate for this Dependency |
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
Dependency.getExcludedCoordinates()
Returns the set of
Coordinate instances that are excluded from this Dependency child hierarchy. |
List<Coordinate> |
DependencyResolver.resolveVersions(DependencyQuery query)
Resolve the versions from a
Dependency object contained in the DependencyQuery object in ascending
order. |
Modifier and Type | Class and Description |
---|---|
class |
CoordinateBuilder |
Modifier and Type | Method and Description |
---|---|
Coordinate |
DependencyQueryBuilder.getCoordinate() |
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
DependencyBuilder.getExcludedCoordinates() |
Modifier and Type | Method and Description |
---|---|
DependencyBuilder |
DependencyBuilder.addExclusion(Coordinate coordinate) |
static DependencyQueryBuilder |
DependencyQueryBuilder.create(Coordinate coordinate) |
static CoordinateBuilder |
CoordinateBuilder.create(Coordinate c) |
DependencyBuilder |
DependencyBuilder.setCoordinate(Coordinate coordinate) |
Modifier and Type | Method and Description |
---|---|
DependencyBuilder |
DependencyBuilder.setExcludedCoordinates(List<Coordinate> coordinates) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DependencyNodeUtil.isForgeAddon(Coordinate coordinate)
Check if the
Dependency object is pointing to a Furnace Addon artifact |
Modifier and Type | Method and Description |
---|---|
static boolean |
Dependencies.areEquivalent(Coordinate l,
Coordinate r)
Compare the
Coordinate of each given Dependency for equivalence. |
Modifier and Type | Method and Description |
---|---|
Coordinate |
MetaModelProvider.getAptCoordinate()
The coordinate containing the APT processor class.
|
Coordinate |
PersistenceMetaModelFacet.getProcessorCoordinate()
The Coordinate of the annotation processor
|
Modifier and Type | Method and Description |
---|---|
Coordinate |
MavenDependencyAdapter.getCoordinate() |
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
MavenDependencyAdapter.getExcludedCoordinates() |
Modifier and Type | Method and Description |
---|---|
Coordinate |
MavenPluginImpl.getCoordinate() |
Coordinate |
MavenPluginBuilder.getCoordinate() |
Coordinate |
MavenPluginAdapter.getCoordinate() |
Coordinate |
MavenPlugin.getCoordinate()
Returns the
Coordinate represented by this plugin. |
Modifier and Type | Method and Description |
---|---|
void |
MavenPluginImpl.setCoordinate(Coordinate coordinate) |
MavenPluginBuilder |
MavenPluginBuilder.setCoordinate(Coordinate coordinate) |
Modifier and Type | Method and Description |
---|---|
MavenPlugin |
MavenPluginFacet.getEffectiveManagedPlugin(Coordinate coordinate)
Searches
Project and returns a managed plugin matching the given Coordinate at any level of the
project hierarchy; return null otherwise. |
MavenPlugin |
MavenPluginFacet.getEffectiveManagedPlugin(Coordinate coordinate,
Profile profile)
Searches
Project and returns a managed plugin matching the given Coordinate at any level of the
project hierarchy; return null otherwise. |
MavenPlugin |
MavenPluginFacet.getEffectivePlugin(Coordinate coordinate)
Attempt to locate a plugin given it's
Coordinate , if it exists anywhere in the Project plugin
hierarchy, and return it. |
MavenPlugin |
MavenPluginFacet.getEffectivePlugin(Coordinate coordinate,
Profile profile)
Attempt to locate a plugin given it's
Coordinate , if it exists anywhere in the Project plugin
hierarchy, and return it. |
MavenPlugin |
MavenPluginFacet.getManagedPlugin(Coordinate coordinate)
Attempt to locate a managed a plugin given it's
Coordinate , if it exists in the Project , and
return it. |
MavenPlugin |
MavenPluginFacet.getManagedPlugin(Coordinate coordinate,
Profile profile)
Attempt to locate a managed a plugin given it's
Coordinate , if it exists in the Project , and
return it. |
MavenPlugin |
MavenPluginFacet.getPlugin(Coordinate coordinate)
Attempt to locate a plugin given it's
Coordinate , if it exists in the Project direct dependency
list, and return it. |
MavenPlugin |
MavenPluginFacet.getPlugin(Coordinate coordinate,
Profile profile)
Attempt to locate a plugin given it's
Coordinate , if it exists in the Project direct dependency
list, and return it. |
boolean |
MavenPluginFacet.hasEffectiveManagedPlugin(Coordinate coordinate)
Return true if this
Project contains a managed plugin matching the given Coordinate at any level
of the project hierarchy; return false otherwise. |
boolean |
MavenPluginFacet.hasEffectiveManagedPlugin(Coordinate coordinate,
Profile profile)
Return true if this
Project contains a managed plugin matching the given Coordinate at any level
of the project hierarchy; return false otherwise. |
boolean |
MavenPluginFacet.hasEffectivePlugin(Coordinate coordinate)
Return true if the given
Coordinate exists anywhere in the project dependency hierarchy. |
boolean |
MavenPluginFacet.hasEffectivePlugin(Coordinate coordinate,
Profile profile)
Return true if the given
Coordinate exists anywhere in the project dependency hierarchy. |
boolean |
MavenPluginFacet.hasManagedPlugin(Coordinate coordinate)
Return true if this
Project contains a managed plugin matching the given Coordinate ; return false
otherwise. |
boolean |
MavenPluginFacet.hasManagedPlugin(Coordinate coordinate,
Profile profile)
Return true if this
Project contains a managed plugin matching the given Coordinate ; return false
otherwise. |
boolean |
MavenPluginFacet.hasPlugin(Coordinate coordinate)
Return true if this
Project contains a plugin matching the given Coordinate ; return false
otherwise. |
boolean |
MavenPluginFacet.hasPlugin(Coordinate coordinate,
Profile profile)
Return true if this
Project contains a plugin matching the given Coordinate ; return false
otherwise. |
void |
MavenPluginFacet.removeManagedPlugin(Coordinate coordinate)
Remove the given managed plugin given it's
Coordinate from this Project . |
void |
MavenPluginFacet.removeManagedPlugin(Coordinate coordinate,
Profile profile)
Remove the given managed plugin given it's
Coordinate from this Project . |
void |
MavenPluginFacet.removePlugin(Coordinate coordinate)
Remove the plugin given it's
Coordinate from this Project . |
void |
MavenPluginFacet.removePlugin(Coordinate coordinate,
Profile profile)
Remove the plugin given it's
Coordinate from this Project . |
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
DependencyFacet.resolveAvailableVersions(Dependency dep)
Given a
Dependency with a populated groupId, versionId, and version range, identify the available
Coordinate in all known repositories for this project. |
List<Coordinate> |
DependencyFacet.resolveAvailableVersions(DependencyQuery query)
Using the given
DependencyQuery , identify and resolve all matching Coordinate results in
configured DependencyRepository instances for this Project . |
List<Coordinate> |
DependencyFacet.resolveAvailableVersions(String gavs)
Given a groupid:versionid:version-range, identify and resolve all matching
Coordinate in all known
DependencyRepository instances for this Project . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.