org.sape.carbon.services.config.classloader
Class ClassloaderLinkNodeConfigurationDocumentFactory
java.lang.Object
|
+--org.sape.carbon.services.config.classloader.AbstractClassloaderConfigurationDocumentFactory
|
+--org.sape.carbon.services.config.classloader.ClassloaderLinkNodeConfigurationDocumentFactory
- All Implemented Interfaces:
- NodeFactory
- public class ClassloaderLinkNodeConfigurationDocumentFactory
- extends AbstractClassloaderConfigurationDocumentFactory
Factory for creating config doc nodes that contain link node configurations
Copyright 2003 Sapient
- Since:
- carbon 2.0
- Version:
- $Revision: 1.3 $($Author: dvoet $ / $Date: 2003/05/05 21:21:09 $)
- Author:
- Greg Hinkle, April 2003
Method Summary |
protected String |
getFileExtension()
Gets the extension for the node being created by the factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassloaderLinkNodeConfigurationDocumentFactory
public ClassloaderLinkNodeConfigurationDocumentFactory()
getFileExtension
protected String getFileExtension()
- Description copied from class:
AbstractClassloaderConfigurationDocumentFactory
- Gets the extension for the node being created by the factory.
The extension is used to identify the type of node contained
within the document (ConfigurationDocument or LinkNode at this time).
- Specified by:
getFileExtension
in class AbstractClassloaderConfigurationDocumentFactory
- Returns:
- FileNodeFilter.LINK_NODE_EXTENSION
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.