|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeviceClasspath
This interface represents the classpath that is associated to one specific device. The classpath has a list of ILibrary and each ILibrary is associated to a set of APIs. Based on that is is possible to identify all apis thats are support on each device.
ILibrary,
API| Method Summary | |
|---|---|
void |
addEntry(ILibrary pathEntry)
Add a new deviceClasspath entry. |
IClasspathEntry[] |
asClasspathEntries()
Return the deviceClasspath as a set of Eclipse JDT deviceClasspath entries. |
File[] |
asFileArray()
Return the deviceClasspath as an array of the file entries in the deviceClasspath. |
URL[] |
asURLArray()
Return the deviceClasspath as an array of URL's. |
boolean |
equals(IDeviceClasspath deviceClasspath)
Test the equality of this class with another deviceClasspath. |
boolean |
equals(Object obj)
|
ILibrary[] |
getEntries()
Return the entries in the deviceClasspath. |
int |
hashCode()
|
void |
removeEntry(ILibrary library)
Remove the specified library from the deviceClasspath, if it is in the deviceClasspath. |
String |
toString()
Converts the deviceClasspath to a deviceClasspath string with platform-dependent path separator characters. |
| Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable |
|---|
loadUsing, storeUsing |
| Method Detail |
|---|
void addEntry(ILibrary pathEntry)
pathEntry - IClasspathEntry[] asClasspathEntries()
File[] asFileArray()
URL[] asURLArray()
boolean equals(IDeviceClasspath deviceClasspath)
deviceClasspath -
boolean equals(Object obj)
equals in class ObjectILibrary[] getEntries()
int hashCode()
hashCode in class Objectvoid removeEntry(ILibrary library)
library - String toString()
Converts the deviceClasspath to a deviceClasspath string with platform-dependent path separator characters.
toString in class ObjectObject.toString()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||