|
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 ILibrary
Representation of the libraries that are provided by 3rd party vendors.
Each library will be composed by the following members:
VersionVisibility
| Method Summary | |
|---|---|
void |
addClasspathEntry(IClasspathEntry classpathEntry)
Appends the specified element to the end of the ClasspathEntry List. |
List<IClasspathEntry> |
getClasspathEntryList()
|
String |
getDescription()
|
String |
getIdentifier()
|
LicenceInfo |
getLicence()
|
String |
getName()
|
SecurityInfo |
getSecurity()
|
Version |
getVersion()
|
Visibility |
getVisibility()
|
void |
removeClasspathEntry(IClasspathEntry classpathEntry)
Removes the first occurrence in the LibraryItem List of the specified element. |
void |
setClasspathEntryList(List<IClasspathEntry> classpathEntryList)
|
void |
setDescription(String description)
|
void |
setIdentifier(String identifier)
|
void |
setName(String name)
|
void |
setVersion(Version version)
|
void |
setVisibility(Visibility visibility)
Sets the visibility for the library. |
| Method Detail |
|---|
void addClasspathEntry(IClasspathEntry classpathEntry)
classpathEntry - element to be appended to the ClasspathEntry List.List<IClasspathEntry> getClasspathEntryList()
String getDescription()
String getIdentifier()
LicenceInfo getLicence()
String getName()
SecurityInfo getSecurity()
Version getVersion()
Visibility getVisibility()
void removeClasspathEntry(IClasspathEntry classpathEntry)
classpathEntry - element to be removed from the LibraryItem List, if
present.void setClasspathEntryList(List<IClasspathEntry> classpathEntryList)
classpathEntryList - the classpathEntryList to setvoid setDescription(String description)
description - void setIdentifier(String identifier)
identifier - The identifier to set.void setName(String name)
name - The name to set.void setVersion(Version version)
version - The version to set.void setVisibility(Visibility visibility)
visibility -
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||