Uses of Class
net.thevpc.common.prs.Version
Packages that use Version
-
Uses of Version in net.thevpc.common.prs
Classes in net.thevpc.common.prs that implement interfaces with type arguments of type VersionMethods in net.thevpc.common.prs that return VersionModifier and TypeMethodDescriptionVersion.deriveVersion(int position, String newValue) Version.head(int count) Version.increment()static VersionVersion.tail(int count) Methods in net.thevpc.common.prs that return types with arguments of type VersionMethods in net.thevpc.common.prs with parameters of type Version -
Uses of Version in net.thevpc.common.prs.plugin
Methods in net.thevpc.common.prs.plugin that return VersionModifier and TypeMethodDescriptionDefaultPluginManager.getApplicationVersion()PluginManager.getApplicationVersion()returns the SystemPlugin similar to getSystemPlugins()[0].PluginDescriptor.getVersion()Methods in net.thevpc.common.prs.plugin with parameters of type VersionModifier and TypeMethodDescriptionintintvoidvoidvoidPluginDescriptor.setVersion(Version version) Constructors in net.thevpc.common.prs.plugin with parameters of type VersionModifierConstructorDescriptionVersionInterval(Version min, Version max, boolean includesMin, boolean includesMax) VersionIntervall(Version min, Version max, boolean includesMin, boolean includesMax)