Uses of Class
org.gcube.informationsystem.glitebridge.resource.site.StoragePartition2FileSystem

Packages that use StoragePartition2FileSystem
org.gcube.informationsystem.glitebridge.kimpl.site   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of StoragePartition2FileSystem in org.gcube.informationsystem.glitebridge.kimpl.site
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site that return StoragePartition2FileSystem
static StoragePartition2FileSystem KStoragePartition2FileSystem.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site with parameters of type StoragePartition2FileSystem
static void KStoragePartition2FileSystem.store(StoragePartition2FileSystem storagePartition2FileSystem, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of StoragePartition2FileSystem in org.gcube.informationsystem.glitebridge.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.resource.site that return types with arguments of type StoragePartition2FileSystem
 java.util.List<StoragePartition2FileSystem> HostType.getStoragePartition2FileSystem()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type StoragePartition2FileSystem
 void HostType.setStoragePartition2FileSystem(java.util.List<StoragePartition2FileSystem> storagePartition2FileSystem)