org.gcube.informationsystem.glitebridge.kimpl.site
Class KStoragePartition2FileSystem

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.kimpl.site.KStoragePartition2FileSystem

public class KStoragePartition2FileSystem
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
KStoragePartition2FileSystem()
           
 
Method Summary
static StoragePartition2FileSystem load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
static void store(StoragePartition2FileSystem storagePartition2FileSystem, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KStoragePartition2FileSystem

public KStoragePartition2FileSystem()
Method Detail

load

public static StoragePartition2FileSystem load(org.kxml2.io.KXmlParser parser,
                                               java.lang.String rootTag)
                                        throws java.lang.Exception
Parameters:
parser - KXmlParser
rootTag - START and END TAG
Returns:
StoragePartition2FileSystem
Throws:
java.lang.Exception - if fails

store

public static void store(StoragePartition2FileSystem storagePartition2FileSystem,
                         org.kxml2.io.KXmlSerializer serializer,
                         java.lang.String rootTag)
                  throws java.lang.Exception
Parameters:
storagePartition2FileSystem - StoragePartition2FileSystem
serializer - KXmlSerializer
rootTag - START and END TAG
Throws:
java.lang.Exception - if fails