3132333435363738
public DeleteStoragePoolCommand() { } public DeleteStoragePoolCommand(StoragePool pool, String localPath) { this.pool = new StorageFilerTO(pool); this.localPath = localPath; }