| java.lang.Object org.netbeans.modules.vmd.midp.java.MidpJavaSupport
MidpJavaSupport | final public class MidpJavaSupport implements Runnable,PropertyChangeListener(Code) | | Utility class for checking whether given typeID is in classpath of current project
author: Anton Chechel |
checkValidity | public static boolean checkValidity(DesignDocument document, TypeID typeID)(Code) | | Checks whether given typeID is in classpath of current project
Parameters: document - container of gived typeID Parameters: typeID - to be checked isValid |
checkValidity | public static boolean checkValidity(DesignDocument document, String fqName)(Code) | | Checks whether given fqName is in classpath of current project
Parameters: document - container with given classpath context Parameters: fqName - to be checked isValid |
getCache | public static synchronized MidpJavaSupport getCache(DesignDocument document)(Code) | | instance of JavaClassNameResolver for given DesignDocument, creates itif doesn't exist |
updateCacheInternally | void updateCacheInternally()(Code) | | |
|
|