{@link IPkgDesc} keeps information on individual SDK packages(both local or remote packages definitions.) Packages have different attributes depending on their type.
To create a new {@link IPkgDesc}, use one of the package-specific constructors provided by {@code PkgDesc.newXxx()}.
To query packages capabilities, rely on {@link #getType()} and the {@code IPkgDesc.hasXxx()}methods provided by {@link IPkgDesc}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.