|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pkg.client.Manifest
public class Manifest
A Manifest
is a list of actions within a package.
Constructor Summary | |
---|---|
Manifest(Image img,
Fmri pi)
|
Method Summary | ||
---|---|---|
|
getActionsByType(java.lang.Class<T> actionClass)
Obtain the actions of a given type. |
|
java.lang.String |
getAttribute(java.lang.String name)
Returns a package attribute defined by a set action. |
|
int |
getPackageSize()
Returns the size of the package. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Manifest(Image img, Fmri pi) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public <T extends com.sun.pkg.client.Action> java.util.List<T> getActionsByType(java.lang.Class<T> actionClass)
actionClass
- - the desired type of operation
public java.lang.String getAttribute(java.lang.String name)
public int getPackageSize()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |