|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.informationsystem.glitebridge.resource.StorageElement
org.gcube.informationsystem.glitebridge.kimpl.KStorageElement
public class KStorageElement
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gcube.informationsystem.glitebridge.resource.StorageElement |
---|
StorageElement.SATypeEnum, StorageElement.SEArchitectureEnum, StorageElement.SEControlProtocolEnum, StorageElement.ServiceStatusEnum |
Constructor Summary | |
---|---|
KStorageElement()
|
Method Summary | |
---|---|
java.io.InputStream |
getSchemaResource()
|
void |
load(java.io.Reader reader,
java.lang.String rootTag)
Deserialises a GCUBEResourceImpl which implements a GCUBEResource from a
serialisation. |
void |
store(java.io.Writer writer,
java.lang.String rootTag)
Serialises a GCUBEResourceImpl which implements a GCUBEResource . |
Methods inherited from class org.gcube.informationsystem.glitebridge.resource.StorageElement |
---|
getStorageElement, setStorageElement |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KStorageElement()
Method Detail |
---|
public void load(java.io.Reader reader, java.lang.String rootTag) throws java.lang.Exception
GCUBEResourceImpl
which implements a GCUBEResource
from a
serialisation.
reader
- the Reader
.rootTag
- START and END TAG
java.lang.Exception
- if could not be deserialised.public void store(java.io.Writer writer, java.lang.String rootTag) throws java.lang.Exception
GCUBEResourceImpl
which implements a GCUBEResource
.
writer
- the Writer
which gives access to the serialisation.rootTag
- START and END TAG
java.lang.Exception
- if the GCUBEResourceImpl
could not be serialised.public java.io.InputStream getSchemaResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |