Uses of Class
org.nuxeo.drive.service.impl.FileSystemItemFactoryDescriptor
-
Packages that use FileSystemItemFactoryDescriptor Package Description org.nuxeo.drive.service.impl -
-
Uses of FileSystemItemFactoryDescriptor in org.nuxeo.drive.service.impl
Fields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemFactoryDescriptor Modifier and Type Field Description protected Map<String,FileSystemItemFactoryDescriptor>
FileSystemItemFactoryRegistry. factoryDescriptors
Methods in org.nuxeo.drive.service.impl that return FileSystemItemFactoryDescriptor Modifier and Type Method Description FileSystemItemFactoryDescriptor
FileSystemItemFactoryRegistry. clone(FileSystemItemFactoryDescriptor orig)
Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemItemFactoryDescriptor Modifier and Type Method Description Map<String,FileSystemItemFactoryDescriptor>
FileSystemItemAdapterServiceImpl. getFileSystemItemFactoryDescriptors()
Methods in org.nuxeo.drive.service.impl with parameters of type FileSystemItemFactoryDescriptor Modifier and Type Method Description FileSystemItemFactoryDescriptor
FileSystemItemFactoryRegistry. clone(FileSystemItemFactoryDescriptor orig)
int
FileSystemItemFactoryDescriptor. compareTo(FileSystemItemFactoryDescriptor other)
void
FileSystemItemFactoryRegistry. contributionRemoved(String id, FileSystemItemFactoryDescriptor origContrib)
void
FileSystemItemFactoryRegistry. contributionUpdated(String id, FileSystemItemFactoryDescriptor contrib, FileSystemItemFactoryDescriptor newOrigContrib)
String
FileSystemItemFactoryRegistry. getContributionId(FileSystemItemFactoryDescriptor contrib)
void
FileSystemItemFactoryRegistry. merge(FileSystemItemFactoryDescriptor src, FileSystemItemFactoryDescriptor dst)
-