- CandidateListCompletionHandler - Class in org.grails.build.interactive
- Fixes issues with the default CandidateListCompletionHandler such as clearing out the whole buffer when
 a completion matches a list of candidates 
- capture() - Method in SystemOutErrCapturer
-  
- CATEGORY_SEPARATOR - Field in GrailsConsole
-  
- checkError() - Method in DevNullPrintStream
-  
- CLASS_EXTENSION - Field in GrailsResourceUtils
-  
- CLASSES_DIR - Field in BuildSettings
-  The classes directory of the project, null outside of the development environment 
- classNameToResourceCache - Field in ResourceLocator
-  
- classPackageAsResourcePath(Class<?>) - Method in GrailsResourceUtils
-  Given an input class object, return a string which consists of the
 class's package name as a pathname, i.e., all dots ('.') are replaced by
 slashes ('/').  
- CLASSPATH_URL_PREFIX - Field in GrailsResourceUtils
-  Pseudo URL prefix for loading from the class path: "classpath:" 
- CLASSPATH_URL_PREFIX - Field in ResourceLoader
-  Pseudo URL prefix for loading from the class path: "classpath:" 
- ClassPathResource - Class in org.grails.io.support
- Resource implementation for class path resources.
  
- ClassPathResource(String, ClassLoader, Class<?>) - Constructor in ClassPathResource
-  Create a new ClassPathResource with optional ClassLoader and Class.
  
- classSearchDirectories - Field in ResourceLocator
-  
- clean() - Method in MetaClassRegistryCleaner
-  
- cleanAndRemove(MetaClassRegistryCleaner) - Method in MetaClassRegistryCleaner
-  
- cleanlyExit(int) - Method in GrailsConsole
-  
- cleanPath(String) - Method in GrailsResourceUtils
-  Normalize the path by suppressing sequences like "path/.." and
 inner simple dots. 
- clear() - Method in CodeGenConfig
-  
- clear() - Method in NavigableMap
-  
- clear() - Method in NavigableMap.NullSafeNavigator
-  
- clearError() - Method in DevNullPrintStream
-  
- clone() - Method in CodeGenConfig
-  
- clone() - Method in NavigableMap
-  
- close() - Method in DevNullPrintStream
-  
- close() - Method in SystemOutErrCapturer
-  
- closeQuietly(Closeable) - Method in SpringIOUtils
-  Closes a closeable gracefully without throwing exceptions etc. 
- CLOSURE_MARKER - Field in ResourceLocator
-  
- CodeGenConfig - Class in org.grails.config
- A ConfigMap implementation used at codegen time 
- CodeGenConfig(Map<String, Object>) - Constructor in CodeGenConfig
-  
- CodeSnippetPrinter - Interface in org.grails.exceptions.reporting
- Interfaces for classes to implement that print code snippets 
- CollectionUtils - Class in grails.util
- Collection utility methods. 
- combine(String, String) - Method in AntPathMatcher
-  Combines two patterns into a new pattern that is returned. 
- CommandLine - Interface in org.grails.build.parsing
- Represents the parsed command line options. 
- CommandLineParser - Class in org.grails.build.parsing
- Command line parser that parses arguments to the command line.  
- compare(String, String) - Method in VersionComparator
-  
- COMPILE_SCOPE - Field in BuildSettings
-  
- COMPILE_SCOPE_DESC - Field in BuildSettings
-  
- COMPILER_ROOT_PATTERNS - Field in GrailsResourceUtils
-  
- COMPILER_SOURCE_LEVEL - Field in BuildSettings
-  The compiler source level to use 
- COMPILER_TARGET_LEVEL - Field in BuildSettings
-  The compiler source level to use 
- complete(ConsoleReader, List<CharSequence>, int) - Method in CandidateListCompletionHandler
-  
- computeChecksum(File, String) - Method in SpringIOUtils
-  
- ConfigMap - Interface in grails.config
- API onto application configuration 
- ConsoleLogger - Interface in grails.build.logging
- Interface containing methods for logging to the Grails console 
- containsKey(Object) - Method in CodeGenConfig
-  
- containsKey(Object) - Method in NavigableMap
-  
- containsKey(Object) - Method in NavigableMap.NullSafeNavigator
-  
- containsValue(Object) - Method in CodeGenConfig
-  
- containsValue(Object) - Method in NavigableMap
-  
- containsValue(Object) - Method in NavigableMap.NullSafeNavigator
-  
- contentLength() - Method in AbstractFileResolvingResource
-  
- contentLength() - Method in ByteArrayResource
-  
- contentLength() - Method in FileSystemResource
-  This implementation returns the underlying File's length. 
- contentLength() - Method in Resource
-  Determine the content length for this resource. 
- convention(String) - Method in Model
-  Returns the convention of this model for the given name.  
- CONVERT_CLOSURES_KEY - Field in BuildSettings
-  A property name to enable/disable AST conversion of closures actions&tags to methods 
- convertClassLoaderURL(URL) - Method in PathMatchingResourcePatternResolver
-  Convert the given URL as returned from the ClassLoader into a Resource object. 
- convertToOtherTypes(Object, Class<T>) - Method in CodeGenConfig
-  
- convertToType(Object, Class<T>) - Method in CodeGenConfig
-  
- copy(InputStream, Writer, String) - Method in IOUtils
-  Copy an InputStream to the given writer with the given encoding 
- copy(String, Writer) - Method in SpringIOUtils
-  Copy the contents of the given String to the given output Writer.
  
- copyAll(Resource, Resource, File) - Method in SpringIOUtils
-  Copies all the resources for the given target directory.  
- copyToByteArray(InputStream) - Method in SpringIOUtils
-  Copy the contents of the given InputStream into a new byte array.
  
- copyToString(Reader) - Method in SpringIOUtils
-  Copy the contents of the given Reader into a String.
  
- CORE_WORKING_DIR_NAME - Field in BuildSettings
-  The name of the working directory for commands that don't belong to a project (like create-app) 
- CosineSimilarity - Class in grails.util
- Uses cosine similarity to find matches from a candidate set for a specified input.
  
- countOccurrencesOf(String, String) - Method in AntPathMatcher
-  Count the occurrences of the substring in string s. 
- create(InputStream, PrintStream, PrintStream) - Method in SystemStreamsRedirector
-  
- createAndRegister() - Method in MetaClassRegistryCleaner
-  
- createAntProject() - Method in GrailsConsoleAntBuilder
-  @return Factory method to create new Project instances 
- createCommandLine() - Method in CommandLineParser
-  
- createConsoleReader(InputStream) - Method in GrailsConsole
-  
- createInstance() - Method in GrailsConsole
-  
- createRelative(String) - Method in ByteArrayResource
-  
- createRelative(String) - Method in ClassPathResource
-  This implementation creates a ClassPathResource, applying the given path
 relative to the path of the underlying resource of this descriptor. 
- createRelative(String) - Method in FileSystemResource
-  This implementation creates a FileSystemResource, applying the given path
 relative to the path of the underlying file of this resource descriptor. 
- createRelative(String) - Method in Resource
-  Creates a new resource relative to this one 
- createRelative(String) - Method in UrlResource
-  This implementation creates a UrlResource, applying the given path
 relative to the path of the underlying URL of this resource descriptor. 
- createTerminal() - Method in GrailsConsole
-  Creates the instance of Terminal used directly in GrailsConsole.  
- createTerminal() - Method in GrailsEclipseConsole
-  
- createXmlSlurper() - Method in SpringIOUtils
-  
- current() - Method in SystemStreamsRedirector
-  
- get(String) - Method in CodeGenConfig
-  
- get(boolean) - Method in Holder
-  
- get() - Method in Metadata.FinalReference
-  
- get(Object) - Method in NavigableMap
-  
- get(Object) - Method in NavigableMap.NullSafeNavigator
-  
- getAppDir(Resource) - Method in GrailsResourceUtils
-  
- getApplicationName() - Method in Metadata
-  @return The application name 
- getApplicationVersion() - Method in Metadata
-  @return The application version 
- getArtefactDirectory(String) - Method in GrailsResourceUtils
-  Takes a file path and returns the name of the folder under grails-app i.e: 
- getAt(Object) - Method in CodeGenConfig
-  
- getAt(Object) - Method in ConfigMap
-  Enables the object[foo] syntax 
- getAt(Object) - Method in NavigableMap
-  
- getAt(Object) - Method in NavigableMap.NullSafeNavigator
-  
- getCategory() - Method in GrailsConsole
-  
- getClassLoader() - Method in ClassPathResource
-  Return the ClassLoader that this resource will be obtained from. 
- getClassLoader() - Method in DefaultResourceLoader
-  Return the ClassLoader to load class path resources with. 
- getClassLoader() - Method in PathMatchingResourcePatternResolver
-  Return the ClassLoader that this pattern resolver works with
 (never null).
 
- getClassLoader() - Method in ResourceLoader
-  Expose the ClassLoader used by this ResourceLoader. 
- getClassLoader() - Method in StaticResourceLoader
-  
- getClassName(String) - Method in GrailsNameUtils
-  Return the class name for the given logical name.  
- getClassName(String) - Method in GrailsResourceUtils
-  Returns the class name for a Grails resource. 
- getClassName() - Method in Model
-  @return The class name excluding package 
- getClassNameForClassFile(String, String) - Method in GrailsResourceUtils
-  Returns the class name for a compiled class file 
- getClassNameRepresentation(String) - Method in GrailsNameUtils
-  Returns the class name representation of the given name 
- getCommandName() - Method in CommandLine
-  @return The command name specified 
- getCommandName() - Method in DefaultCommandLine
-  
- getCurrent() - Method in Metadata
-  @return the metadata for the current application 
- getCurrentCommandLine() - Method in CommandLineParser
-  
- getDefaultClassLoader() - Method in DefaultResourceLoader
-  
- getDefaultInputMask() - Method in GrailsConsole
-  
- getDefaultResourceLoader() - Method in ResourceLocator
-  
- getDescription() - Method in ClassPathResource
-  This implementation returns a description that includes the class path location. 
- getDescription() - Method in Described
-  @return The description 
- getDescription() - Method in FileSystemResource
-  This implementation returns a description that includes the absolute
 path of the file. 
- getDescription() - Method in Option
-  
- getDescription() - Method in Resource
-  Return a description for this resource,
 to be used for error output when working with the resource. 
- getDescription() - Method in UrlResource
-  This implementation returns a description that includes the URL. 
- getDescriptor() - Method in GrailsPluginInfo
-  Returns the location of the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy file) 
- getEnvironment() - Method in CommandLine
-  @return The environment specified 
- getEnvironment() - Method in DefaultCommandLine
-  
- getEnvironment() - Method in Metadata
-  @return The environment the application expects to run in 
- getErr() - Method in GrailsConsole
-  
- getFile(URI) - Method in AbstractFileResolvingResource
-  This implementation returns a File reference for the underlying class path
 resource, provided that it refers to a file in the file system. 
- getFile() - Method in ByteArrayResource
-  
- getFile() - Method in FileSystemResource
-  This implementation returns the underlying File reference. 
- getFile(URI) - Method in GrailsResourceUtils
-  Resolve the given resource URI to a java.io.File,
 i.e. to a file in the file system.
 
- getFile() - Method in Resource
-  Return a File handle for this resource. 
- getFile() - Method in UrlResource
-  This implementation returns a File reference for the underlying URL/URI,
 provided that it refers to a file in the file system. 
- getFileForLastModifiedCheck() - Method in AbstractFileResolvingResource
-  This implementation determines the underlying File
 (or jar file, in case of a resource in a jar/zip). 
- getFilename() - Method in ByteArrayResource
-  
- getFilename() - Method in ClassPathResource
-  This implementation returns the name of the file that this class path
 resource refers to. 
- getFileName(StackTraceElement) - Method in DefaultStackTracePrinter
-  
- getFilename() - Method in FileSystemResource
-  This implementation returns the name of the file. 
- getFilename(String) - Method in GrailsResourceUtils
-  Extract the filename from the given path,
 e.g.  
- getFilename() - Method in Resource
-  Determine a filename for this resource, i.e. typically the last
 part of the path: for example, "myfile.txt". 
- getFileName() - Method in SourceCodeAware
-  
- getFilename() - Method in UrlResource
-  This implementation returns the name of the file that this URL refers to. 
- getFirstRuntimeException(Throwable) - Method in ExceptionUtils
-  
- getFullClassName(String) - Method in GrailsNameUtils
-  Returns the class name, including package, for the given class.  
- getFullName() - Method in GrailsPluginInfo
-  @return The full name of the plugin including version 
- getFullName() - Method in Model
-  @return The class name including package 
- getGetterName(String) - Method in GrailsNameUtils
-  Calculate the name for a getter method to retrieve the specified property 
- getGrailsVersion() - Method in BuildSettings
-  @return The version of Grails being used 
- getGrailsVersion() - Method in Metadata
-  @return The Grails version used to build the application 
- getInput() - Method in GrailsConsole
-  @return The input stream being read from 
- getInputStream() - Method in ByteArrayResource
-  
- getInputStream() - Method in ClassPathResource
-  This implementation opens an InputStream for the given class path resource. 
- getInputStream() - Method in FileSystemResource
-  This implementation opens a FileInputStream for the underlying file. 
- getInputStream() - Method in Resource
-  An input stream 
- getInputStream() - Method in UrlResource
-  This implementation opens an InputStream for the given URL.
  
- getInstance() - Method in GrailsConsole
-  
- getInstance(Resource) - Method in Metadata
-  Loads and returns a new Metadata object for the given File. 
- getJarFile(String) - Method in PathMatchingResourcePatternResolver
-  Resolve the given jar file URL into a JarFile object. 
- getLastMessage() - Method in GrailsConsole
-  @return The last message logged 
- getLineNumber() - Method in SourceCodeAware
-  
- getLogicalName(String, String) - Method in GrailsNameUtils
-  Retrieves the logical name of the class without the trailing name 
- getLogicalPropertyName(String, String) - Method in GrailsNameUtils
-  
- getLowerCaseName() - Method in Model
-  A lower case version of the class name separated by hyphens.  
- getLowerVersion(String) - Method in GrailsVersionUtils
-  Returns the lower version of a Grails version number expression in a plugin 
- getMetadataFile() - Method in Metadata
-  
- getModelName() - Method in Model
-  A property name version of the class name.  
- getName() - Method in GrailsPluginInfo
-  @return The name of the plug-in 
- getName() - Method in Named
-  @return The name of the object 
- getName() - Method in Option
-  
- getNameFromScript(String) - Method in GrailsNameUtils
-  Calculates the class name from a script name in the form my-funk-grails-script. 
- getNaturalName(String) - Method in GrailsNameUtils
-  Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name') 
- getOption() - Method in DefaultCommandLine.SpecifiedOption
-  
- getOptionsHelpMessage() - Method in CommandLineParser
-  
- getOrCreateChildMap(Map, String) - Method in CollectionUtils
-  Gets a child map of the given parent map or returns an empty map if it doesn't exist 
- getOut() - Method in GrailsConsole
-  
- getOutputStream() - Method in FileSystemResource
-  This implementation opens a FileOutputStream for the underlying file. 
- getPackageName(String) - Method in GrailsNameUtils
-  Returns the package prefix without the class name eg ('a.b.ClassName' becomes 'a.b'). 
- getPackageName() - Method in Model
-  @return The package name 
- getPackagePath() - Method in Model
-  @return The package name 
- getPasswordAuthentication() - Method in SystemPropertiesAuthenticator
-  
- getPath() - Method in ClassPathResource
-  Return the path for this resource (as resource path within the class path). 
- getPath() - Method in FileSystemResource
-  Return the file path for this resource. 
- getPathFromBaseDir(String) - Method in GrailsResourceUtils
-  Gets the path relative to the project base directory. 
- getPathFromRoot(String) - Method in GrailsResourceUtils
-  Get the path relative to an artefact folder under grails-app i.e: 
- getPathMatcher() - Method in PathMatchingResourcePatternResolver
-  Return the PathMatcher that this resource pattern resolver uses. 
- getPatternComparator(String) - Method in AntPathMatcher
-  Given a full path, returns a java.util.Comparator suitable for sorting patterns in order of explicitness. 
- getPluginDir() - Method in GrailsPluginInfo
-  @return The directory where the plugin exists or null if it cannot be read 
- getPluginName(String) - Method in GrailsNameUtils
-  Returns the name of a plugin given the name of the *GrailsPlugin.groovy
 descriptor file.  
- getPluginName(Class) - Method in GrailsVersionUtils
-  Get the name of the a plugin for a particular class. 
- getPluginVersion(Class) - Method in GrailsVersionUtils
-  Get the version of the a plugin for a particular class. 
- getProjectPackageNames(File) - Method in ResourceUtils
-  
- getProperties() - Method in GrailsPluginInfo
-  Gets the properties of the plugin as a map 
- getProperty(String, Class<T>, T) - Method in CodeGenConfig
-  
- getProperty(String, Class<T>, T) - Method in ConfigMap
-  Return the property value associated with the given key, or nullif the key cannot be resolved.
 
- getProperty(String, Class<T>, T) - Method in Metadata
-  
- getProperty(String) - Method in NavigableMap
-  
- getProperty(String) - Method in NavigableMap.NullSafeNavigator
-  
- getPropertyForGetter(String, String) - Method in GrailsNameUtils
-  Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.  
- getPropertyForSetter(String) - Method in GrailsNameUtils
-  Returns a property name equivalent for the given setter name or null if it is not a valid setter.  
- getPropertyName(Class<?>) - Method in GrailsNameUtils
-  Shorter version of getPropertyNameRepresentation. 
- getPropertyName() - Method in Model
-  A property name version of the class name.  
- getPropertyNameConvention(Object, String) - Method in GrailsNameUtils
-  Returns an appropriate property name for the given object.  
- getPropertyNameForLowerCaseHyphenSeparatedName(String) - Method in GrailsNameUtils
-  Converts foo-bar into fooBar. 
- getPropertyNameRepresentation(String) - Method in GrailsNameUtils
-  Returns the property name representation of the given name. 
- getRawArguments() - Method in CommandLine
-  
- getRawArguments() - Method in DefaultCommandLine
-  
- getReader() - Method in GrailsConsole
-  
- getRelativeInsideWebInf(Resource) - Method in GrailsResourceUtils
-  Takes a Grails resource (one located inside the grails-app dir) and gets its relative path inside the WEB-INF directory
 when deployed. 
- getRemainingArgs() - Method in CommandLine
-  @return The remaining arguments after the command name 
- getRemainingArgs() - Method in DefaultCommandLine
-  
- getRemainingArgsArray() - Method in CommandLine
-  @return The remaining arguments as an array 
- getRemainingArgsArray() - Method in DefaultCommandLine
-  
- getRemainingArgsLineSeparated() - Method in CommandLine
-  @return The remaining args separated by the line separator char 
- getRemainingArgsLineSeparated() - Method in DefaultCommandLine
-  
- getRemainingArgsString() - Method in CommandLine
-  @return The remaining args as one big string 
- getRemainingArgsString() - Method in DefaultCommandLine
-  
- getRemainingArgsWithOptionsString() - Method in CommandLine
-  @return The remaining args as one big string without undeclared options 
- getRemainingArgsWithOptionsString() - Method in DefaultCommandLine
-  
- getRequiredProperty(String, Class<T>) - Method in CodeGenConfig
-  
- getRequiredProperty(String, Class<T>) - Method in ConfigMap
-  Return the property value associated with the given key, converted to the given
 targetType (never null).
 
- getRequiredProperty(String, Class<T>) - Method in Metadata
-  
- getResource(String) - Method in DefaultResourceLoader
-  
- getResource(String) - Method in PathMatchingResourcePatternResolver
-  
- getResource(String) - Method in ResourceLoader
-  Return a Resource handle for the specified resource.
  
- getResource(String) - Method in StaticResourceLoader
-  
- getResourceByPath(String) - Method in DefaultResourceLoader
-  Return a Resource handle for the resource at the given path. 
- getResourceByPath(String) - Method in FileSystemResourceLoader
-  Resolve resource paths as file system paths. 
- getResourceLoader() - Method in PathMatchingResourcePatternResolver
-  Return the ResourceLoader that this pattern resolver works with. 
- getResources(String) - Method in PathMatchingResourcePatternResolver
-  
- getRootCause(Throwable) - Method in ExceptionUtils
-  Obtains the root cause of the given exception 
- getScriptName(String) - Method in GrailsNameUtils
-  Retrieves the script name representation of the given class name.
  
- getServletVersion() - Method in Metadata
-  @return The version of the servlet spec the application was created for 
- getSetterName(String) - Method in GrailsNameUtils
-  Retrieves the name of a setter for the specified property name 
- getShortName(String) - Method in GrailsNameUtils
-  Returns the class name without the package prefix. 
- getSimpleName() - Method in Model
-  @return The class name without package 
- getSource() - Method in Metadata
-  @return The source of the metadata 
- getStaticResourcePathForResource(Resource, String) - Method in GrailsResourceUtils
-  Retrieves the static resource path for the given Grails resource artifact (controller/taglib etc.) 
- getSystemProperties() - Method in CommandLine
-  @return The system properties specified 
- getSystemProperties() - Method in DefaultCommandLine
-  
- getTargetOut() - Method in GrailsConsoleErrorPrintStream
-  
- getTargetOut() - Method in GrailsConsolePrintStream
-  
- getTerminal() - Method in GrailsConsole
-  
- getUndeclaredOptions() - Method in CommandLine
-  
- getUndeclaredOptions() - Method in DefaultCommandLine
-  
- getUpperVersion(String) - Method in GrailsVersionUtils
-  Returns the upper version of a Grails version number expression in a plugin 
- getURI() - Method in ByteArrayResource
-  
- getURI() - Method in ClassPathResource
-  
- getURI() - Method in FileSystemResource
-  This implementation returns a URI for the underlying file. 
- getURI() - Method in Resource
-  Return a URI handle for this resource. 
- getURI() - Method in UrlResource
-  This implementation returns the underlying URI directly,
 if possible. 
- getURL() - Method in ByteArrayResource
-  
- getURL() - Method in ClassPathResource
-  This implementation returns a URL for the underlying class path resource. 
- getURL() - Method in FileSystemResource
-  This implementation returns a URL for the underlying file. 
- getURL() - Method in Resource
-  Return a URL handle for this resource. 
- getURL() - Method in UrlResource
-  This implementation returns the underlying URL reference. 
- getValue() - Method in DefaultCommandLine.SpecifiedOption
-  
- getVersion() - Method in GrailsPluginInfo
-  @return The version of the plug-in 
- getViewsDir(Resource) - Method in GrailsResourceUtils
-  
- GRAILS_APP_DIR - Field in GrailsResourceUtils
-  The name of the Grails application directory 
- GRAILS_APP_DIR_PRESENT - Field in BuildSettings
-  Whether the application is running inside the development environment or deployed 
- GRAILS_HOME - Field in BuildSettings
-  The location of the local Grails installation.  
- GRAILS_RESOURCE_PATTERN_EIGHTH_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_ELEVENTH_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_FIFTH_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_FIRST_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_FOURTH_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_NINTH_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_SECOND_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_SEVENTH_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_SIXTH_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_TENTH_MATCH - Field in GrailsResourceUtils
-  
- GRAILS_RESOURCE_PATTERN_THIRD_MATCH - Field in GrailsResourceUtils
-  
- grailsAppResourcePatterns - Field in GrailsResourceUtils
-  
- GrailsConsole - Class in grails.build.logging
- Utility class for delivering console output in a nicely formatted way. 
- GrailsConsole() - Constructor in GrailsConsole
-  
- GrailsConsoleAntBuilder - Class in org.grails.build.logging
- Silences ant builder output. 
- GrailsConsoleAntBuilder() - Constructor in GrailsConsoleAntBuilder
-  
- GrailsConsoleBuildListener - Class in org.grails.build.logging
- Mainly silences a lot of redundant Ant output. 
- GrailsConsoleBuildListener(GrailsConsole) - Constructor in GrailsConsoleBuildListener
-  
- GrailsConsoleErrorPrintStream - Class in org.grails.build.logging
- Used to replace default System.err with one that routes calls through GrailsConsole. 
- GrailsConsoleErrorPrintStream(PrintStream) - Constructor in GrailsConsoleErrorPrintStream
-  
- GrailsConsolePrintStream - Class in org.grails.build.logging
- Used to replace default System.out with one that routes calls through GrailsConsole. 
- GrailsConsolePrintStream(PrintStream) - Constructor in GrailsConsolePrintStream
-  
- GrailsEclipseConsole - Class in grails.build.logging
- This class is meant to keep changes made in support of Eclipse separate from
 the standard GrailsConsole implementation. 
- GrailsEclipseConsole() - Constructor in GrailsEclipseConsole
-  Create a GrailsConsole that has some customizations to work better with STS.  
- GrailsNameUtils - Class in grails.util
- Utility methods for converting between different name types,
 for example from class names -> property names and vice-versa.  
- GrailsPlugin - Annotation Type in grails.plugins.metadata
- Annotation that appears on classes of a particular plugin. 
- GrailsPluginInfo - Interface in grails.plugins
- Base interface that just contains information about a particular plugin. 
- GrailsResourceUtils - Class in org.grails.io.support
- Utility methods for resource handling / figuring out class names. 
- GrailsVersionUtils - Class in grails.plugins
- indicateProgress(int) - Method in ConsoleLogger
-  Indicates progress by number 
- indicateProgress(int) - Method in GrailsConsole
-  Indicates progress by number 
- indicateProgressPercentage(long, long) - Method in ConsoleLogger
-  Indicates progress as a percentage for the given number and total 
- indicateProgressPercentage(long, long) - Method in GrailsConsole
-  Indicates progress as a percentage for the given number and total 
- info(String) - Method in ConsoleLogger
-  Synonym for #log 
- info(String) - Method in GrailsConsole
-  Synonym for #log 
- initialize(InputStream, PrintStream, PrintStream) - Method in GrailsConsole
-  
- instantiateFromConfig(ConfigObject, String, String) - Method in GrailsResourceUtils
-  
- instantiateFromFlatConfig(Map<String, Object>, String, String) - Method in GrailsResourceUtils
-  
- InvalidVersionException - Class in grails.plugins
- Throw when a specified version number is invalid. 
- InvalidVersionException(Throwable) - Constructor in InvalidVersionException
-  
- invokeMethod(String, Object) - Method in NavigableMap.NullSafeNavigator
-  
- IOUtils - Class in grails.io
- Utility methods for performing I/O operations. 
- is(Object) - Method in NavigableMap.NullSafeNavigator
-  
- isAnsiEnabled() - Method in GrailsConsole
-  
- isApplicationClass(String) - Method in DefaultStackTraceFilterer
-  Whether the given class name is an internal class and should be filtered 
- isBlank(String) - Method in GrailsNameUtils
-  
- isDevelopmentEnvironmentAvailable() - Method in Metadata
-  @return True if the development sources are present 
- isDevelopmentGrailsVersion() - Method in BuildSettings
-  @return Whether the current version of Grails being used is a development version 
- isDomainClass(URL) - Method in GrailsResourceUtils
-  Checks whether the file referenced by the given url is a domain class 
- isEmpty() - Method in CodeGenConfig
-  
- isEmpty() - Method in NavigableMap
-  
- isEmpty() - Method in NavigableMap.NullSafeNavigator
-  
- isEnvironmentSet() - Method in CommandLine
-  @return Whether the environment is user specified 
- isEnvironmentSet() - Method in DefaultCommandLine
-  
- isFileURL(URL) - Method in GrailsResourceUtils
-  Determine whether the given URL points to a resource in the file system,
 that is, has protocol "file" or "vfs". 
- isGetter(String, Class, Class<?>) - Method in GrailsNameUtils
-  Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
  
- isGrailsPath(String) - Method in GrailsResourceUtils
-  Checks whether the specified path is a Grails path. 
- isGrailsResource(Resource) - Method in GrailsResourceUtils
-  Checks whether the specific resources is a Grails resource.  
- isInteractiveEnabled() - Method in GrailsConsole
-  
- isJarResource(Resource) - Method in PathMatchingResourcePatternResolver
-  Return whether the given resource handle indicates a jar resource
 that the doFindPathMatchingJarResourcesmethod can handle.
 
- isJarURL(URL) - Method in GrailsResourceUtils
-  Determine whether the given URL points to a resource in a jar file,
 that is, has protocol "jar", "zip", "wsjar" or "code-source". 
- isMainClass(ClassReader) - Method in MainClassFinder
-  
- isPattern(String) - Method in AntPathMatcher
-  
- isProjectSource(Resource) - Method in GrailsResourceUtils
-  Checks whether the specified path is a Grails path. 
- isPropertyMethodSuffix(String) - Method in GrailsNameUtils
-  This method is used when interrogating a method name to determine if the
 method represents a property getter.   
- isReadable() - Method in AbstractFileResolvingResource
-  
- isReadable() - Method in ByteArrayResource
-  
- isReadable() - Method in FileSystemResource
-  This implementation checks whether the underlying file is marked as readable
 (and corresponds to an actual file with content, not to a directory). 
- isReadable() - Method in Resource
-  
- isSnapshot(String) - Method in VersionComparator
-  
- isStacktrace() - Method in GrailsConsole
-  @return Whether to show stack traces 
- isValidJavaIdentifier(String) - Method in GrailsNameUtils
-  Test whether the given name is a valid Java identifier 
- isValidJavaPackage(String) - Method in GrailsNameUtils
-  Test whether the give package name is a valid Java package 
- isValidVersion(String, String) - Method in GrailsVersionUtils
-  Check if the required version is a valid for the given plugin version. 
- isVerbose() - Method in GrailsConsole
-  @return Whether verbose output is being used 
- isVersionGreaterThan(String, String) - Method in GrailsVersionUtils
-  Returns true if rightVersion is greater than leftVersion 
- isWarDeployed() - Method in Metadata
-  @return true if this application is deployed as a WAR 
- isWindows() - Method in GrailsConsole
-  
- isWithinBinary(URL) - Method in IOUtils
-  Whether the given URL is within a binary like a JAR or WAR file 
- isWritable() - Method in FileSystemResource
-  This implementation checks whether the underlying file is marked as writable
 (and corresponds to an actual file with content, not to a directory). 
- iterator() - Method in CodeGenConfig
-  
- iterator() - Method in Metadata
-  
- iterator() - Method in NavigableMap.NullSafeNavigator
-