|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecteclipseme.core.model.impl.MetaData
This class holds the metadata for the midlet suite project.
Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.
| Constructor Summary | |
MetaData(MidletSuiteProject p)
Construct a new metadata object for the midlet suite project. |
|
| Method Summary | |
java.lang.String |
getPlatformDefinitionIdentifier()
|
java.lang.String |
getPlatformDefinitionName()
Deprecated. use getPlatformDefinitionIdentifier instead |
ISignatureProperties |
getSignatureProperties()
|
Version |
getVersion()
|
void |
saveMetaData()
Attempt to save the metadata. |
void |
saveMetaDataToFile(java.io.File storeFile)
Save the metadata to the storage file. |
void |
setSignatureProperties(ISignatureProperties p)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MetaData(MidletSuiteProject p)
| Method Detail |
public void saveMetaData()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public void saveMetaDataToFile(java.io.File storeFile)
throws org.eclipse.core.runtime.CoreException
storeFile -
org.eclipse.core.runtime.CoreException
public java.lang.String getPlatformDefinitionName()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic java.lang.String getPlatformDefinitionIdentifier()
public ISignatureProperties getSignatureProperties()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic Version getVersion()
public void setSignatureProperties(ISignatureProperties p)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||