|
tauZaman v0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--tauzaman.field.FVSupportRepository
FVSupportRepository
class represents Field Support
and manages the services to input and ouput operations
by mapping and handling field value tables and functions.
FVSupport
,
FVTable
,
FVFunction
Field Summary | |
private java.util.Hashtable |
fvSupportCache
List of FVSupport s in this manager. |
Constructor Summary | |
FVSupportRepository()
Constructs a FVSupportRepository object. |
Method Summary | |
FVSupport |
loadFVSupport(java.net.URL url)
Returns a handle to FVSupport with a given label if it exists,
loads it otherwise. |
java.lang.String |
toString()
toString method, which produces string representation of this FVSupportRepository . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.Hashtable fvSupportCache
FVSupport
s in this manager. Its keys are
the labels of fVSupport structures (FVTable or FVFunction), and
values are FVSupport object handles
Constructor Detail |
public FVSupportRepository()
FVSupportRepository
object. And allocates memory
for FVsupport
s that system will use.
Method Detail |
public FVSupport loadFVSupport(java.net.URL url) throws FVFormationException
FVSupport
with a given label if it exists,
loads it otherwise.
url
- URL of the FVSupport
that is looked for
FVSupport
FVFormationException
- if any errors occur when parsing a FV Specification
filepublic java.lang.String toString()
FVSupportRepository
.
toString
in class java.lang.Object
FVSupportRepository
|
tauZaman v0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |