Interface FreeBsdHWDiskStore.DiskStoreFactory<T extends FreeBsdHWDiskStore>

Type Parameters:
T - the concrete disk store type
Enclosing class:
FreeBsdHWDiskStore
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface FreeBsdHWDiskStore.DiskStoreFactory<T extends FreeBsdHWDiskStore>
Factory for creating platform-specific FreeBsdHWDiskStore instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String name, String model, String serial, long size)