Subversion Repository Public Repository

litesoft

Diff Revisions 320 vs 360 for /trunk/Java/ScarPlus/src/com/esotericsoftware/filesystem/Paths.java

Diff revisions: vs.
  @@ -54,6 +54,11 @@
54 54 return mPaths.collectPaths( new ArrayList<FilePath>() );
55 55 }
56 56
57 + public RootedPaths[] getRootedPaths()
58 + {
59 + return mPaths.getRootedPaths();
60 + }
61 +
57 62 public void add( FilePath pFilePath )
58 63 {
59 64 mPaths.add( pFilePath );