Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] From DependencyArtifacts to IU

Hi 

From a mojo of my own, I'm using the TargetPlatformResolver successfully to resolve some stuffs (using the resolveDependencies method). Now I need to do some post processing on the IUs that are part of the result. I'm currently accessing those by doing ArtifactDescriptor#getInstallableUnits()  but I find the usage of reflection to get access to the IInstallableUnit methods to be rather annoying. Do you know a way to have access to the IIU class?  I'm sure I'm missing something but can't quite see what :)

Thx

Pascal

Back to the top