Interface ApplicationImportStrategy
-
- All Known Implementing Classes:
FailOnDuplicateApplicationImportStrategy,ReplaceDuplicateApplicationImportStrategy,UpdateNewerNonEditableApplicationStrategy
public interface ApplicationImportStrategy- Author:
- Elias Ricken de Medeiros
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApplicationImportStrategy.ImportStrategy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationImportStrategy.ImportStrategywhenApplicationExists(SApplication existing, SApplicationWithIcon toBeImported)Determine what to do when the application already exists.
-
-
-
Method Detail
-
whenApplicationExists
ApplicationImportStrategy.ImportStrategy whenApplicationExists(SApplication existing, SApplicationWithIcon toBeImported)
Determine what to do when the application already exists.
-
-