Searched defs:allowBlank (Results 1 - 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java538 private static String getReportProperty (final IProperties properties, final String type, final String key, final boolean allowBlank) argument
540 return getReportProperty (properties, type, key, allowBlank, null);
543 private static String getReportProperty (final IProperties properties, final String type, final String key, final boolean allowBlank, final String dflt) argument
550 if (! allowBlank && (result != null) && (result.trim ().length () == 0))
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 97 milliseconds