Package com.biglybt.core.logging
Class LogRelation
- java.lang.Object
-
- com.biglybt.core.logging.LogRelation
-
- Direct Known Subclasses:
DiskManagerImpl
,DownloadImpl
,DownloadManagerController
,DownloadManagerImpl
,DownloadManagerStateImpl.CachedStateWrapper
,LightWeightSeed
,LWSDownload
,LWSPeerManagerAdapter
,LWSTorrent
,PeerImpl
,PEPeerControlImpl
,PEPeerTransportProtocol
,RankCalculatorSlotReserver
,TorrentImpl
,TorrentUtils.torrentDelegate
,TOTorrentImpl
public class LogRelation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
getQueryableInterfaces()
Query this class for a reference to another class that it may holdjava.lang.String
getRelationText()
A short description of what your class holds that can be printed by the loggerprotected java.lang.String
propogatedRelationText(java.lang.Object o)
java.lang.Object
queryForClass(java.lang.Class c)
private java.lang.Object
queryForClass(java.lang.Class c, java.lang.Object[] queryObjects, java.util.HashSet<LogRelation> stack)
-
-
-
Method Detail
-
getRelationText
public java.lang.String getRelationText()
A short description of what your class holds that can be printed by the logger- Returns:
-
propogatedRelationText
protected final java.lang.String propogatedRelationText(java.lang.Object o)
-
getQueryableInterfaces
public java.lang.Object[] getQueryableInterfaces()
Query this class for a reference to another class that it may hold- Parameters:
c
- Class desired- Returns:
- If found, the class desired. Otherwise, null.
-
queryForClass
public final java.lang.Object queryForClass(java.lang.Class c)
-
queryForClass
private java.lang.Object queryForClass(java.lang.Class c, java.lang.Object[] queryObjects, java.util.HashSet<LogRelation> stack)
-
-