public class MusicBrainzExtractor extends AbstractMusicBrainzExtractor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MBID_PATTERN |
ARTIST_ALIAS_SI, ARTIST_ALIAS_TYPE_SI, ARTIST_SI, ARTIST_TYPE_SI, DATE_SI, LANG, MBID_SI, RELEASE_DATE_SI, RELEASE_SI, RELEASE_TYPE_SI, SIPREFIX, TAG_SI, TRACK_DURATION_SI, TRACK_SI, USE_EXISTING_TOPICS| Constructor and Description |
|---|
MusicBrainzExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Wandora wandora,
Context context)
Runs the tool.
|
java.lang.String |
getDescription()
AdminToolManager views tool descriptions while user browses available
tools and build user customizable GUI elements such as Tools menu.
|
java.lang.String |
getName()
Tools name represent the tool in UI unless the tool has been given
explicitly another GUI name.
|
boolean |
isConfigurable()
Whether this tool is configurable.
|
void |
makeArtistQuery(MusicBrainzExtractorSelector selector,
TopicMap tm) |
void |
makeReleasesQuery(MusicBrainzExtractorSelector selector,
TopicMap tm) |
void |
makeTracksQuery(MusicBrainzExtractorSelector selector,
TopicMap tm) |
private void |
takeNap() |
private void |
takeNap(int napTime) |
createAssociation, createAssociation, createSchemaTopic, getArtistTopic, getArtistTypeTopic, getIcon, getOrCreateTopic, getOrCreateTopic, getReleaseTopic, getReleaseTypeTopic, getTagTypeTopic, getTrackTopic, getTrackTypeTopic, getType, getWandoraClassTopic, makeMBID, makeSubclassOfaddUndoMarker, addUndoMarker, allowMultipleInvocations, clearAllThreads, clearThreads, clearThreads, clearToolLock, clearToolLock, clearToolLocks, configure, execute, execute, forceStop, forceStop, getContext, getCurrentLogger, getDefaultLogger, getHistory, getLastLogger, getState, getThreads, getThreads, getToolMenuItem, getToolMenuItem, getTopicName, hlog, initialize, interruptAllThreads, interruptThreads, interruptThreads, isRunning, isRunning, lockLog, log, log, log, log, requiresRefresh, run, runInOwnThread, setContext, setDefaultLogger, setLogTitle, setProgress, setProgressMax, setState, setToolLogger, singleLog, singleLog, singleLog, solveContextTopicMap, solveNameForTopicMap, writeOptionspublic static final java.lang.String MBID_PATTERN
public java.lang.String getName()
AbstractWandoraToolgetName in interface WandoraToolgetName in class AbstractWandoraToolpublic java.lang.String getDescription()
AbstractWandoraToolgetDescription in interface WandoraToolgetDescription in class AbstractWandoraToolpublic boolean isConfigurable()
AbstractWandoraToolisConfigurable in interface WandoraToolisConfigurable in class AbstractWandoraToolpublic void execute(Wandora wandora, Context context)
WandoraToolpublic void makeArtistQuery(MusicBrainzExtractorSelector selector, TopicMap tm)
public void makeReleasesQuery(MusicBrainzExtractorSelector selector, TopicMap tm)
public void makeTracksQuery(MusicBrainzExtractorSelector selector, TopicMap tm)
private void takeNap()
private void takeNap(int napTime)
Copyright 2004-2015 Wandora Team