Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project.midp
Interface IMIDPMetaData

All Superinterfaces:
IMetaData

public interface IMIDPMetaData
extends IMetaData

IMetaData implementation for storing MIDP related metadata.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

Field Summary
 
Fields inherited from interface org.eclipse.mtj.core.project. IMetaData
METADATA_FILE
 
Method Summary
  String getJadFileName ()
          Return the name that must be used on the project's jad file after deployment as specified in the project's metadata file.
 void setJadFileName ( String jadFileName)
          Set the name that must be used on the project's jad file after deployment
 
Methods inherited from interface org.eclipse.mtj.core.project. IMetaData
getRuntimeList, getSignatureProperties, getVersion, saveMetaData, setMTJRuntimeList, setSignatureProperties
 

Method Detail

setJadFileName

void setJadFileName(
String jadFileName)
Set the name that must be used on the project's jad file after deployment

Parameters:
jadFileName - the jad file name

getJadFileName


String getJadFileName()
Return the name that must be used on the project's jad file after deployment as specified in the project's metadata file.

Returns:
the deployable jad file name.

Mobile Tools for Java
Release 1.0


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire