|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pkg.client.LicenseAction
public class LicenseAction
A LicenseAction
is a file action that represents a license file
within the image.
Method Summary | |
---|---|
int |
compareTo(com.sun.pkg.client.Action a)
|
boolean |
equals(java.lang.Object a)
Determine if two Actions are the "same". |
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. |
int |
hashCode()
|
void |
setGzipFile(java.io.File f)
|
java.lang.String |
toString()
|
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()
public java.lang.String getName()
public java.lang.String getText() throws java.io.IOException
java.io.IOException
public void setGzipFile(java.io.File f)
public int compareTo(com.sun.pkg.client.Action a)
compareTo
in interface java.lang.Comparable<com.sun.pkg.client.Action>
public boolean equals(java.lang.Object a)
equals
in class java.lang.Object
a
- the Action to be compared
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |