- java.lang.Object
-
- com.ibm.java.diagnostics.utils.plugins.Entry
-
- com.ibm.java.diagnostics.utils.plugins.Container
-
public class Container extends Entry
Represents a class file container in the file system, this could be a directory or a jar file.
-
-
Field Summary
-
Fields declared in class com.ibm.java.diagnostics.utils.plugins.Entry
data, file, FILE_EXT_CLASS, FILE_EXT_JAR, logger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(Entry entry)
List<Entry>
getEntries()
Entry
getEntry(Entry entry)
Recursively scan all nodes in the tree looking for the specified entry.<T extends Entry>
TgetEntry(File fileToScan)
Entry
getEntry(String name)
-
Methods declared in class com.ibm.java.diagnostics.utils.plugins.Entry
getData, getFile, getLastModified, getName, getParent, getSize, hasChanged, hasChanged, setData, setLastModified, setParent, setSize, toURL
-
-