com.intellij.openapi.roots.libraries.Library

In 944 there is a reference to
com.intellij.openapi.roots.libraries.Library in the LibraryOrderEntry
class. This looks like the entry point I was looking for in order to
manipulate the list of libraries that the project has exposed to it.
Unfortunately .libraries. is not part of the open api jar.

-k

0
Avatar
Permanently deleted user

Kevin O'Neill wrote:

In 944 there is a reference to
com.intellij.openapi.roots.libraries.Library in the LibraryOrderEntry
class. This looks like the entry point I was looking for in order to
manipulate the list of libraries that the project has exposed to it.
Unfortunately .libraries. is not part of the open api jar.


Already fixed. See next build.

--
Dmitry Lomov
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0

请先登录再写评论。