Searched refs:getJavaInfo (Results 1 – 2 of 2) sorted by relevance
735 const boost::optional<CNodeJavaInfo> & NodeJava::getJavaInfo() const in getJavaInfo() function in jfw::NodeJava1193 if (user.getJavaInfo()) in merge()1194 m_javaInfo = * user.getJavaInfo(); in merge()1195 else if (share.getJavaInfo()) in merge()1196 m_javaInfo = * share.getJavaInfo(); in merge()
277 const boost::optional<CNodeJavaInfo> & getJavaInfo() const;
Completed in 10 milliseconds