|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.pomtools.helpers.APIWorkaroundHelper
public final class APIWorkaroundHelper
This class is a hack to temporarily access private members of maven classes. I plan to submit patches to maven for exposing the items that this class is accessing. Do not use these methods!
Method Summary | |
---|---|
static void |
clearBuilderCache(org.apache.maven.project.MavenProjectBuilder builder)
This is a temporary hack to get model plugin working without depending on changes to other components. |
static java.util.List |
getNodeLineage(org.apache.maven.artifact.resolver.ResolutionNode node)
Similar to ResolutionNode.getDependencyTrail() except
it returns a list of ResolutionNodes rathen than their keys. |
static org.apache.maven.artifact.resolver.ResolutionNode |
getParent(org.apache.maven.artifact.resolver.ResolutionNode node)
This is a temporary hack to get model plugin working without depending on changes to other components. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void clearBuilderCache(org.apache.maven.project.MavenProjectBuilder builder)
public static org.apache.maven.artifact.resolver.ResolutionNode getParent(org.apache.maven.artifact.resolver.ResolutionNode node)
public static java.util.List getNodeLineage(org.apache.maven.artifact.resolver.ResolutionNode node)
ResolutionNode.getDependencyTrail()
except
it returns a list of ResolutionNodes rathen than their keys.
node
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |