org.glassfish.virtualization.spi
Interface MachineOperations<T>


public interface MachineOperations<T>

Interface for executing some operations on a machine, using the passed FileOperations object.

Author:
Jerome Dochez

Method Summary
 T run(FileOperations fileOperations)
           
 

Method Detail

run

T run(FileOperations fileOperations)
      throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.