Interface ApplicationImportStrategy
- All Known Implementing Classes:
FailOnDuplicateApplicationImportStrategy,ReplaceDuplicateApplicationImportStrategy,UpdateNewerNonEditableApplicationStrategy
public interface ApplicationImportStrategy
- Author:
- Elias Ricken de Medeiros
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionwhenApplicationExists(SApplication existing, SApplicationWithIcon toBeImported) Determine what to do when the application already exists.
-
Method Details
-
whenApplicationExists
ApplicationImportStrategy.ImportStrategy whenApplicationExists(SApplication existing, SApplicationWithIcon toBeImported) Determine what to do when the application already exists.
-