File
Doc
Category
Size
Date
Package
TorrentAttributePluginImpl.java
API Doc
Azureus 3.0.3.4
1364
Thu Jan 11 10:15:18 GMT 2007
org.gudy.azureus2.pluginsimpl.local.torrent
TorrentAttributePluginImpl
java.lang.Object
BaseTorrentAttributeImpl
public class TorrentAttributePluginImpl extends BaseTorrentAttributeImpl
author
parg
Fields Summary
private String
name
Constructors Summary
protected TorrentAttributePluginImpl
(
String
_name)
this.name = _name;
Methods Summary
public
java.lang.String
[]
getDefinedValues
()
throw new RuntimeException("not supported");
public
java.lang.String
getName
()
return this.name;
Java Code Source