comparison dbus-d-javatests/jsrc/filetree/DataFileSystem.java @ 0:a5576806d36d

recreate repository without any libs for lightweight repository
author Frank Benoit <benoit@tionex.de>
date Sat, 20 Oct 2007 18:07:18 +0200
parents
children 65fb7ef02c50
comparison
equal deleted inserted replaced
-1:000000000000 0:a5576806d36d
1 package filetree;
2
3 import java.util.List;
4
5 import org.freedesktop.dbus.DBusInterface;
6
7 public interface DataFileSystem extends DBusInterface{
8 public DataItem[] getRoots();
9 }