Uses of Class
com.mckoi.store.JournalledSystem.AbstractResource
-
Packages that use JournalledSystem.AbstractResource Package Description com.mckoi.store -
-
Uses of JournalledSystem.AbstractResource in com.mckoi.store
Subclasses of JournalledSystem.AbstractResource in com.mckoi.store Modifier and Type Class Description private class
JournalledSystem.NonLoggingResource
An implementation of AbstractResource that doesn't log.private class
JournalledSystem.Resource
Represents a resource in this system.Methods in com.mckoi.store that return JournalledSystem.AbstractResource Modifier and Type Method Description private JournalledSystem.AbstractResource
JournalledSystem. getResource(java.lang.String resource_name)
Returns the Resource with the given name.
-