Package org.exolab.castor.util
Class ChangeLog2XML.Release
- java.lang.Object
-
- org.exolab.castor.util.ChangeLog2XML.Release
-
- Enclosing class:
- ChangeLog2XML
public static class ChangeLog2XML.Release extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Release()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(ChangeLog2XML.Entry entry)
ChangeLog2XML.Entry[]
getEntry()
java.lang.String
getVersion()
void
setVersion(java.lang.String version)
-
-
-
Method Detail
-
addEntry
public void addEntry(ChangeLog2XML.Entry entry)
-
getEntry
public ChangeLog2XML.Entry[] getEntry()
-
getVersion
public java.lang.String getVersion()
-
setVersion
public void setVersion(java.lang.String version)
-
-