org.eclipse.xpand2.output
Class XmlBeautifier

java.lang.Object
  extended by org.eclipse.xpand2.output.XmlBeautifier
All Implemented Interfaces:
PostProcessor

public class XmlBeautifier
extends java.lang.Object
implements PostProcessor

*


Constructor Summary
XmlBeautifier()
           
 
Method Summary
 void afterClose(FileHandle impl)
          Called after the file has been written.
 void beforeWriteAndClose(FileHandle info)
          Called before the file will be written.
 boolean isXmlFile(java.lang.String absolutePath)
           
 void setFileExtensions(java.lang.String[] fileExtensions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBeautifier

public XmlBeautifier()
Method Detail

setFileExtensions

public void setFileExtensions(java.lang.String[] fileExtensions)

beforeWriteAndClose

public void beforeWriteAndClose(FileHandle info)
Description copied from interface: PostProcessor
Called before the file will be written.

Specified by:
beforeWriteAndClose in interface PostProcessor
Parameters:
info - A handle to the file that will be written

isXmlFile

public boolean isXmlFile(java.lang.String absolutePath)

afterClose

public void afterClose(FileHandle impl)
Description copied from interface: PostProcessor
Called after the file has been written.

Specified by:
afterClose in interface PostProcessor
Parameters:
impl - A handle to the file that has been written

Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.