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 classJournalledSystem.NonLoggingResourceAn implementation of AbstractResource that doesn't log.private classJournalledSystem.ResourceRepresents a resource in this system.Methods in com.mckoi.store that return JournalledSystem.AbstractResource Modifier and Type Method Description private JournalledSystem.AbstractResourceJournalledSystem. getResource(java.lang.String resource_name)Returns the Resource with the given name.
-