Class: Samvera::Derivatives::FileLocator::Strategy Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/samvera/derivatives.rb

Overview

This class is abstract.

The purpose of this abstract class is to provide the public interface for strategies.

See Also:

  • {{.find}

Direct Known Subclasses

Hyrax::FileLocatorStrategy

Class Method Summary collapse

Class Method Details

.locate(file_set:, file_path:, derivative_type:) ⇒ Samvera::Derivatives::FromLocation, NilClass

Raises:

  • (NotImplementedError)


160
161
162
# File 'lib/samvera/derivatives.rb', line 160

def self.locate(file_set:, file_path:, derivative_type:)
  raise NotImplementedError
end