org.openoffice.ide.eclipse.core.model.description
Class DescriptionModel
java.lang.Object
org.openoffice.ide.eclipse.core.model.description.DescriptionModel
public class DescriptionModel
- extends java.lang.Object
Class representing the description.xml file.
- Author:
- Cédric Bosdonnat
Method Summary |
java.util.ArrayList<java.util.Locale> |
getAllLocales()
|
void |
serialize(java.io.OutputStream pOut)
Serializes the data in XML to an output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mId
public java.lang.String mId
mVersion
public java.lang.String mVersion
mDisplayNames
public java.util.HashMap<java.util.Locale,java.lang.String> mDisplayNames
mMinOOo
public java.lang.String mMinOOo
mMaxOOo
public java.lang.String mMaxOOo
mPlatforms
public java.lang.String mPlatforms
mDefaultIcon
public java.lang.String mDefaultIcon
mHCIcon
public java.lang.String mHCIcon
mDescriptions
public java.util.HashMap<java.util.Locale,java.lang.String> mDescriptions
mReleaseNotes
public java.util.HashMap<java.util.Locale,java.lang.String> mReleaseNotes
mUpdateInfos
public java.util.ArrayList<java.lang.String> mUpdateInfos
mAcceptByUser
public boolean mAcceptByUser
mSuppressOnUpdate
public boolean mSuppressOnUpdate
mLicenses
public java.util.HashMap<java.util.Locale,java.lang.String> mLicenses
mPublisherInfos
public java.util.HashMap<java.util.Locale,PublisherInfos> mPublisherInfos
DescriptionModel
public DescriptionModel()
- Default constructor.
getAllLocales
public java.util.ArrayList<java.util.Locale> getAllLocales()
- Returns:
- all the locales defined in the different parts of the model.
serialize
public void serialize(java.io.OutputStream pOut)
- Serializes the data in XML to an output stream.
- Parameters:
pOut
- the output stream where to write the data