robot.s2robot-lasta.1.0.0-beta1.source-code.s2robot.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s2robot-lasta Show documentation
Show all versions of s2robot-lasta Show documentation
This is LastaFlute support.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components namespace="s2robot"> <include path="s2robot/container.xml"/> <include path="s2robot/client.xml"/> <include path="s2robot/rule.xml"/> <include path="s2robot/filter.xml"/> <include path="s2robot/interval.xml"/> <include path="s2robot/extractor.xml"/> <include path="s2robot/mimetype.xml"/> <include path="s2robot/encoding.xml"/> <include path="s2robot/urlconverter.xml"/> <include path="s2robot/log.xml"/> <include path="s2robot/sitemaps.xml"/> <!-- S2Robot --> <component name="s2Robot" class="org.codelibs.robot.S2Robot" instance="prototype" > </component> <!-- Robot Thread --> <component name="robotThread" class="org.codelibs.robot.S2RobotThread" instance="prototype" > </component> <!-- Entity --> <component name="accessResult" class="org.codelibs.robot.entity.AccessResultImpl" instance="prototype" > </component> <component name="urlQueue" class="org.codelibs.robot.entity.UrlQueueImpl" instance="prototype" > </component> <!-- Service --> <component name="urlQueueService" class="org.codelibs.robot.service.impl.UrlQueueServiceImpl" instance="prototype" > </component> <component name="dataService" class="org.codelibs.robot.service.impl.DataServiceImpl" instance="prototype" > </component> <component name="urlFilterService" class="org.codelibs.robot.service.impl.UrlFilterServiceImpl" instance="prototype" > </component> <!-- Helper --> <component name="dataHelper" class="org.codelibs.robot.helper.MemoryDataHelper" instance="singleton" > </component> </components>