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

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

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

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

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

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

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

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type FileSystemType
 void HostType.setLocalFileSystem(java.util.List<FileSystemType> localFileSystem)
           
 void HostType.setRemoteFileSystem(java.util.List<FileSystemType> remoteFileSystem)