- java.lang.Object
-
- com.ibm.java.diagnostics.utils.plugins.Entry
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
data
protected File
file
static String
FILE_EXT_CLASS
class file extensionstatic String
FILE_EXT_JAR
jar file extensionprotected static Logger
logger
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getData()
File
getFile()
long
getLastModified()
String
getName()
Container
getParent()
long
getSize()
boolean
hasChanged(Entry previous)
boolean
hasChanged(File previous)
void
setData(Object data)
void
setLastModified(long lastModified)
void
setParent(Container parent)
void
setSize(long size)
URL
toURL()
-
-
-
Field Detail
-
logger
protected static final Logger logger
-
FILE_EXT_JAR
public static final String FILE_EXT_JAR
jar file extension- See Also:
- Constant Field Values
-
FILE_EXT_CLASS
public static final String FILE_EXT_CLASS
class file extension- See Also:
- Constant Field Values
-
file
protected File file
-
data
protected Object data
-
-
Method Detail
-
getLastModified
public long getLastModified()
-
setLastModified
public void setLastModified(long lastModified)
-
getSize
public long getSize()
-
setSize
public void setSize(long size)
-
getName
public String getName()
-
setParent
public void setParent(Container parent)
-
getParent
public Container getParent()
-
toURL
public URL toURL()
-
getFile
public File getFile()
-
hasChanged
public boolean hasChanged(Entry previous)
-
hasChanged
public boolean hasChanged(File previous)
-
getData
public <T> T getData()
-
setData
public void setData(Object data)
-
-