Package com.tagtraum.beatunes
Class OSXBeaTunesProperties
- java.lang.Object
-
- com.tagtraum.beatunes.BeaTunesProperties
-
- com.tagtraum.beatunes.OSXBeaTunesProperties
-
public class OSXBeaTunesProperties extends BeaTunesProperties
macOS BeaTunesProperties.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description OSXBeaTunesProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Path
findBeaTunesDirectory()
protected Path
findCacheDirectory()
protected Path
findDatabaseDirectory()
protected Path
findLocalApplicationSupportDirectory()
protected Path
findLogDirectory()
protected Path
findPluginDirectory()
-
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
-
OSXBeaTunesProperties
public OSXBeaTunesProperties() throws IOException
- Throws:
IOException
-
-
Method Detail
-
findLocalApplicationSupportDirectory
protected Path findLocalApplicationSupportDirectory()
- Specified by:
findLocalApplicationSupportDirectory
in classBeaTunesProperties
-
findBeaTunesDirectory
protected Path findBeaTunesDirectory() throws IOException
- Specified by:
findBeaTunesDirectory
in classBeaTunesProperties
- Throws:
IOException
-
findCacheDirectory
protected Path findCacheDirectory() throws IOException
- Specified by:
findCacheDirectory
in classBeaTunesProperties
- Throws:
IOException
-
findLogDirectory
protected Path findLogDirectory() throws IOException
- Specified by:
findLogDirectory
in classBeaTunesProperties
- Throws:
IOException
-
findPluginDirectory
protected Path findPluginDirectory() throws IOException
- Specified by:
findPluginDirectory
in classBeaTunesProperties
- Throws:
IOException
-
findDatabaseDirectory
protected Path findDatabaseDirectory() throws IOException
- Specified by:
findDatabaseDirectory
in classBeaTunesProperties
- Throws:
IOException
-
-