|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object PageBoxLib.APIKey
Key of APIs in APIImpl.
alexis.grandemange@pagebox.net
Copyright (c) 2002-2004 Alexis Grandemange
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License lesser.txt should be included in the distribution.
Field Summary | |
private java.lang.String |
archDir
Archive root directory |
private int |
hc
Cached hashcode |
(package private) java.lang.String |
workDir
PageBox work directory |
Constructor Summary | |
(package private) |
APIKey(java.lang.String workDir,
java.lang.String archDir)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Method needed for HashMap key. |
int |
hashCode()
Method needed for HashMap key. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.String workDir
private java.lang.String archDir
private int hc
Constructor Detail |
APIKey(java.lang.String workDir, java.lang.String archDir)
archDir
- archive root directoryMethod Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |