Skip navigation links
A C G I N Y 

A

apply(Project) - Method in class yakworks.gradle.shipkit.CirclePlugin
 

C

CirclePlugin - Class in yakworks.gradle.shipkit
Configures the release automation to be used with Circle CI.
CirclePlugin() - Constructor for class yakworks.gradle.shipkit.CirclePlugin
 

G

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
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')
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.

I

isBlank(String) - Static method in class yakworks.commons.NameUtils
Determines whether a given string is null, empty, or only contains whitespace.
isGetter(String, Class<?>[]) - Static method in class yakworks.commons.NameUtils
Deprecated.
use NameUtils.isGetter(String, Class, Class[]) instead because this method has a defect for "is.." method with Boolean return types.
isGetter(String, Class, Class<?>[]) - Static method in class yakworks.commons.NameUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
isPropertyMethodSuffix(String) - Static method in class yakworks.commons.NameUtils
This method is used when interrogating a method name to determine if the method represents a property getter.
isValidJavaIdentifier(String) - Static method in class yakworks.commons.NameUtils
Test whether the given name is a valid Java identifier
isValidJavaPackage(String) - Static method in class yakworks.commons.NameUtils
Test whether the give package name is a valid Java package

N

NameUtils - Class in yakworks.commons
Copied in from grails.util.GrailsNameUtils and converted to groovy Utility methods for converting between different name types, for example from class names -> property names and vice-versa.

Y

yakworks.commons - package yakworks.commons
 
yakworks.gradle.shipkit - package yakworks.gradle.shipkit
 
A C G I N Y 
Skip navigation links