| Modifier and Type | Class and Description | 
|---|---|
| static class  | MapToDevices.DeviceToId | 
| Constructor and Description | 
|---|
| MapToDevices(com.google.common.base.Function<Device,String> deviceToId) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | addBlockDevices(Map<String,String> from,
               com.google.common.collect.ImmutableSet.Builder<Device> devices) | 
| protected void | addIDEDevices(Map<String,String> from,
             com.google.common.collect.ImmutableSet.Builder<Device> devices) | 
| protected void | addSCSIDevices(Map<String,String> from,
              com.google.common.collect.ImmutableSet.Builder<Device> devices) | 
| Map<String,? extends Device> | apply(Map<String,String> from) | 
| protected Device.Builder | populateBuilder(Device.Builder deviceBuilder,
               String key,
               Map<String,String> from) | 
protected void addBlockDevices(Map<String,String> from, com.google.common.collect.ImmutableSet.Builder<Device> devices)
protected void addSCSIDevices(Map<String,String> from, com.google.common.collect.ImmutableSet.Builder<Device> devices)
protected void addIDEDevices(Map<String,String> from, com.google.common.collect.ImmutableSet.Builder<Device> devices)
protected Device.Builder populateBuilder(Device.Builder deviceBuilder, String key, Map<String,String> from)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.