org.apache.tuscany.sca.cpp.tools.services
Class ComponentTypeFileHandler

java.lang.Object
  extended byorg.apache.tuscany.sca.cpp.tools.services.XMLFileActor
      extended byorg.apache.tuscany.sca.cpp.tools.services.ComponentTypeFileHandler
All Implemented Interfaces:
FileActor

public class ComponentTypeFileHandler
extends XMLFileActor

The purpose of this class is to specialise the map of XML element handlers for a XXX.componentType file that is used by the XMLFileActor


Field Summary
 
Fields inherited from class org.apache.tuscany.sca.cpp.tools.services.XMLFileActor
failed, handlers, parameters, transformerFactory
 
Constructor Summary
ComponentTypeFileHandler()
           
 
Method Summary
 void handleComponentTypeFile(java.io.File componentTypeXML, java.io.File target)
          This method just exists to add the default starting depth of 1 to the underlying actOnFile interface
 
Methods inherited from class org.apache.tuscany.sca.cpp.tools.services.XMLFileActor
actOnFile, createDomFromXMLFile, getFilesActedOn, getParameter, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTypeFileHandler

public ComponentTypeFileHandler()
Method Detail

handleComponentTypeFile

public void handleComponentTypeFile(java.io.File componentTypeXML,
                                    java.io.File target)
                             throws java.lang.Exception
This method just exists to add the default starting depth of 1 to the underlying actOnFile interface

Parameters:
componentTypeXML -
target -
Throws:
java.lang.Exception


Copyright 2005 The Apache Software Foundation and Copyright IBM Corp. 2005 All Rights Reserved