MCPcopy Create free account
hub / github.com/apache/ant / loadProperties

Method loadProperties

src/main/org/apache/tools/ant/taskdefs/Property.java:610–619  ·  view source on GitHub ↗

Loads the properties defined in the InputStream into the given property. On Java5+ it supports reading from XML based property definition. @param props The property object to load into @param is The input stream from where to load @param isXml true if we should try to load from xml @

(
                                Properties props, InputStream is, boolean isXml)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

loadUrlMethod · 0.95
loadFileMethod · 0.95
loadResourceMethod · 0.95

Calls 1

loadMethod · 0.65

Tested by

no test coverage detected