Package com.tagtraum.beatunes
Class WinBeaTunesProperties
- java.lang.Object
-
- com.tagtraum.beatunes.BeaTunesProperties
-
- com.tagtraum.beatunes.WinBeaTunesProperties
-
public class WinBeaTunesProperties extends BeaTunesProperties
WinBeaTunesProperties.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description WinBeaTunesProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PathfindBeaTunesDirectory()protected PathfindCacheDirectory()protected PathfindDatabaseDirectory()protected PathfindLocalApplicationSupportDirectory()protected PathfindLogDirectory()protected PathfindPluginDirectory()-
Methods inherited from class com.tagtraum.beatunes.BeaTunesProperties
getBaseDirectory, getCacheDirectory, getDatabaseDirectory, getEnvFile, getInetCacheDirectory, getInstance, getLocalAppSupportDir, getLockFile, getLogDirectory, getLogFile, getMajorVersion, getMicroVersion, getMinorVersion, getPluginDirectory, getPreferencesV1File, getPreferencesV2File, getSystemErrorFile, getUserAgent, getUTMParameters, isSnapshot
-
-
-
-
Constructor Detail
-
WinBeaTunesProperties
public WinBeaTunesProperties() throws IOException- Throws:
IOException
-
-
Method Detail
-
findLocalApplicationSupportDirectory
protected Path findLocalApplicationSupportDirectory()
- Specified by:
findLocalApplicationSupportDirectoryin classBeaTunesProperties
-
findBeaTunesDirectory
protected Path findBeaTunesDirectory() throws IOException
- Specified by:
findBeaTunesDirectoryin classBeaTunesProperties- Throws:
IOException
-
findCacheDirectory
protected Path findCacheDirectory() throws IOException
- Specified by:
findCacheDirectoryin classBeaTunesProperties- Throws:
IOException
-
findLogDirectory
protected Path findLogDirectory() throws IOException
- Specified by:
findLogDirectoryin classBeaTunesProperties- Throws:
IOException
-
findPluginDirectory
protected Path findPluginDirectory() throws IOException
- Specified by:
findPluginDirectoryin classBeaTunesProperties- Throws:
IOException
-
findDatabaseDirectory
protected Path findDatabaseDirectory() throws IOException
- Specified by:
findDatabaseDirectoryin classBeaTunesProperties- Throws:
IOException
-
-