public class InstrumentParserV1 extends InstrumentParser
Constructor and Description |
---|
InstrumentParserV1() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGammeName() |
java.lang.String |
getInstrumentDescriptionUrl() |
java.lang.String |
getName() |
java.lang.String |
getPatchstream() |
java.lang.String |
getPicture() |
java.util.ArrayList<RegisterLinkDef> |
getRegisterLinks() |
void |
lineParsed(java.lang.String key,
java.lang.String value,
int line) |
public void lineParsed(java.lang.String key, java.lang.String value, int line) throws java.lang.Exception
lineParsed
in interface LineParser
lineParsed
in class InstrumentParser
java.lang.Exception
public java.lang.String getName()
getName
in class InstrumentParser
public java.lang.String getPatchstream()
getPatchstream
in class InstrumentParser
public java.lang.String getPicture()
getPicture
in class InstrumentParser
public java.lang.String getGammeName()
getGammeName
in class InstrumentParser
public java.lang.String getInstrumentDescriptionUrl()
getInstrumentDescriptionUrl
in class InstrumentParser
public java.util.ArrayList<RegisterLinkDef> getRegisterLinks()