|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.store.ArchiveIdentity
public class ArchiveIdentity
ArchiveIdentity contains the basic archive information.
| Constructor Summary | |
|---|---|
ArchiveIdentity()
Create an archive identity. |
|
ArchiveIdentity(String path,
String version,
boolean folder)
Create an archive identity. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
Compare to another object. |
boolean |
equals(Object obj)
Check if equals another object. |
String |
getPath()
Get the archive path. |
String |
getVersion()
Get the archive version. |
int |
hashCode()
Get the hash code value. |
boolean |
isFolder()
Check if is a folder. |
void |
parseURL(String url)
Parse url string. |
String |
writeURL()
Write url string. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchiveIdentity()
public ArchiveIdentity(String path,
String version,
boolean folder)
| Method Detail |
|---|
public String getPath()
public String getVersion()
public boolean isFolder()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int compareTo(Object obj)
compareTo in interface Comparablepublic void parseURL(String url)
public String writeURL()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||