|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.priv.products.CRCEntry
public final class CRCEntry
| Field Summary | |
|---|---|
protected java.lang.String |
fArchiveName
Deprecated. |
protected java.lang.String |
fEntryName
Deprecated. |
protected int |
fType
Deprecated. |
static long |
serialVersionUID
Deprecated. |
static int |
TYPE_CLASSES_ENTRY
Deprecated. |
static int |
TYPE_FILE
Deprecated. |
static int |
TYPE_JAR_ENTRY
Deprecated. |
| Constructor Summary | |
|---|---|
CRCEntry()
Deprecated. Creates a new instance of the DigestEntry |
|
CRCEntry(java.lang.String aArchiveName,
java.lang.String aEntryName)
Deprecated. Creates a new instance of the DigestEntry |
|
CRCEntry(java.lang.String aArchiveName,
java.lang.String aEntryName,
int aType)
Deprecated. Creates a new instance of the DigestEntry |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deprecated. |
boolean |
equals(java.lang.Object obj)
Deprecated. |
java.lang.String |
getArchiveName()
Deprecated. Returns the name of the archive to find class in |
java.lang.String |
getEntryName()
Deprecated. Returns the entry name |
java.lang.String |
getString()
Deprecated. |
int |
getType()
Deprecated. |
java.lang.String |
getTypeStr()
Deprecated. |
void |
setArchiveName(java.lang.String aArchiveName)
Deprecated. Specifies name of archive to find entry in |
void |
setEntryName(java.lang.String aEntryName)
Deprecated. Specifies the entry name |
void |
setType(int aType)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
protected java.lang.String fArchiveName
protected java.lang.String fEntryName
protected int fType
public static final int TYPE_JAR_ENTRY
public static final int TYPE_CLASSES_ENTRY
public static final int TYPE_FILE
| Constructor Detail |
|---|
public CRCEntry()
DigestEntry
public CRCEntry(java.lang.String aArchiveName,
java.lang.String aEntryName)
DigestEntry
aArchiveName - name of the archiveaEntryName - name of the entry
public CRCEntry(java.lang.String aArchiveName,
java.lang.String aEntryName,
int aType)
DigestEntry
aArchiveName - name of the archiveaEntryName - name of the entryaType - entry type| Method Detail |
|---|
public java.lang.String getArchiveName()
getArchiveName in interface DigestEntryBasepublic void setArchiveName(java.lang.String aArchiveName)
setArchiveName in interface DigestEntryBaseaArchiveName - name of the archivepublic java.lang.String getEntryName()
getEntryName in interface DigestEntryBasepublic void setEntryName(java.lang.String aEntryName)
setEntryName in interface DigestEntryBaseaEntryName - entry namepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int getType()
getType in interface DigestEntryBasepublic void setType(int aType)
setType in interface DigestEntryBasepublic java.lang.String getTypeStr()
getTypeStr in interface DigestEntryBasepublic java.lang.String getString()
public java.lang.Object clone()
clone in interface DigestEntryBaseclone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||