View Javadoc
1
package
net.sf.flock
;
2
3
import
java.net.URL;
4
5
public
interface
SubscriptionInfoI
extends
FeedInfoI
{
6
7
public
URL getLocation();
8
9
public
String getPath();
10
11
}
This page was automatically generated by
Maven