HomeSort by relevance Sort by last modified time
    Searched defs:FACTORY_PROPERTY (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 76 public static final String FACTORY_PROPERTY =
444 "[LOOKUP] Looking for system property [" + FACTORY_PROPERTY
449 String factoryClass = System.getProperty(FACTORY_PROPERTY);
454 + "' as specified by system property " + FACTORY_PROPERTY);
461 "[LOOKUP] No system property [" + FACTORY_PROPERTY
562 + FACTORY_PROPERTY
565 String factoryClass = props.getProperty(FACTORY_PROPERTY);
    [all...]
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 

Completed in 64 milliseconds