FileDocCategorySizeDatePackage
TorrentAttributePluginImpl.javaAPI DocAzureus 3.0.3.41364Thu Jan 11 10:15:18 GMT 2007org.gudy.azureus2.pluginsimpl.local.torrent

TorrentAttributePluginImpl

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.StringgetName()

		return this.name;