org.webmacro.directive
Class Directive.QuotedStringArg

java.lang.Object
  extended byorg.webmacro.directive.Directive.ArgDescriptor
      extended byorg.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")


Field Summary
 
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, setSubordinateArgs
 
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)