public abstract class AbstractElavaArkistoExtractor extends AbstractExtractor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELAVA_ARKISTO_ARTICLE_ID_TYPE_SI |
static java.lang.String |
ELAVA_ARKISTO_ARTICLE_PUBLISHED_TYPE_SI |
static java.lang.String |
ELAVA_ARKISTO_ARTICLE_TYPE_SI |
static java.lang.String |
ELAVA_ARKISTO_DATE_TYPE_SI |
static java.lang.String |
ELAVA_ARKISTO_MEDIA_TYPE_SI |
static java.lang.String |
ELAVA_ARKISTO_SERVICE_TYPE_SI |
static java.lang.String |
ELAVA_ARKISTO_SI |
static java.lang.String |
ELAVA_ARKISTO_TAG_ARTICLE_RELATION_TYPE_SI |
static java.lang.String |
ELAVA_ARKISTO_TAG_TYPE_SI |
static java.lang.String |
ELAVA_ARKISTO_TIME_TYPE_SI |
CUSTOM_EXTRACTOR, DONE_FAILED, DONE_MANY, DONE_ONE, EXACTLY_GIVEN_URLS, FILE_EXTRACTOR, FILE_PATTERN, GIVEN_URLS_AND_ALL_CRAWLED_DOCUMENTS, GIVEN_URLS_AND_CRAWLED_DOCUMENTS_IN_URL_DOMAIN, GIVEN_URLS_AND_LINKED_DOCUMENTS, GIVEN_URLS_AND_URL_BELOW, INFO_WAIT_WHILE_WORKING, LOG_TITLE, POINT_START_URL_TEXT, RAW_EXTRACTOR, SELECT_DIALOG_TITLE, STRING_EXTRACTOR_NOT_SUPPORTED_MESSAGE, URL_EXTRACTORCLOSE, EXECUTE, INVISIBLE, VISIBLE, WAITRETURN_ERROR, RETURN_INFO| Constructor and Description |
|---|
AbstractElavaArkistoExtractor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_extractTopicsFrom(java.io.File f,
TopicMap tm) |
boolean |
_extractTopicsFrom(java.net.URL u,
TopicMap tm) |
java.lang.String |
getDescription()
AdminToolManager views tool descriptions while user browses available
tools and build user customizable GUI elements such as Tools menu.
|
Topic |
getElavaArkistoArticleIdType(TopicMap tm) |
Topic |
getElavaArkistoArticleTopic(java.lang.String aid,
java.lang.String url,
TopicMap tm) |
Topic |
getElavaArkistoArticleType(TopicMap tm) |
Topic |
getElavaArkistoDateTopic(java.lang.String date,
TopicMap tm) |
Topic |
getElavaArkistoDateType(TopicMap tm) |
Topic |
getElavaArkistoMediaTopic(java.lang.String mid,
TopicMap tm) |
Topic |
getElavaArkistoMediaType(TopicMap tm) |
Topic |
getElavaArkistoServiceTopic(java.lang.String id,
TopicMap tm) |
Topic |
getElavaArkistoServiceType(TopicMap tm) |
Topic |
getElavaArkistoTagArticleRelationTopic(java.lang.String rel,
TopicMap tm) |
Topic |
getElavaArkistoTagArticleRelationType(TopicMap tm) |
Topic |
getElavaArkistoTagTopic(java.lang.String kid,
java.lang.String label,
TopicMap tm) |
Topic |
getElavaArkistoTagType(TopicMap tm) |
Topic |
getElavaArkistoTimeTopic(java.lang.String time,
TopicMap tm) |
Topic |
getElavaArkistoTimeType(TopicMap tm) |
Topic |
getElavaArkistoType(TopicMap tm) |
javax.swing.Icon |
getIcon()
All tools may have identifying graphic icon used within tool GUI elements.
|
java.lang.String |
getName()
Tools name represent the tool in UI unless the tool has been given
explicitly another GUI name.
|
Topic |
getWandoraType(TopicMap tm) |
protected boolean |
isValidData(java.lang.String d) |
protected java.lang.String |
stringify(java.lang.Object o) |
_extractTopicsFrom, acceptBrowserExtractRequest, addCrawlerUrl, browserExtractorConsumesPlainText, buildSI, buildSL, clearMasterSubject, createAssociation, createAssociation, createTopic, createTopic, createTopic, createTopic, createTopic, createTopic, createTopic, croppedFilename, croppedFilename, croppedUrlString, croppedUrlString, doBrowserExtract, dropExtract, dropExtract, dropExtract, execute, extractTopicsFrom, extractTopicsFrom, extractTopicsFrom, extractTopicsFrom, extractTopicsFromText, getBrowserExtractorName, getContentTypes, getCrawlerMode, getExtractorType, getForceContent, getForceFiles, getForceUrls, getGUIText, getGUIText, getInterruptsHandled, getMasterSubject, getType, getWandora, handle, handleContent, handleCustomType, handleFiles, handleForcedContent, handleInterrupt, handleStringContent, handleUrls, initializeCustomType, instantDropHandle, makeSubclassOfWandoraClass, runInOwnThread, setData, setDisplayName, setForceContent, setForceFiles, setForceUrls, setMasterSubject, setMasterSubject, setTopicMap, setupCrawler, setWandora, takeNap, urlEncode, useTempTopicMap, useURLCrawleraddUndoMarker, 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, isConfigurable, isRunning, isRunning, lockLog, log, log, log, log, requiresRefresh, run, setContext, setDefaultLogger, setLogTitle, setProgress, setProgressMax, setState, setToolLogger, singleLog, singleLog, singleLog, solveContextTopicMap, solveNameForTopicMap, writeOptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, execute, execute, getContext, getToolMenuItem, hlog, initialize, isConfigurable, isRunning, log, log, log, log, requiresRefresh, setContext, setToolLogger, writeOptionsforceStop, getHistory, getState, lockLog, setLogTitle, setProgress, setProgressMax, setStatepublic static final java.lang.String ELAVA_ARKISTO_SI
public static final java.lang.String ELAVA_ARKISTO_ARTICLE_TYPE_SI
public static final java.lang.String ELAVA_ARKISTO_ARTICLE_ID_TYPE_SI
public static final java.lang.String ELAVA_ARKISTO_ARTICLE_PUBLISHED_TYPE_SI
public static final java.lang.String ELAVA_ARKISTO_SERVICE_TYPE_SI
public static final java.lang.String ELAVA_ARKISTO_TAG_TYPE_SI
public static final java.lang.String ELAVA_ARKISTO_TAG_ARTICLE_RELATION_TYPE_SI
public static final java.lang.String ELAVA_ARKISTO_MEDIA_TYPE_SI
public static final java.lang.String ELAVA_ARKISTO_DATE_TYPE_SI
public static final java.lang.String ELAVA_ARKISTO_TIME_TYPE_SI
public java.lang.String getName()
AbstractWandoraToolgetName in interface WandoraToolgetName in class AbstractExtractorpublic java.lang.String getDescription()
AbstractWandoraToolgetDescription in interface WandoraToolgetDescription in class AbstractExtractorpublic javax.swing.Icon getIcon()
AbstractWandoraToolgetIcon should return Icon object of
the tool.getIcon in interface WandoraToolgetIcon in class AbstractExtractorpublic boolean _extractTopicsFrom(java.io.File f,
TopicMap tm)
throws java.lang.Exception
_extractTopicsFrom in class AbstractExtractorjava.lang.Exceptionpublic boolean _extractTopicsFrom(java.net.URL u,
TopicMap tm)
throws java.lang.Exception
_extractTopicsFrom in class AbstractExtractorjava.lang.Exceptionpublic Topic getWandoraType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoArticleTopic(java.lang.String aid, java.lang.String url, TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoArticleType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoArticleIdType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoServiceTopic(java.lang.String id, TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoServiceType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoMediaType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoMediaTopic(java.lang.String mid, TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoTagType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoTagTopic(java.lang.String kid, java.lang.String label, TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoTagArticleRelationType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoTagArticleRelationTopic(java.lang.String rel, TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoDateType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoDateTopic(java.lang.String date, TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoTimeType(TopicMap tm) throws TopicMapException
TopicMapExceptionpublic Topic getElavaArkistoTimeTopic(java.lang.String time, TopicMap tm) throws TopicMapException
TopicMapExceptionprotected boolean isValidData(java.lang.String d)
protected java.lang.String stringify(java.lang.Object o)
Copyright 2004-2015 Wandora Team