com.freedomotic.plugins.package-info Maven / Gradle / Ivy
/*
* This package contains three major components:
*
* -
* Storage: a class used as repository to collect plugins (Client) with
* methods to add/remove and check elements.
*
* -
* Data Access Object (DAO): a pattern used to load from filesystem the different
* plugin classes.
*
* -
* Loader: an helper class that hides the DAO pattern to the caller
* plugin classes.
*
*
*/
package com.freedomotic.plugins;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy