org.gcube.vremanagement.vremodeler.resources.kxml
Class KGCUBEGenericFunctionalityResource

java.lang.Object
  extended by GCUBEResource
      extended by org.gcube.vremanagement.vremodeler.resources.GCUBEGenericFunctionalityResource
          extended by org.gcube.vremanagement.vremodeler.resources.kxml.KGCUBEGenericFunctionalityResource

public class KGCUBEGenericFunctionalityResource
extends GCUBEGenericFunctionalityResource


Field Summary
 
Fields inherited from class org.gcube.vremanagement.vremodeler.resources.GCUBEGenericFunctionalityResource
SECONDARYTYPE_GRIDRESOURCE, SECONDARYTYPE_INDEXDEFINITION, SECONDARYTYPE_INFRASTRUCTURE, SECONDARYTYPE_PORTLETCONFIG, SECONDARYTYPE_SEARCHCONFIG, SECONDARYTYPE_TP, SECONDARYTYPE_USERPROFILE, SECONDARYTYPE_VO, SECONDARYTYPE_VRE, TYPE
 
Constructor Summary
KGCUBEGenericFunctionalityResource()
           
 
Method Summary
 java.io.InputStream getSchemaResource()
           
 void load(org.kxml2.io.KXmlParser parser)
           
 void load(java.io.Reader reader)
           
 void store(org.kxml2.io.KXmlSerializer serializer)
           
 void store(java.io.Writer writer)
           
 
Methods inherited from class org.gcube.vremanagement.vremodeler.resources.GCUBEGenericFunctionalityResource
equals, getBody, getDescription, getName, getSecondaryType, setBody, setDescription, setName, setSecondaryType
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KGCUBEGenericFunctionalityResource

public KGCUBEGenericFunctionalityResource()
Method Detail

load

public void load(java.io.Reader reader)
          throws java.lang.Exception
Throws:
java.lang.Exception

store

public void store(java.io.Writer writer)
           throws java.lang.Exception
Throws:
java.lang.Exception

getSchemaResource

public java.io.InputStream getSchemaResource()
                                      throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

load

public void load(org.kxml2.io.KXmlParser parser)
          throws java.lang.Exception
Throws:
java.lang.Exception

store

public void store(org.kxml2.io.KXmlSerializer serializer)
           throws java.lang.Exception
Throws:
java.lang.Exception