File
Doc
Category
Size
Date
Package
ShareResource.java
API Doc
Azureus 3.0.3.4
2027
Fri Dec 10 05:47:22 GMT 2004
org.gudy.azureus2.plugins.sharing
ShareResource
public interface ShareResource
author
parg
Fields Summary
public static final int
ST_FILE
public static final int
ST_DIR
public static final int
ST_DIR_CONTENTS
Constructors Summary
Methods Summary
public void
addChangeListener
(
ShareResourceListener
l)
public void
addDeletionListener
(
ShareResourceWillBeDeletedListener
l)
public
boolean
canBeDeleted
()
public void
delete
()
public
java.lang.String
getAttribute
(
org.gudy.azureus2.plugins.torrent.TorrentAttribute
attribute)
param
attribute
return
null if no value defined
public
org.gudy.azureus2.plugins.torrent.TorrentAttribute
[]
getAttributes
()
get the defined attributes for this resource
return
public
java.lang.String
getName
()
public
ShareResourceDirContents
getParent
()
public
int
getType
()
public void
removeChangeListener
(
ShareResourceListener
l)
public void
removeDeletionListener
(
ShareResourceWillBeDeletedListener
l)
public void
setAttribute
(
org.gudy.azureus2.plugins.torrent.TorrentAttribute
attribute,
java.lang.String
value)
Java Code Source