org.webmacro.directive
Class Directive.QuotedStringArg

java.lang.Object
  |
  +--org.webmacro.directive.Directive.ArgDescriptor
        |
        +--org.webmacro.directive.Directive.QuotedStringArg
Enclosing class:
Directive

public static class Directive.QuotedStringArg
extends Directive.ArgDescriptor

Quoted string argument type. Accepts a quoted string with embedded property references (e.g., "hello $foo")


Fields inherited from class org.webmacro.directive.Directive.ArgDescriptor
children, id, keyword, nextArg, optional, subordinateArgs, type
 
Constructor Summary
Directive.QuotedStringArg(int id)
           
 
Methods inherited from class org.webmacro.directive.Directive.ArgDescriptor
setOptional, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Directive.QuotedStringArg

public Directive.QuotedStringArg(int id)