Package de.hirola.sportslibrary
Interface SportsLibraryApplication
-
public interface SportsLibraryApplicationCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later. On Android you must bei implements this interface to load templates. The resources can't be imported from jar. It's create an Exception with "java.nio.file.FileSystemNotFoundException: Provider "jar" not installed".- Since:
- 1.1.1
- Author:
- Michael Schmidt (Hirola)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetMovementTypeTemplates()InputStream[]getRunningPlanTemplates()InputStreamgetTrainingTypeTemplates()
-
-
-
Method Detail
-
getMovementTypeTemplates
InputStream getMovementTypeTemplates()
-
getTrainingTypeTemplates
InputStream getTrainingTypeTemplates()
-
getRunningPlanTemplates
InputStream[] getRunningPlanTemplates()
-
-