Searched refs:getClassInstance (Results 1 – 2 of 2) sorted by relevance
189 mgr = (LogManager) getClassInstance(cname).newInstance();587 private static Class getClassInstance(String cname) throws ClassNotFoundException { in getClassInstance() method in LogManager946 Class<?> clz = getClassInstance(word); in loadLoggerHandlers()1257 getClassInstance(cname).newInstance(); in readConfiguration()1418 getClassInstance(word).newInstance(); in readConfiguration()1533 return (Filter) getClassInstance(val).newInstance(); in getFilterProperty()1556 return (Formatter) getClassInstance(val).newInstance(); in getFormatterProperty()
92 private static java.lang.Class getClassInstance(java.lang.String cname) in getClassInstance() method in LogManager