jreceiver.common.rec.source
Interface Mexternal
- All Superinterfaces:
- Hashable, Rec, Source
- All Known Implementing Classes:
- MexternalRec, SplaylistRec, StuneRec
- public interface Mexternal
- extends Source
An interface to be associated with remote (i.e. non-local) sources.
- Version:
- $Revision: 1.5 $ $Date: 2002/12/29 00:44:09 $
- Author:
- Reed Esau
Fields inherited from interface jreceiver.common.rec.source.Source |
DEFAULT_URL, FORCE_PLAYLIST_URL, HKEY_CONTENT_URL, HKEY_DIRECT_URI, HKEY_DST_MIME, HKEY_DURATION, HKEY_MIME, HKEY_SITE_ID, HKEY_SRC_ID, HKEY_SRC_TYPE, HKEY_TITLE, MAX_SRC_ID, MIN_SRC_ID, POPULATE_CONTENT_URL, POPULATE_DIRECT_URI, POPULATE_MEXTERNAL, POPULATE_MFILE, SRCTYPE_PLAYLIST, SRCTYPE_TUNE, SRCTYPE_UNDEFINED |
Method Summary |
boolean |
getCacheData()
Obtain the cache_data flag. |
void |
setCacheData(boolean cache_data)
Assign the cache_data flag |
Methods inherited from interface jreceiver.common.rec.source.Source |
getContentSystemId, getContentURL, getDirectSystemId, getDirectURI, getDstMime, getDuration, getFile, getFileExtension, getFileName, getFilePath, getIsLocal, getIsOffsite, getIsPlaylist, getIsTune, getMime, getSiteId, getSrcId, getTitle, getType, setContentURL, setDirectURI, setDirectURI, setDuration, setMime, setSrcId, setTitle |
HKEY_CACHE_DATA
public static final java.lang.String HKEY_CACHE_DATA
getCacheData
public boolean getCacheData()
- Obtain the cache_data flag.
setCacheData
public void setCacheData(boolean cache_data)
- Assign the cache_data flag
Copyright © 2001-2002 Reed Esau, All Rights Reserved.