Uses of Class
com.ibm.j9ddr.tools.store.StructureKey
-
Packages that use StructureKey Package Description com.ibm.j9ddr.tools.store -
-
Uses of StructureKey in com.ibm.j9ddr.tools.store
Methods in com.ibm.j9ddr.tools.store with parameters of type StructureKey Modifier and Type Method Description void
J9DDRStructureStore. add(StructureKey key, String structureFileName, boolean inService)
Add newBlob to the database associated to key.ImageInputStream
J9DDRStructureStore. get(StructureKey key)
boolean
J9DDRStructureStore. remove(StructureKey key)
Remove the element key from the database.
-