net.myvietnam.mvncore.configuration

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 » Forum » mvnforum 1.1 » net.myvietnam.mvncore.configuration 
net.myvietnam.mvncore.configuration
Java Source File NameTypeComment
AbstractConfiguration.javaClass Abstract configuration class.
BaseConfiguration.javaClass Basic configuration classe.
BaseConfigurationXMLReader.javaClass

A specialized SAX2 XML parser that processes configuration objects.

This class mimics to be a SAX compliant XML parser.

BasePathConfiguration.javaClass This is exactly the same as the BaseConfiguration but the backing store is based on a path (e.g.
BasePathLoader.javaInterface

Definition of an interface for objects that load configuration data from a URL.

The interface defines methods for getting and setting a base path.

BasePropertiesConfiguration.javaClass loads the configuration from a properties file.
ClassPropertiesConfiguration.javaClass Loads the configuration from the classpath utilizing a specified class to get the classloader from.
CompositeConfiguration.javaClass This Configuration class allows you to add multiple different types of Configuration to this CompositeConfiguration.
Configuration.javaInterface Configuration interface.
ConfigurationConverter.javaClass Configuration converter.
ConfigurationFactory.javaClass Factory class to create a CompositeConfiguration from a .xml file using Digester.
ConfigurationKey.javaClass

A simple class that supports creation of and iteration on complex configuration keys.

For key creation the class works similar to a StringBuffer: There are several appendXXXX() methods with which single parts of a key can be constructed.

ConfigurationUtils.javaClass Miscellaneous utility methods for configurations.
ConfigurationXMLDocument.javaClass

A helper class that supports XML-like processing for configuration objects.

This class provides a set of methods that all have something to do with treating a Configuration object as a XML document.

ConfigurationXMLReader.javaClass

A base class for "faked" XMLReader classes that transform a configuration object in a set of SAX parsing events.

This class provides dummy implementations for most of the methods defined in the XMLReader interface that are not used for this special purpose.

DOM4JConfiguration.javaClass Reads a XML configuration file. To retrieve the value of an attribute of an element, use X.Y.Z[@attribute].
HierarchicalConfiguration.javaClass

A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.

There are some sources of configuration data that cannot be stored very well in a BaseConfiguration object because then their structure is lost.

HierarchicalConfigurationConverter.javaClass

A base class for converters that transform a normal configuration object into a hierarchical configuration.

This class provides a default mechanism for iterating over the keys in a configuration and to throw corresponding element start and end events.

HierarchicalConfigurationXMLReader.javaClass

A specialized SAX2 XML parser that "parses" hierarchical configuration objects.

This class mimics to be a SAX conform XML parser.

HierarchicalDOM4JConfiguration.javaClass

A specialized hierarchical configuration class that is able to parse XML documents using DOM4J.

The parsed document will be stored keeping its structure.

JNDIConfiguration.javaClass This Configuration class allows you to interface with a JNDI datasource.
PropertiesConfiguration.javaClass This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =". All given path references are either absolute or relative to the file name supplied in the Constructor.

In this class, empty PropertyConfigurations can be built, properties added and later saved.

XMLConfiguration.javaClass Base class for reading an XML configuration file.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.