Package org.foray.fotree

Examples of org.foray.fotree.FObj.logWarning()


        // Check all unmatchedReferences to see if they have been matched yet.
        for (String key : this.unmatchedReferences.keySet()) {
            // If not, log a warning to the user.
            if (this.idMap.get(key) == null) {
                final FObj referringFO = this.unmatchedReferences.get(key);
                referringFO.logWarning("id \"" + key + "\" was referenced, "
                        + "but not found.");
            }
        }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.