Esempio n. 1
0
 public List<String> getSourcePaths() {
   assertCanRead();
   return new ArrayList<String>(SModuleOperations.getAllSourcePaths(this));
 }