All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AbstractFileResolvingResource Abstract base class for resources which resolve URLs into File references, such asorg.springframework.core.io.UrlResourceororg.springframework.core.io.ClassPathResource.AntPathMatcher PathMatcher implementation for Ant-style path patterns.CandidateListCompletionHandler Fixes issues with the default CandidateListCompletionHandler such as clearing out the whole buffer when a completion matches a list of candidatesClassPathResource Resource implementation for class path resources.CollectionUtils Collection utility methods.CommandLine Represents the parsed command line options.CommandLineParser Command line parser that parses arguments to the command line.ConsoleLogger Interface containing methods for logging to the Grails consoleDefaultCommandLine Implementation of theCommandLineinterface.DefaultCommandLine.SpecifiedOption DefaultResourceLoader Default implementation of the ResourceLoader interface.DefaultStackTraceFilterer Default implementation of StackTraceFilterer.DirectoryWatcher Utility class to watch directories for changes.DirectoryWatcher.FileChangeListener Interface for FileChangeListenersFileSystemResource Based on Spring FileSystemResource implementation.FileSystemResourceLoader ResourceLoaderimplementation that resolves plain paths as file system resources rather than as class path resources (the latter isDefaultResourceLoader's default strategy).GrailsConsole Utility class for delivering console output in a nicely formatted way.GrailsConsoleAntBuilder Silences ant builder output.GrailsConsoleBuildListener Mainly silences a lot of redundant Ant output.GrailsConsoleErrorPrintStream Used to replace default System.err with one that routes calls through GrailsConsole.GrailsConsolePrintStream Used to replace default System.out with one that routes calls through GrailsConsole.GrailsEclipseConsole This class is meant to keep changes made in support of Eclipse separate from the standard GrailsConsole implementation.GrailsNameUtils Utility methods for converting between different name types, for example from class names -> property names and vice-versa.GrailsPlugin Annotation that appears on classes of a particular plugin.GrailsPluginInfo Base interface that just contains information about a particular plugin.GrailsResourceUtils Utility methods for resource handling / figuring out class names.Holder<T> InvalidVersionException Throw when a specified version number is invalid.MetaClassRegistryCleaner Allows clean-up of changes made to the MetaClassRegistry.Option Represents a command line option.ParseException Exception that is thrown in command line parsing fails.PathMatchingResourcePatternResolver A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.PluginException PluginSource Source level annotation that indicates that a given source file is part of a pluginResource Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.ResourceLoader Strategy interface for loading resources (e..ResourceLocator Used to locate resources at build / development timeSourceCodeAware An interface that represents an exception that is capable of providing more information about the source codeSpringIOUtils Simple utility methods for file and stream copying.StackTraceFilterer Improves the output of stack traces produced by exceptions in a Grails application.StaticResourceLoader Loads relative to a static base resourceSupplierUtil Helper methods for dealing withSupplier.UrlResource Resource implementation forjava.net.URLlocators.