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