|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pepper.platform.program.PackageInfo
public class PackageInfo
Object to encapsulate Package information Copyright (c) 2003-2005 Pepper Computer, Inc. All Rights Reserved. PEPPER PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
Constructor Summary | |
---|---|
PackageInfo(org.jdom.Element el)
Constructor |
Method Summary | |
---|---|
String |
getDescription()
Get the description of the package as defined in the ppld file |
List |
getMimeTypes()
Get the mimeTypes supported by the application |
String |
getName()
Get the name of the package |
String |
getPackageId()
Get the packageId |
String |
getPPLDURL()
Get the url to the packages's ppld file |
String |
getThumbPath()
Get the relative path to thumbnail icon (data/thumbnails/Web-0/foo.png). |
String |
getType()
Get the type of the package as defined in the ppld file |
String[] |
makeParams()
Get a String[] suitable to use with LaunchPackage action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageInfo(org.jdom.Element el)
el
- The program element found in package.xmlMethod Detail |
---|
public String getDescription()
public List getMimeTypes()
public String getPackageId()
public String getPPLDURL()
public String getName()
public String getType()
public String getThumbPath()
public String[] makeParams()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |