Uses of Class
org.glassfish.hk2.maven.Version.COMPONENT
-
Packages that use Version.COMPONENT Package Description com.sun.enterprise.module.maven org.glassfish.hk2.maven -
-
Uses of Version.COMPONENT in com.sun.enterprise.module.maven
Fields in com.sun.enterprise.module.maven declared as Version.COMPONENT Modifier and Type Field Description protected Version.COMPONENT
OsgiVersionMojo. dropVersionComponent
Flag used to determine what components of the version will be used in OSGi version. -
Uses of Version.COMPONENT in org.glassfish.hk2.maven
Methods in org.glassfish.hk2.maven that return Version.COMPONENT Modifier and Type Method Description static Version.COMPONENT
Version.COMPONENT. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Version.COMPONENT[]
Version.COMPONENT. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.hk2.maven with parameters of type Version.COMPONENT Modifier and Type Method Description java.lang.String
Version. convertToOsgi(Version.COMPONENT comToDrop)
-