Package co.ecg.alpaca.core.configs
Class AlpacaProperties.Migration.DeviceFileMigrationRule
java.lang.Object
co.ecg.alpaca.core.configs.AlpacaProperties.Migration.DeviceFileMigrationRule
- Enclosing class:
AlpacaProperties.Migration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilterFile(String fileFormat) Filters based on the given device file format.booleanfilterType(String type) Filters based on the give device type.
-
Constructor Details
-
DeviceFileMigrationRule
public DeviceFileMigrationRule()
-
-
Method Details
-
filterFile
Filters based on the given device file format.- Parameters:
fileFormat- The fileformat to filter- Returns:
- Returns true if the file matches the format filter
-
filterType
Filters based on the give device type.- Parameters:
type- The device type to filter- Returns:
- Returns true if the type matches the format filter
-