|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.netbeans.api.java.platform.Specification
Specification of the Java SDK
| Constructor Summary | |
Specification(String name,
SpecificationVersion version)
Creates new SDK Specification |
|
Specification(String name,
SpecificationVersion version,
Profile[] profiles)
Creates new SDK Specification |
|
| Method Summary | |
boolean |
equals(Object other)
|
String |
getName()
Returns the name of the Java specification e.g. |
Profile[] |
getProfiles()
Returns profiles supported by the Java SDK |
SpecificationVersion |
getVersion()
Returns the version of the Java specification e.g 1.4 |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Specification(String name, SpecificationVersion version)
name - of the specification e.g J2SEversion - of the specification e.g. 1.4public Specification(String name, SpecificationVersion version, Profile[] profiles)
name - of the specification e.g J2SEversion - of the specification e.g. 1.4profiles - of the Java SDK| Method Detail |
public final String getName()
public final SpecificationVersion getVersion()
public final Profile[] getProfiles()
public int hashCode()
public boolean equals(Object other)
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||