| java.lang.Object org.netbeans.modules.gsfpath.api.platform.Specification
Specification | final public class Specification (Code) | | Specification of the Java SDK
|
Constructor Summary | |
public | Specification(String name, SpecificationVersion version) Creates new SDK Specification
Parameters: name - of the specification e.g J2SE Parameters: version - of the specification e.g. | public | Specification(String name, SpecificationVersion version, Profile[] profiles) Creates new SDK Specification
Parameters: name - of the specification e.g J2SE Parameters: version - of the specification e.g. |
Specification | public Specification(String name, SpecificationVersion version)(Code) | | Creates new SDK Specification
Parameters: name - of the specification e.g J2SE Parameters: version - of the specification e.g. 1.4 |
Specification | public Specification(String name, SpecificationVersion version, Profile[] profiles)(Code) | | Creates new SDK Specification
Parameters: name - of the specification e.g J2SE Parameters: version - of the specification e.g. 1.4 Parameters: profiles - of the Java SDK |
getName | final public String getName()(Code) | | Returns the name of the Java specification e.g. J2SE
String |
getProfiles | final public Profile[] getProfiles()(Code) | | Returns profiles supported by the Java platform.
list of profiles, or null if not applicable |
getVersion | final public SpecificationVersion getVersion()(Code) | | Returns the version of the Java specification e.g 1.4
instance of SpecificationVersion |
hashCode | public int hashCode()(Code) | | |
|
|