Package org.exolab.castor.util
Class ChangeLog2XML
- java.lang.Object
-
- org.exolab.castor.util.ChangeLog2XML
-
public class ChangeLog2XML extends java.lang.ObjectA simple command line utility that parses Castor's change log file and outputs the file in an XML format, a Castor mapping file may be used to change the XML format that is output. Actually I haven't enabled any command line options yet, so the mapping file can't be specified at the moment.- Version:
- $Revision: 8034 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- kvisco
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChangeLog2XML.Changelogstatic classChangeLog2XML.Entrystatic classChangeLog2XML.Release
-
Constructor Summary
Constructors Constructor Description ChangeLog2XML()Creates a new instance of ChangeLog2XML
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidsetInternalContext(InternalContext internalContext)To set theAbstractInternalContextinto the ChangeLog2XML instance.
-
-
-
Method Detail
-
setInternalContext
public void setInternalContext(InternalContext internalContext)
To set theAbstractInternalContextinto the ChangeLog2XML instance.- Parameters:
internalContext- the context to set
-
main
public static void main(java.lang.String[] args)
-
-