Methods

Class Index [+]

Quicksearch

TaskJuggler::RTFWithQuerySupport

Public Class Methods

new(messageHandler, type, sourceFileInfo = nil) click to toggle source
    # File lib/RTFWithQuerySupport.rb, line 19
19:     def initialize(messageHandler, type, sourceFileInfo = nil)
20:       super
21:       @query = nil
22:     end

Public Instance Methods

setQuery(query) click to toggle source

This function must be called to register the Query object that will be used to resolve the queries. It will create a copy of the object since it will modify it.

    # File lib/RTFWithQuerySupport.rb, line 27
27:     def setQuery(query)
28:       @query = query.dup
29:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.