org.herac.tuxguitar.io.tg
Class TGPluginListImpl

java.lang.Object
  extended by TGPluginList
      extended by org.herac.tuxguitar.io.tg.TGPluginListImpl

public class TGPluginListImpl
extends TGPluginList


Constructor Summary
TGPluginListImpl()
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
protected  java.util.List getPlugins()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGPluginListImpl

public TGPluginListImpl()
Method Detail

getPlugins

protected java.util.List getPlugins()

getAuthor

public java.lang.String getAuthor()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getVersion

public java.lang.String getVersion()