| java.lang.Object org.netbeans.modules.gsfpath.api.platform.Profile
Profile | public class Profile (Code) | | Represents profile installed in the Java SDK
|
Constructor Summary | |
public | Profile(String name, SpecificationVersion version) Creates new Profile
Parameters: name - of the profile, e.g. |
Profile | public Profile(String name, SpecificationVersion version)(Code) | | Creates new Profile
Parameters: name - of the profile, e.g. MIDP Parameters: version - of the profile, e.g. 1.0 |
getName | final public String getName()(Code) | | Returns the name of the profile
String |
getVersion | final public SpecificationVersion getVersion()(Code) | | Returns the version of the profile
String |
hashCode | public int hashCode()(Code) | | |
|
|