コード例 #1
0
ファイル: Preprocessor.java プロジェクト: pabranch/plantuml
 public Set<FileWithSuffix> getFilesUsed() {
   return Collections.unmodifiableSet(rawSource.getFilesUsedGlobal());
 }