net.sourceforge.atunes
Class Constants

java.lang.Object
  extended by net.sourceforge.atunes.Constants

public class Constants
extends java.lang.Object

Constants used by application.

Author:
fleax

Field Summary
static java.lang.String APP_AUTHOR
          Author and year.
static java.lang.String APP_DESCRIPTION
          Application description.
static java.lang.String APP_NAME
          Application name.
static java.lang.String APP_SOURCEFORGE_WEB
          Application Home Page at Sourceforge.
static java.lang.String APP_VERSION
          Version string.
static java.lang.String APP_WEB
          Application Home Page.
static java.lang.String CACHE_DIR
          Cache dir.
static java.lang.String CACHE_FAVORITES_NAME
          The Constant CACHE_FAVORITES_NAME.
static java.lang.String CACHE_REPOSITORY_NAME
          File where repository information is stored.
static java.lang.String COMMAND_LINUX_SOLARIS
          Name of the Linux / Solaris command
static java.lang.String COMMAND_MACOSX
          Name of the MacOsX command
static java.lang.String COMMAND_WINDOWS
          Name of the Windows command
static int CONTEXT_INFORMATION_IMAGE_HEIGHT
          Image Height at context information panel.
static int CONTEXT_INFORMATION_IMAGE_WIDTH
          Image Width at context information panel.
static java.lang.String CONTRIBUTORS_WANTED
          The Constant CONTRIBUTORS_WANTED.
static java.lang.String CONTRIBUTORS_WEB
          The Constant CONTRIBUTORS_WEB.
static java.lang.String DEFAULT_PODCAST_FEED_ENTRY_DOWNLOAD_DIR
          Default podcast download dir.
static java.lang.String DEVICE_CACHE_FILE_PREFIX
          Prefix of the file used to store device cache
static java.lang.String DEVICE_ID_FILE
          Name of the file used to store device identifier
static java.lang.String DEVICE_INDEX_DIR
          Device index dir.
static int DIALOG_IMAGE_HEIGHT
          Image height at dialogs.
static int DIALOG_IMAGE_WIDTH
          Image width at dialogs.
static java.lang.String EQUALIZER_PRESETS_FILE
          Equalizer presets file.
static java.lang.String EXTENDED_LOG_FILE
          File containing extended log properties.
static java.lang.String FAVORITES_INDEX_DIR
          Favorites index dir.
static int FULL_SCREEN_COVER
          Size in pixels of Full Screen Covers.
static int IMAGE_HEIGHT
          Image height at FilePropertiesPanel.
static int IMAGE_WIDTH
          Image width at FilePropertiesPanel.
static java.lang.String LAST_FM_ALBUM_COVER_CACHE_DIR
          Last.fm album cover cache dir.
static java.lang.String LAST_FM_ALBUM_INFO_CACHE_DIR
          Last.fm album info cache dir.
static java.lang.String LAST_FM_ALBUM_LIST_CACHE_DIR
          Last.fm artist info cache dir.
static java.lang.String LAST_FM_ARTIST_IMAGE_CACHE_DIR
          Last.fm artist image cache dir.
static java.lang.String LAST_FM_ARTIST_SIMILAR_CACHE_DIR
          Last.fm artist info cache dir.
static java.lang.String LAST_FM_ARTIST_THUMB_CACHE_DIR
          Last.fm artist thumb cache dir.
static java.lang.String LAST_FM_ARTIST_WIKI_CACHE_DIR
          Last.fm artist wiki cache dir.
static java.lang.String LAST_FM_CACHE_DIR
          Last.fm cache dir.
static java.lang.String LAST_PLAYLIST_FILE
          File where last playlist is stored.
static java.lang.String LOG_FILE
          File containing aTunes log (must be the same as in LOG4J_FILE).
static java.lang.String LOG4J_FILE
          File containing log4j properties.
static java.lang.String LUCENE_INDEX_DIR
          Lucene index dir.
static java.lang.String LYRICS_CACHE_DIR
          Lyrics cache dir.
static java.lang.String LYRICS_ENGINES_FILE
          Lyrics engine configuration file.
static int MAX_RECENT_REPOSITORIES
          Max number of repositories saved.
static int MULTIPLE_INSTANCES_SOCKET
          Port number for multiple instances socket communication.
static java.lang.String PLAYER_ENGINES_FILE
          Player engines configuration file.
static java.lang.String PODCAST_FEED_CACHE
          File where podcast feeds are stored.
static java.lang.String PRESET_RADIO_CACHE
          File where preset radios are stored.
static java.lang.String PROPERTIES_FILE
          File where application configuracion is stored.
static java.lang.String RADIO_CACHE
          File where radios are stored.
static java.lang.String RADIO_INDEX_DIR
          Radio index dir.
static java.lang.String RADIO_LIST_DOWNLOAD
          Radio preset list.
static java.lang.String RADIO_LIST_DOWNLOAD_COMMON_JUKEBOX
          Radio preset list.
static java.lang.String REPORT_BUG_OR_REQUEST_FEATURE_URL
          Web site for reporting bug and requesting features.
static java.lang.String REPOSITORY_INDEX_DIR
          Repository index dir.
static java.lang.String TEMP_DIR
          Temp dir.
static int THUMBS_WINDOW_HEIGHT
          Thumbs window height.
static int THUMBS_WINDOW_WIDTH
          Thumbs window width.
static int TOOLTIP_IMAGE_HEIGHT
          Image height at tooltips.
static int TOOLTIP_IMAGE_WIDTH
          Image width at tooltips.
static java.lang.String TRANSLATIONS_DIR
          Directory where are translations.
static ApplicationVersion VERSION
           
static java.lang.String WINDOWS_TOOLS_DIR
          Directory where are Windows binaries (i.e. mplayer, lame, etc)
static java.lang.String XML_CACHE_FAVORITES_NAME
          The Constant XML_CACHE_FAVORITES_NAME.
static java.lang.String XML_CACHE_REPOSITORY_NAME
          The Constant XML_CACHE_REPOSITORY_NAME.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final ApplicationVersion VERSION

LOG4J_FILE

public static final java.lang.String LOG4J_FILE
File containing log4j properties.

See Also:
Constant Field Values

LOG_FILE

public static final java.lang.String LOG_FILE
File containing aTunes log (must be the same as in LOG4J_FILE).

See Also:
Constant Field Values

EXTENDED_LOG_FILE

public static final java.lang.String EXTENDED_LOG_FILE
File containing extended log properties.

See Also:
Constant Field Values

APP_WEB

public static final java.lang.String APP_WEB
Application Home Page.

See Also:
Constant Field Values

APP_SOURCEFORGE_WEB

public static final java.lang.String APP_SOURCEFORGE_WEB
Application Home Page at Sourceforge.

See Also:
Constant Field Values

CONTRIBUTORS_WEB

public static final java.lang.String CONTRIBUTORS_WEB
The Constant CONTRIBUTORS_WEB.

See Also:
Constant Field Values

CONTRIBUTORS_WANTED

public static final java.lang.String CONTRIBUTORS_WANTED
The Constant CONTRIBUTORS_WANTED.

See Also:
Constant Field Values

RADIO_LIST_DOWNLOAD

public static final java.lang.String RADIO_LIST_DOWNLOAD
Radio preset list. Sourceforge SVN page.

See Also:
Constant Field Values

RADIO_LIST_DOWNLOAD_COMMON_JUKEBOX

public static final java.lang.String RADIO_LIST_DOWNLOAD_COMMON_JUKEBOX
Radio preset list. Assembla common-jukebox SVN page.

See Also:
Constant Field Values

REPORT_BUG_OR_REQUEST_FEATURE_URL

public static final java.lang.String REPORT_BUG_OR_REQUEST_FEATURE_URL
Web site for reporting bug and requesting features.

See Also:
Constant Field Values

APP_NAME

public static final java.lang.String APP_NAME
Application name.

See Also:
Constant Field Values

APP_DESCRIPTION

public static final java.lang.String APP_DESCRIPTION
Application description.

See Also:
Constant Field Values

APP_VERSION

public static final java.lang.String APP_VERSION
Version string.


APP_AUTHOR

public static final java.lang.String APP_AUTHOR
Author and year.

See Also:
Constant Field Values

CACHE_REPOSITORY_NAME

public static final java.lang.String CACHE_REPOSITORY_NAME
File where repository information is stored.

See Also:
Constant Field Values

XML_CACHE_REPOSITORY_NAME

public static final java.lang.String XML_CACHE_REPOSITORY_NAME
The Constant XML_CACHE_REPOSITORY_NAME.

See Also:
Constant Field Values

CACHE_FAVORITES_NAME

public static final java.lang.String CACHE_FAVORITES_NAME
The Constant CACHE_FAVORITES_NAME.

See Also:
Constant Field Values

XML_CACHE_FAVORITES_NAME

public static final java.lang.String XML_CACHE_FAVORITES_NAME
The Constant XML_CACHE_FAVORITES_NAME.

See Also:
Constant Field Values

IMAGE_WIDTH

public static final int IMAGE_WIDTH
Image width at FilePropertiesPanel.

See Also:
Constant Field Values

IMAGE_HEIGHT

public static final int IMAGE_HEIGHT
Image height at FilePropertiesPanel.

See Also:
Constant Field Values

DIALOG_IMAGE_WIDTH

public static final int DIALOG_IMAGE_WIDTH
Image width at dialogs.

See Also:
Constant Field Values

DIALOG_IMAGE_HEIGHT

public static final int DIALOG_IMAGE_HEIGHT
Image height at dialogs.

See Also:
Constant Field Values

TOOLTIP_IMAGE_WIDTH

public static final int TOOLTIP_IMAGE_WIDTH
Image width at tooltips.

See Also:
Constant Field Values

TOOLTIP_IMAGE_HEIGHT

public static final int TOOLTIP_IMAGE_HEIGHT
Image height at tooltips.

See Also:
Constant Field Values

THUMBS_WINDOW_WIDTH

public static final int THUMBS_WINDOW_WIDTH
Thumbs window width.

See Also:
Constant Field Values

THUMBS_WINDOW_HEIGHT

public static final int THUMBS_WINDOW_HEIGHT
Thumbs window height.

See Also:
Constant Field Values

MAX_RECENT_REPOSITORIES

public static final int MAX_RECENT_REPOSITORIES
Max number of repositories saved.

See Also:
Constant Field Values

PROPERTIES_FILE

public static final java.lang.String PROPERTIES_FILE
File where application configuracion is stored.

See Also:
Constant Field Values

LAST_PLAYLIST_FILE

public static final java.lang.String LAST_PLAYLIST_FILE
File where last playlist is stored.

See Also:
Constant Field Values

WINDOWS_TOOLS_DIR

public static final java.lang.String WINDOWS_TOOLS_DIR
Directory where are Windows binaries (i.e. mplayer, lame, etc)

See Also:
Constant Field Values

CONTEXT_INFORMATION_IMAGE_WIDTH

public static final int CONTEXT_INFORMATION_IMAGE_WIDTH
Image Width at context information panel.

See Also:
Constant Field Values

CONTEXT_INFORMATION_IMAGE_HEIGHT

public static final int CONTEXT_INFORMATION_IMAGE_HEIGHT
Image Height at context information panel.

See Also:
Constant Field Values

RADIO_CACHE

public static final java.lang.String RADIO_CACHE
File where radios are stored.

See Also:
Constant Field Values

PRESET_RADIO_CACHE

public static final java.lang.String PRESET_RADIO_CACHE
File where preset radios are stored.

See Also:
Constant Field Values

PODCAST_FEED_CACHE

public static final java.lang.String PODCAST_FEED_CACHE
File where podcast feeds are stored.

See Also:
Constant Field Values

FULL_SCREEN_COVER

public static final int FULL_SCREEN_COVER
Size in pixels of Full Screen Covers.

See Also:
Constant Field Values

MULTIPLE_INSTANCES_SOCKET

public static final int MULTIPLE_INSTANCES_SOCKET
Port number for multiple instances socket communication.

See Also:
Constant Field Values

TRANSLATIONS_DIR

public static final java.lang.String TRANSLATIONS_DIR
Directory where are translations.

See Also:
Constant Field Values

LYRICS_ENGINES_FILE

public static final java.lang.String LYRICS_ENGINES_FILE
Lyrics engine configuration file.

See Also:
Constant Field Values

CACHE_DIR

public static final java.lang.String CACHE_DIR
Cache dir.

See Also:
Constant Field Values

LAST_FM_CACHE_DIR

public static final java.lang.String LAST_FM_CACHE_DIR
Last.fm cache dir.

See Also:
Constant Field Values

LAST_FM_ALBUM_COVER_CACHE_DIR

public static final java.lang.String LAST_FM_ALBUM_COVER_CACHE_DIR
Last.fm album cover cache dir.

See Also:
Constant Field Values

LAST_FM_ALBUM_INFO_CACHE_DIR

public static final java.lang.String LAST_FM_ALBUM_INFO_CACHE_DIR
Last.fm album info cache dir.

See Also:
Constant Field Values

LAST_FM_ARTIST_IMAGE_CACHE_DIR

public static final java.lang.String LAST_FM_ARTIST_IMAGE_CACHE_DIR
Last.fm artist image cache dir.

See Also:
Constant Field Values

LAST_FM_ARTIST_SIMILAR_CACHE_DIR

public static final java.lang.String LAST_FM_ARTIST_SIMILAR_CACHE_DIR
Last.fm artist info cache dir.

See Also:
Constant Field Values

LAST_FM_ARTIST_THUMB_CACHE_DIR

public static final java.lang.String LAST_FM_ARTIST_THUMB_CACHE_DIR
Last.fm artist thumb cache dir.

See Also:
Constant Field Values

LAST_FM_ALBUM_LIST_CACHE_DIR

public static final java.lang.String LAST_FM_ALBUM_LIST_CACHE_DIR
Last.fm artist info cache dir.

See Also:
Constant Field Values

LAST_FM_ARTIST_WIKI_CACHE_DIR

public static final java.lang.String LAST_FM_ARTIST_WIKI_CACHE_DIR
Last.fm artist wiki cache dir.

See Also:
Constant Field Values

LYRICS_CACHE_DIR

public static final java.lang.String LYRICS_CACHE_DIR
Lyrics cache dir.

See Also:
Constant Field Values

EQUALIZER_PRESETS_FILE

public static final java.lang.String EQUALIZER_PRESETS_FILE
Equalizer presets file.

See Also:
Constant Field Values

LUCENE_INDEX_DIR

public static final java.lang.String LUCENE_INDEX_DIR
Lucene index dir.

See Also:
Constant Field Values

REPOSITORY_INDEX_DIR

public static final java.lang.String REPOSITORY_INDEX_DIR
Repository index dir.

See Also:
Constant Field Values

DEVICE_INDEX_DIR

public static final java.lang.String DEVICE_INDEX_DIR
Device index dir.

See Also:
Constant Field Values

FAVORITES_INDEX_DIR

public static final java.lang.String FAVORITES_INDEX_DIR
Favorites index dir.

See Also:
Constant Field Values

RADIO_INDEX_DIR

public static final java.lang.String RADIO_INDEX_DIR
Radio index dir.

See Also:
Constant Field Values

DEFAULT_PODCAST_FEED_ENTRY_DOWNLOAD_DIR

public static final java.lang.String DEFAULT_PODCAST_FEED_ENTRY_DOWNLOAD_DIR
Default podcast download dir.

See Also:
Constant Field Values

TEMP_DIR

public static final java.lang.String TEMP_DIR
Temp dir.

See Also:
Constant Field Values

COMMAND_LINUX_SOLARIS

public static final java.lang.String COMMAND_LINUX_SOLARIS
Name of the Linux / Solaris command

See Also:
Constant Field Values

COMMAND_MACOSX

public static final java.lang.String COMMAND_MACOSX
Name of the MacOsX command

See Also:
Constant Field Values

COMMAND_WINDOWS

public static final java.lang.String COMMAND_WINDOWS
Name of the Windows command

See Also:
Constant Field Values

DEVICE_ID_FILE

public static final java.lang.String DEVICE_ID_FILE
Name of the file used to store device identifier

See Also:
Constant Field Values

DEVICE_CACHE_FILE_PREFIX

public static final java.lang.String DEVICE_CACHE_FILE_PREFIX
Prefix of the file used to store device cache

See Also:
Constant Field Values

PLAYER_ENGINES_FILE

public static final java.lang.String PLAYER_ENGINES_FILE
Player engines configuration file.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.