Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.resources.Plugin
-
-
Uses of Plugin in org.gcube.resourcemanagement.model.impl.entities.resources
Classes in org.gcube.resourcemanagement.model.impl.entities.resources that implement Plugin Modifier and Type Class Description classPluginImpl -
Uses of Plugin in org.gcube.resourcemanagement.model.impl.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.impl.relations.isrelatedto with type parameters of type Plugin Modifier and Type Class Description classIsPluginOfImpl<Out extends Plugin,In extends Software> -
Uses of Plugin in org.gcube.resourcemanagement.model.reference.entities.resources
Methods in org.gcube.resourcemanagement.model.reference.entities.resources that return Plugin Modifier and Type Method Description static PluginPlugin. getDefaultInstance()Returns a default instance of Plugin -
Uses of Plugin in org.gcube.resourcemanagement.model.reference.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Plugin Modifier and Type Interface Description interfaceIsPluginOf<Out extends Plugin,In extends Software>Methods in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Plugin Modifier and Type Method Description static <Out extends Plugin,In extends Software>
IsPluginOf<Out,In>IsPluginOf. getDefaultInstance(Out out, In in)Returns a default instance of IsPluginOf
-