Java Doc for ModuleType.java in  » Web-Crawler » heritrix » org » archive » crawler » settings » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Crawler » heritrix » org.archive.crawler.settings 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.archive.crawler.settings.Type
   org.archive.crawler.settings.ComplexType
      org.archive.crawler.settings.ModuleType

All known Subclasses:   org.archive.crawler.framework.AbstractTracker,  org.archive.crawler.frontier.AdaptiveRevisitFrontier,  org.archive.crawler.deciderules.DecideRule,  org.archive.crawler.datamodel.credential.Credential,  org.archive.crawler.framework.Filter,  org.archive.crawler.url.canonicalize.BaseRule,  org.archive.crawler.datamodel.CrawlOrder,  org.archive.crawler.datamodel.RobotsHonoringPolicy,  org.archive.crawler.datamodel.CredentialStore,  org.archive.crawler.framework.Processor,  org.archive.crawler.frontier.AbstractFrontier,
ModuleType
public class ModuleType extends ComplexType (Code)
Superclass of all modules that should be configurable.
author:
   John Erik Halse



Constructor Summary
public  ModuleType(String name, String description)
     Creates a new ModuleType. This constructor is made to help implementors of subclasses.
public  ModuleType(String name)
    

Method Summary
public  TypeaddElement(CrawlerSettings settings, Type type)
    
protected  voidlistUsedFiles(List<String> list)
     Those Modules that use files on disk should list them all when this method is called.


Constructor Detail
ModuleType
public ModuleType(String name, String description)(Code)
Creates a new ModuleType. This constructor is made to help implementors of subclasses. It is an requirement that subclasses at the very least implements a constructor that takes only the name as an argument.
Parameters:
  name - the name of the module.
Parameters:
  description - the description of the module.



ModuleType
public ModuleType(String name)(Code)
Every subclass should implement this constructor
Parameters:
  name - of the module




Method Detail
addElement
public Type addElement(CrawlerSettings settings, Type type) throws InvalidAttributeValueException(Code)



listUsedFiles
protected void listUsedFiles(List<String> list)(Code)
Those Modules that use files on disk should list them all when this method is called.

Each file (as a string name with full path) should be added to the provided list.

Modules that do not use any files can safely ignore this method.
Parameters:
  list - The list to add files to.




Fields inherited from org.archive.crawler.settings.ComplexType
final protected List<Type> definition(Code)(Java Doc)
final protected Map<String, Type> definitionMap(Code)(Java Doc)

Methods inherited from org.archive.crawler.settings.ComplexType
public Type addElement(CrawlerSettings settings, Type type) throws InvalidAttributeValueException(Code)(Java Doc)
public Type addElementToDefinition(Type type)(Code)(Java Doc)
public FailedCheck checkValue(CrawlerSettings settings, String attributeName, Object value)(Code)(Java Doc)
FailedCheck checkValue(CrawlerSettings settings, String attributeName, Type definition, Object value)(Code)(Java Doc)
public void earlyInitialize(CrawlerSettings settings)(Code)(Java Doc)
public String getAbsoluteName()(Code)(Java Doc)
public Object getAttribute(String name) throws AttributeNotFoundException, MBeanException, ReflectionException(Code)(Java Doc)
public Object getAttribute(String name, CrawlURI uri) throws AttributeNotFoundException(Code)(Java Doc)
public Object getAttribute(Object context, String name) throws AttributeNotFoundException(Code)(Java Doc)
public MBeanAttributeInfo getAttributeInfo(CrawlerSettings settings, String name)(Code)(Java Doc)
public MBeanAttributeInfo getAttributeInfo(String name)(Code)(Java Doc)
public MBeanAttributeInfoIterator getAttributeInfoIterator(Object context)(Code)(Java Doc)
public AttributeList getAttributes(String[] name)(Code)(Java Doc)
protected DataContainer getDataContainerRecursive(Context context)(Code)(Java Doc)
protected DataContainer getDataContainerRecursive(Context context, String key) throws AttributeNotFoundException(Code)(Java Doc)
public Object getDefaultValue()(Code)(Java Doc)
Type getDefinition(String attributeName)(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public Type getElementFromDefinition(String name)(Code)(Java Doc)
public Object[] getLegalValues()(Code)(Java Doc)
public Object getLocalAttribute(CrawlerSettings settings, String name) throws AttributeNotFoundException(Code)(Java Doc)
public MBeanInfo getMBeanInfo()(Code)(Java Doc)
public MBeanInfo getMBeanInfo(Object context)(Code)(Java Doc)
public ComplexType getParent()(Code)(Java Doc)
protected String[] getPreservedFields()(Code)(Java Doc)
Context getSettingsFromObject(Object o, String attributeName)(Code)(Java Doc)
Context getSettingsFromObject(Object o)(Code)(Java Doc)
public SettingsHandler getSettingsHandler()(Code)(Java Doc)
public Object getUncheckedAttribute(Object context, String name)(Code)(Java Doc)
public Object getValue()(Code)(Java Doc)
public CrawlerSettings globalSettings()(Code)(Java Doc)
public Object invoke(String arg0, Object[] arg1, String[] arg2) throws MBeanException, ReflectionException(Code)(Java Doc)
public boolean isInitialized()(Code)(Java Doc)
public boolean isOverridden(CrawlerSettings settings, String name) throws AttributeNotFoundException(Code)(Java Doc)
public Iterator iterator(Object context)(Code)(Java Doc)
protected Type removeElementFromDefinition(String name)(Code)(Java Doc)
protected void setAsOrder(SettingsHandler settingsHandler) throws InvalidAttributeValueException(Code)(Java Doc)
final public synchronized void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException(Code)(Java Doc)
final public synchronized void setAttribute(CrawlerSettings settings, Attribute attribute) throws InvalidAttributeValueException, AttributeNotFoundException(Code)(Java Doc)
public AttributeList setAttributes(AttributeList attributes)(Code)(Java Doc)
public void setDescription(String string)(Code)(Java Doc)
protected void setPreservedFields(String[] preservedFields)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public Object unsetAttribute(CrawlerSettings settings, String name) throws AttributeNotFoundException(Code)(Java Doc)

Methods inherited from org.archive.crawler.settings.Type
public void addConstraint(Constraint constraint)(Code)(Java Doc)
public boolean equals(Object o)(Code)(Java Doc)
public List getConstraints()(Code)(Java Doc)
abstract Object getDefaultValue()(Code)(Java Doc)
abstract String getDescription()(Code)(Java Doc)
public Class getLegalValueType()(Code)(Java Doc)
abstract Object[] getLegalValues()(Code)(Java Doc)
public boolean isExpertSetting()(Code)(Java Doc)
public boolean isOverrideable()(Code)(Java Doc)
public boolean isTransient()(Code)(Java Doc)
public void setExpertSetting(boolean isExpertSetting)(Code)(Java Doc)
public void setLegalValueType(Class legalValueType)(Code)(Java Doc)
public void setOverrideable(boolean b)(Code)(Java Doc)
public void setTransient(boolean b)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.