- getBuildFile() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
-
See UpgradeDependencyExtension.getBuildFile()
- getClassName(String, String) - Static method in class yakworks.commons.NameUtils
-
Returns the class name for the given logical name and trailing name.
- getClassName(String) - Static method in class yakworks.commons.NameUtils
-
Return the class name for the given logical name.
- getClassNameRepresentation(String) - Static method in class yakworks.commons.NameUtils
-
Returns the class name representation of the given name
- getDependencyGroup() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
-
See UpgradeDependencyExtension.getDependencyGroup()
- getDependencyName() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
-
See UpgradeDependencyExtension.getDependencyName()
- getFullClassName(Class) - Static method in class yakworks.commons.NameUtils
-
Returns the class name, including package, for the given class.
- getFullClassName(String) - Static method in class yakworks.commons.NameUtils
-
Returns the class name, including package, for the given class.
- getGetterName(String) - Static method in class yakworks.commons.NameUtils
-
Calculate the name for a getter method to retrieve the specified property
- getLogicalName(Class<?>, String) - Static method in class yakworks.commons.NameUtils
-
Retrieves the logical class name of a Grails artifact given the Grails class
and a specified trailing name.
- getLogicalName(String, String) - Static method in class yakworks.commons.NameUtils
-
Retrieves the logical name of the class without the trailing name
- getLogicalPropertyName(String, String) - Static method in class yakworks.commons.NameUtils
-
- getNameFromScript(String) - Static method in class yakworks.commons.NameUtils
-
Calculates the class name from a script name in the form my-funk-grails-script.
- getNaturalName(String) - Static method in class yakworks.commons.NameUtils
-
Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name')
- getNewVersion() - Method in class yakworks.gradle.shipkit.versionupgrade.ReplaceVersionTask
-
See UpgradeDependencyExtension.getNewVersion()
- getPackageName(String) - Static method in class yakworks.commons.NameUtils
-
Returns the class name without the package prefix.
- getPluginName(String) - Static method in class yakworks.commons.NameUtils
-
Returns the name of a plugin given the name of the *GrailsPlugin.groovy
descriptor file.
- getPropertyForGetter(String) - Static method in class yakworks.commons.NameUtils
-
Returns a property name equivalent for the given getter name or null if it is not a valid getter.
- getPropertyForGetter(String, Class) - Static method in class yakworks.commons.NameUtils
-
Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.
- getPropertyForSetter(String) - Static method in class yakworks.commons.NameUtils
-
Returns a property name equivalent for the given setter name or null if it is not a valid setter.
- getPropertyName(String) - Static method in class yakworks.commons.NameUtils
-
Shorter version of getPropertyNameRepresentation.
- getPropertyName(Class<?>) - Static method in class yakworks.commons.NameUtils
-
Shorter version of getPropertyNameRepresentation.
- getPropertyNameConvention(Object) - Static method in class yakworks.commons.NameUtils
-
Returns an appropriate property name for the given object.
- getPropertyNameConvention(Object, String) - Static method in class yakworks.commons.NameUtils
-
Returns an appropriate property name for the given object.
- getPropertyNameForLowerCaseHyphenSeparatedName(String) - Static method in class yakworks.commons.NameUtils
-
Converts foo-bar into fooBar.
- getPropertyNameRepresentation(Class<?>) - Static method in class yakworks.commons.NameUtils
-
Returns the property name equivalent for the specified class.
- getPropertyNameRepresentation(String) - Static method in class yakworks.commons.NameUtils
-
Returns the property name representation of the given name.
- getScriptName(Class<?>) - Static method in class yakworks.commons.NameUtils
-
Retrieves the script name representation of the supplied class.
- getScriptName(String) - Static method in class yakworks.commons.NameUtils
-
Retrieves the script name representation of the given class name.
- getSetterName(String) - Static method in class yakworks.commons.NameUtils
-
Retrieves the name of a setter for the specified property name
- getShortName(Class<?>) - Static method in class yakworks.commons.NameUtils
-
Returns the class name without the package prefix.
- getShortName(String) - Static method in class yakworks.commons.NameUtils
-
Returns the class name without the package prefix.
- getUpgradeDependencyExtension() - Method in class yakworks.gradle.shipkit.versionupgrade.UpgradeDependencyPlugin
-
- getUpgradeDownstreamExtension() - Method in class yakworks.gradle.shipkit.versionupgrade.UpgradeDownstreamPlugin
-