org.sape.carbon.core.config.node.file
Class FileLinkNodeConfigurationDocumentFactory

java.lang.Object
  |
  +--org.sape.carbon.core.config.node.file.AbstractFileConfigurationDocumentFactory
        |
        +--org.sape.carbon.core.config.node.file.FileLinkNodeConfigurationDocumentFactory
All Implemented Interfaces:
NodeFactory

public class FileLinkNodeConfigurationDocumentFactory
extends AbstractFileConfigurationDocumentFactory

This configuration interface provides configurations for document links. Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.4 $($Author: dvoet $ / $Date: 2003/05/05 21:21:19 $)
Author:
Douglas Voet, April 2002

Field Summary
 
Fields inherited from class org.sape.carbon.core.config.node.file.AbstractFileConfigurationDocumentFactory
 
Constructor Summary
FileLinkNodeConfigurationDocumentFactory()
           
 
Method Summary
protected  String getFileExtension()
          Gets the file extension for the node being created by the factory.
 
Methods inherited from class org.sape.carbon.core.config.node.file.AbstractFileConfigurationDocumentFactory
getConfigurationFormatService, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLinkNodeConfigurationDocumentFactory

public FileLinkNodeConfigurationDocumentFactory()
Method Detail

getFileExtension

protected String getFileExtension()
Description copied from class: AbstractFileConfigurationDocumentFactory
Gets the file 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 AbstractFileConfigurationDocumentFactory
Returns:
String the file extension starting with a '.'
See Also:
AbstractFileConfigurationDocumentFactory.getFileExtension()


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.