How to read data from WebFacetConfigurationImpl?
I have located a WebFacet instance. How to read its configuration?
i.e. How to access WebFacetConfigurationImpl without reflection?
i.e. how to get, for example, exploded folder?
Please sign in to leave a comment.
Why do you need WebFacetConfigurationImpl?
webFacet.getBuildConfiguration().getBuildProperties().getExplodedPath()
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thank you!