Exemplo n.º 1
0
 @Input
 public List<String> getRtlExcludedPathRegexps() {
   return GradleUtil.toStringList(_rtlExcludedPathRegexps);
 }
Exemplo n.º 2
0
 public List<String> getSrcIncludes() {
   return GradleUtil.toStringList(_srcIncludes);
 }
Exemplo n.º 3
0
 public List<String> getDirNames() {
   return GradleUtil.toStringList(_dirNames);
 }