Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何以编程方式为 Eclipse 中的现有项目设置项目引用?创建新项目时我知道该怎么做,但是一旦创建了项目,它就没有任何设置引用的方法。
IProjectDescription使用该方法从项目的IProject对象中获取getDescription()并调用该setReferencedProjects(IProject [])方法。还有一种getReferencedProjects()方法。
IProjectDescription
IProject
getDescription()
setReferencedProjects(IProject [])
getReferencedProjects()
更改后需要再次调用setDescription。IProject
setDescription