|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pkg.client.Action
com.sun.pkg.client.LicenseAction
public final class LicenseAction
A LicenseAction
is a file action that represents a license file
within the image.
Method Summary | |
---|---|
java.lang.String |
getHash()
|
java.lang.String |
getName()
Obtain the name of the license. |
int |
getSize()
Return the size of the installed bits for this action. |
java.lang.String |
getText()
Obtain the license text. |
void |
setGzipFile(java.io.File f)
|
java.lang.String |
toString()
|
Methods inherited from class com.sun.pkg.client.Action |
---|
compareTo, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getHash()
public int getSize()
Action
getSize
in class Action
public java.lang.String getName()
public java.lang.String getText() throws java.io.IOException
java.io.IOException
public void setGzipFile(java.io.File f)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |